Try applying it to the <td> tag, not the <tr> as you have
<table width="900" height="0" border="0" align="center" cellspacing="0">
<tr valign="top" background="images/left_edge.gif">
<td width="200" height="666"> <---------------------------- apply
here-------------------
You may also want to investigate the use of a stylesheet for declaring all
your fonts and background images.
Mini tutorials here: http://www.dreamweaverresources.com/tutorials/index.htm
You also have used a png file as a background - not reliable - maybe you
forgot to export as gif?
table width="900" border="0" align="center" cellspacing="0"
bgcolor="#FFFFFF">
<tr>
<td width="21%"><img src="images/GiacintoLogo1.png" width="180"
height="85"></td>
I'm on broadband and that page took a while to download. I'd suggest
slicing up that image and inserting into a nested table.
--
Nadia
Team Macromedia Volunteer for Dreamweaver
---------------
http://www.DreamweaverResources.com
Free Templates | Free Nav Bar Sets
Dropdown Menu Designs | CSS Layouts
Ecommerce - YVStore | SEO Articles
Table Tutorials | Background image Tutorials
------------------------------------------------
MM Dreamweaver Tutorials
http://macromedia.com/devnet/mx/dreamweaver/
-----------------
"dficks" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Hi -- on the following page - www,justmysites.com/giacintos/main.html -
there
is a background image (exported as a GIF from Fireworks) embedded in the
leftmost cell of the table (the one with the navigation options) that will
not
display in Internet Explorer. The one I created and put in the top cell is
displaying properly in all browsers. Incidentally, both do display on
Safari
(the Mac OSX browser) but the leftmost image does not display in either IE
for
Windows or Mac. Can anyone help me with this? |