Code:
<td width="21" align="left" valign="top" background="images/toprep.jpg"><img src="images/corner1.jpg" width="21" height="20"></td>
<td width="583" align="left" valign="top" background="images/toprep.jpg"> </td>
<td width="21" align="right" valign="top" background="images/toprep.jpg"><img src="images/corner2.jpg" width="21" height="20"></td>
Here's your yellow line: http://www.buildingblockshomedaycare...ges/toprep.jpg
Your image is 20px high. It does appear to be repeating as the TD gets taller. I don't see anywhere where you've set repeat to no-repeat.
You could, in the CSS under where you list stuff for the td have
Code:
td, input, select, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
} /*this is what you already have*/
td {
background-repeat: no-repeat;
}
and see what happens.
Funny thing, my Web Developer's Toolbar keeps telling me about errors I can't see in the HTML or the CSS on "Line 0" including Mozilla-specific CSS terms. Not sure where those are or why my browser is seeing them. Might have to do with the Javascript thing tho I have all scripts turned off.
Bookmarks