Re: css background image not appearing

message from Robin S on 17 Jul 2004
Hi B,

Thanks for your response.

The TD with the class applied is located in line 55; or as shown here
within a table:

<table width="700" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td><img src="../image/address.gif" width="688" height="66"></td>
</tr>
<tr>
<td class="backgroundimage"><!-- TemplateBeginEditable
name="flash_region" -->flash_region<!-- TemplateEndEditable --></td>
</tr>
</table>

A couple of your comments confused me (easy to do...so bear with me):

I am using HTML and CSS to define the page at the same time. I can
definitely see how it would be easier to just use CSS. Is it a
potential problem to have two td styles, even though one defines a
background image, and the other is just a standard style? Basically,
should the definition still work anyway?

With the head tag, I have it opening at line 4 and closing at line 47,
after the title declaration, style and javascript declaration. Do you
see it appearing to close earlier? I'm a little confused about moving
it down to right before the body tag...as everything that is included
within it needs to be...does that question make sense?

Also, on the all caps...I have written this in lowercase. Is it
possible the source would open in uppercase elsewhere?

Thanks for your help-
 

Archived message: Re: css background image not appearing (Macromedia Dreamweaver Web Design)