View Full Version : Background Help please


sibbosbits
06-22-2006, 12:46 PM
I have 3 background gif's

I want one to be the main one with another one underneath so it sort of looks like a border and then the last one I want down the side underneath my buttons

I have added the main one but don't have a clue what coding to do for the others
Can anyone help me please

I can give you the site what I am on about if you pm me

DUANE
06-22-2006, 03:25 PM
I'm just learning tables myself, but this is one way I would do it. I'm sure someone will show you the code with "style" tags.

<table width=100% cellpadding=20 cellspacing=0 border=3 background=http://img.photobucket.com/albums/v155/dupross/yellowflower.jpg bordercolor=black>
<tbody>
<tr>
<td>
<table width=100% cellpadding=0 cellspacing=0 border=0 bgcolor=white>
<tbody>
<tr>
<td>
<table align=left width=35%0% cellpadding=20 cellspacing=0 border=0 bgcolor=red height=200>
<tbody>
<tr>
<td valign=top>Link 1<br>Link 2
</td>
<table align=right width=65%0% cellpadding=20 cellspacing=0 border=0 bgcolor=aqua height=200>
<tbody>
<tr>
<td valign=top>Text HERE
</td>
</tr></tbody></table>
</td></tr></tbody></table>
</td></tr></tbody></table>
</td></tr></tbody></table>

Douglas
06-22-2006, 03:30 PM
The style tag:

style="background-image:url('URLHERE');"

:D