![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello I'm attempting to have an internal style sheet within a template define a background image to be used within a td tag. I'm using Dreamweaver MX. The image appears nowhere: not in dreamweaver layout nor in any browser. I've tested this particular style with other settings and they seem fine, and I am stumped as to what troubleshooting steps to take next. Any advice would be greatly appreicated. A page that accesses the template can be found at: www.bucerias.com/test/index.htm Thanks in advance for any assistance. |
#3
| |||
| |||
|
|
"Robin S" <rsenor (AT) earthlink (DOT) net> wrote in message news:8f97cb00.0407092106.10e9bb16 (AT) posting (DOT) google.com... Hello I'm attempting to have an internal style sheet within a template define a background image to be used within a td tag. I'm using Dreamweaver MX. The image appears nowhere: not in dreamweaver layout nor in any browser. I've tested this particular style with other settings and they seem fine, and I am stumped as to what troubleshooting steps to take next. Any advice would be greatly appreicated. A page that accesses the template can be found at: www.bucerias.com/test/index.htm Thanks in advance for any assistance. You have defined a class, TD.backgroundimage but which cell /s do you want it to appear in? You appear to have various definitions for TD and you are trying to use css and format the table with html at the same time. In this line, <TD bgcolor=#deeeee colspan=6><IMG height=1 src="" width=1>, you have not specified the source of the file. I know it's just a spacer but it is superfluous. If you want to use css for this you have to define the class and not use html i.e. <td class="td001" HEAD TITLE>Untitled Document</TITLE /HEAD The head tag is in the wrong place. Move it down to the correct place before the body tag. Try and get into the habit of using lower case as well. When you have learned a bit more and step up to xhtml you will find that uppercase won't validate. I haven't been able to look any further than this yet but no doubt one of the experts will explain things a lot better then me. B |
![]() |
| Thread Tools | |
| Display Modes | |
| |