View Single Post
  #7  
Old 06-18-2008, 06:29 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: Tables Template not lining up

Quote:
Originally Posted by aimeea
Thank you for trying to help me... was there something I need to change in the 15 lines you have pulled?

No, you need to find a template in which inserted an additional "<body> ...</ body>" and remove this tag.


Probably it is in the file:
"skin1/rectangle_top.tpl" or "skin1/head.tpl".


And find file with this code (i think this is a "skin1/bottom.tpl") and change width first table from 950px to 100%...

PHP Code:
<table width="950px" cellpadding="0" cellspacing="0"><tr>
<
td class="Bottom" align="center">Copyright &copy2008 Aimee Asher≥ Inc...dba Aimee Asher≥ Elite<br><a href="http://www.hybridtop50.com/"><img src="http://www.hybridtop50.com/button.php?u=aimeeash" alt="Hybrid Top 50" border="0" /></a>
<
a href="http://www.scrapbookingtop50.com/cgi-bin/topsite.cgi?user=aimeeash"> <img src="http://www.scrapbookingtop50.com/cgi-bin/counter.cgi?user=aimeeash" alt="Scrapbookingtop50 Counter" border=0> </a>
<
a href="http://www.scrapbookingtop50.com.au/digitaltopsites/"><img src="http://www.scrapbookingtop50.com.au/digitaltopsites/button.php?u=aimeeash" alt="Digital Scrapbooking Top50" border="0" /></a>
</
td>
</
tr></table



first line will be:
<table width="100%" cellpadding="0" cellspacing="0">
..........



After these changes - your problem solved. )))
Reply With Quote