View Single Post
Old 04-04-2005, 11:00 PM   #7 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
well with your current graphic, you have strong left and right pieces, which means you would need to tile the middle.

if you modified the graphic, then you could put everything to the left, and make it fade to a tileable image, then just tile to the right ( like how we do here at code newbie )

the html would then go something like this:
HTML Code:
<!-- here's the header -->
<table border=0 cellspacing=0 cellpadding=0 width=100%>
<tr>
  <td width=400><img src=images/top-left.jpg width=400></td>
  <td background=images/top-tile.jpg>&nbsp;</td>
</tr>
</table>

did that answer your question?
__________________
Mike
sde is offline   Reply With Quote