heres my doctype and this works, but like many others in this forum, have been working to go tableless.
how can i apply that fill to a div or span or ??
this does not show up for me
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<td background="img/fill/tdFill.gif">
bla
</td>
this does not show up for me
Code:
.hyperFillB
{
background: url(img/fill/tdFill.gif) repeat-x top left;
}
<span class="hyperFillB">
<span id="custLogin" runat="server">Already A Customer? Login Here...</span>
<asp:Label ID="lblCred" runat="server"></asp:Label>
</span>