CSS design work

Discussion in 'HTML & Website Design' started by ceint_com, Mar 16, 2007.

  1. #1
    I need my http://www.seo-sources.com/article-directory/ to get the same layout design as my main directory.

    The article directory is running the latest version of ArticleLive and is all css and layout files/based.


    Example of default layout file:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html %%Config.TextDirection%% xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>%%Page.WindowTitle%%</title>
    <meta http-equiv="Content-Type" content="text/html; charset=%%Config.Charset%%">
    <meta name="Description" content="%%Config.WebSiteDescription%%" />
    <meta name="Keywords" content="%%Config.WebSiteKeywords%%" />
    <meta name="robots" content="index,follow" /> 
    <meta name="googlebot" content="Index, follow" />
    <meta name="revisit-after" content="1 days" />
    <link rel="shorcut icon" type="image/x-ico" href="%%Config.CurrentTemplatePath%%/favicon.ico" />
    <link href="%%Config.CurrentTemplatePath%%/Styles/%%Config.SiteColor%%.css" type="text/css" rel="stylesheet" />
    <link href="%%Config.CurrentTemplatePath%%/Styles/styles.css" type="text/css" rel="stylesheet" />
    <script src="%%GLOBAL_siteURL%%/javascript/menudrop.js" type="text/javascript"></script>
    </head>
     <body>
    	  <!-- start #bgcontain layout code -->
    		<div id="bgcontain">
    		%%Panel.PageHeader%%
    		<div id="container">
    		 <div class="content">
    		 <!-- This uses the GoogleAdsense336x280.html snippet -->
    		 %%SNIPPET_GoogleAdsense336x280_TopPage%%
    
    		 <!-- This uses the GoogleAdsense468x60.html snippet -->
    		  %%SNIPPET_GoogleAdsense468x60_TopPage%%
    
    		 <!-- This text is retrieved from the "home" page inside the control panel -->
    		 %%GLOBAL_HomePageHeader%%
    		 <div class="Intro">
    		  %%Panel_RecentNewsPanel%%
    		 </div>
    
    		<!-- This uses the GoogleAdsense468x60.html snippet -->
    		  %%SNIPPET_GoogleAdsense468x60_AfterNews%%
    
    		 %%Panel.FeaturedArticlesPanel%%
    
    		<!-- This uses the GoogleAdsense468x60.html snippet -->
    		  %%SNIPPET_GoogleAdsense468x60_AfterFeatured%%
    
    		 %%Panel.RecentArticlesPanel%%
    		 <!-- This text is retrieved from the "home" page inside the control panel -->
    		 %%GLOBAL_HomePageFooter%%
    
    		<!-- This uses the GoogleAdsense468x60.html snippet -->
    		  %%SNIPPET_GoogleAdsense468x60_AfterContent%%
    		 </div>
    		 %%Panel.DefaultLeftColumnPanel%%
    		%%Panel.DefaultRightColumnPanel%%
    		 </div>
            <!-- wrapper -->
    		%%Panel.PageFooter%%
    	</div>
       <!-- end #bgcontain layout code -->
      </body>
    </html>
    Code (markup):
    Are you able to take the design from the main page and make it on the article directory?

    Will pay for the job so if you're up for it contact me with your price.
     
    ceint_com, Mar 16, 2007 IP