PDA

View Full Version : table background



kk.
19-11-2007, 12:27 AM
how do you stop it from repeating? ive tried:

<td height="895" valign="top"; background="main_back.png" no-repeat; bgcolor="#EFFBFF">
and
<td height="895" valign="top" background="main_back.png" background-repeat:"no-repeat" bgcolor="#EFFBFF">

neither work so please help

Invent
19-11-2007, 07:24 PM
<td height="895" valign="top" style="background-image: url('main_back.png'); background-repeat: no-repeat; background-color: #EFFBFF">

iTechnical
19-11-2007, 08:00 PM
Tables suck end of.
Use CSS/Divs.

kk.
19-11-2007, 08:06 PM
Tables suck end of.
Use CSS/Divs.

ive realised this now lol... whilst i was making the rest of the page.
thanks to the person who posted the other code :)

Zak
21-11-2007, 12:29 AM
Divs are better for tables :)

Want to hide these adverts? Register an account for free!