Board index » Help Help » Technical Support




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Website design/HTML coding problem
PostPosted: Wed Mar 30, 2005 9:04 pm 
Offline
User avatar
Supersonic
 WWW  Profile

Joined: Sat Oct 16, 2004 11:26 pm
Posts: 14525
Location: Buffalo
I'm having some problems getting a banner image to display in IE. Everything shows up fine in Firefox, however.

Here's one of the pages that has the problem:

http://www.jeff-fischer.net/archives/tr ... eport1.htm

If you look in Firefox, you'll see the NYC skyline banner at the top; everything displays fine.

Look at the same page in IE, and no skyline.

The pages were built in Dreamweaver, and the image was inserted as a background image for the cell in a table.

I've yet to do significant research into this via Google, etc, but wanted to throw this out to see if anyone has some ideas. Thanks.

_________________
If animal trapped call 410-844-6286, then hit option 1123 6536 5321, then dial 4 8 15 16 23 42


Top
 
 Post subject:
PostPosted: Wed Mar 30, 2005 9:34 pm 
Offline
User avatar
Force of Nature
 WWW  YIM  Profile

Joined: Mon Oct 18, 2004 12:16 pm
Posts: 649
Location: MA
Put the background into its own TD cell (with the appropriate height and width specified). TR backgrounds are not supported in a lot of browsers. TABLE and TD backgrounds work relatively well across most browsers from the past 5 years.

_________________
Think, please!


Top
 
 Post subject:
PostPosted: Wed Mar 30, 2005 9:50 pm 
Offline
User avatar
In a van down by the river
 Profile

Joined: Sun Oct 17, 2004 6:15 am
Posts: 33031
BinFrog wrote:
Put the background into its own TD cell (with the appropriate height and width specified). TR backgrounds are not supported in a lot of browsers. TABLE and TD backgrounds work relatively well across most browsers from the past 5 years.


even though i only know basic html, that would be my guess also, im also weirded out that its a background tag, and simply not a img tag

_________________
maybe we can hum along...


Top
 
 Post subject:
PostPosted: Thu Mar 31, 2005 12:51 am 
Offline
User avatar
The Man, The Myth
 WWW  Profile

Joined: Sun Oct 17, 2004 12:12 am
Posts: 1080
Location: boulder
Ah, the joys of doing web design especially when some browsers (I won't name any names) do not adhere to the standards.

_________________
"my fading voice sings, of love..."


Top
 
 Post subject:
PostPosted: Thu Mar 31, 2005 2:54 am 
Offline
User avatar
Supersonic
 WWW  Profile

Joined: Sat Oct 16, 2004 11:26 pm
Posts: 14525
Location: Buffalo
This is what I have coded on the page not working in IE right now:
http://www.jeff-fischer.net/archives/tr ... eport2.htm

<div align="center">
<table width="800" height="220" border="0" cellpadding="2" cellspacing="2">
<tr background="/images/images_nyctrip/nycskyline.jpg">
<td height="59" colspan="3"><div align="center" class="style9">New York City Trip Report - June 13-14, 2002</div></td>
</tr>


This is what I have on the page that is working properly:
http://www.jeff-fischer.net/archives/tr ... nycreport/

<table width="800" height="192" border="0" cellpadding="2" cellspacing="2">
<tr>
<td height="59" colspan="2" background="/images/images_nyctrip/nycskyline.jpg"><div align="center" class="style9 style7"><strong>New York City Trip Report - June 13-14, 2002</strong></div></td>
</tr>

Now, if I try to just replace the code in the first with the code in the second, I get something like this as a result:
http://www.jeff-fischer.net/archives/tr ... eport1.htm

So I'm going wrong somewhere. I'm not knowledgeable enough in HTML to figure this out on my own without some further research. Thus I look to you for the lazy man's way out. Thanks for the help so far.

_________________
If animal trapped call 410-844-6286, then hit option 1123 6536 5321, then dial 4 8 15 16 23 42


Top
 
 Post subject:
PostPosted: Thu Mar 31, 2005 2:58 am 
Offline
User avatar
Supersonic
 WWW  Profile

Joined: Sat Oct 16, 2004 11:26 pm
Posts: 14525
Location: Buffalo
Nevermind, got it. Thanks for the help, guys.

"colspan=3" did it.

Now, if everyone would just to convert to Firefox, I wouldn't have to worry about this crap.

_________________
If animal trapped call 410-844-6286, then hit option 1123 6536 5321, then dial 4 8 15 16 23 42


Top
 
 Post subject:
PostPosted: Thu Mar 31, 2005 1:41 pm 
Offline
User avatar
Force of Nature
 WWW  YIM  Profile

Joined: Mon Oct 18, 2004 12:16 pm
Posts: 649
Location: MA
I have my own freelance web design company...glad I could help.

_________________
Think, please!


Top
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

Board index » Help Help » Technical Support


Who is online

Users browsing this forum: No registered users and 103 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
It is currently Sat Nov 22, 2025 11:42 pm