View Single Post
Old 2008-02-01, 07:51 AM   #14
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
In the Safari browser your header image gets repeated multiple times stacked next to each other horizontally.

In your source code the image is inside a table spec'd at 1048% wide, which may be causing that to happen.

Code:
<table width="1048%" height="200" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr class="topbar">
    <td width="1071" height="115" valign="top" background="rectangle_page2_files/nastyx.jpg">&nbsp;</td>
HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote