Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Table BG - no show in IE!
Old 10-04-2005, 05:42 PM Table BG - no show in IE!
Junior Talker

Posts: 2
Trades: 0
ok, i made a page in asp/dreamweaver and added a table, i added a background to the table cell. All fine so far, when viewing the page in IE6 there is no bg, if i view it in FIREFOX no problem, the bg shows... Please help!!!
Code Used:

<body bgcolor="#000000" text="#FFFFFF">
<div align="center">
<table width="100%" height="9436" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="93" colspan="3"><img src="logo.gif" width="299" height="90"></td>
</tr>
<tr background="header.gif">
<td height="160" colspan="3"><center><img src="menu.gif" width="100" height="25"></center>
<div align="center">
<!--#Include file="menu.asp"-->
</div>

</td>

and so on...
hypnotic_monkey is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-04-2005, 05:46 PM
sdcdesign.co.uk's Avatar
Extreme Talker

Posts: 198
Location: High Wycombe, Buckinghamshire, London
Trades: 0
Code:
<body bgcolor="#000000" text="#FFFFFF">
<div align="center">
<table width="100%" height="9436" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="93" colspan="3"><img src="logo.gif" width="299" height="90"></td>
</tr>
<tr>
<td background="header.gif" height="160" colspan="3"><center><img src="menu.gif" width="100" height="25"></center>
<div align="center">
<!--#Include file="menu.asp"-->
</div>

</td>
^ Try that code instead
__________________
[ Insert witty, yet highly intelligent signature here ]
sdcdesign.co.uk is offline
Reply With Quote
View Public Profile Visit sdcdesign.co.uk's homepage!
 
Old 10-04-2005, 05:52 PM
Junior Talker

Posts: 2
Trades: 0
Woo Cheers!!!
hypnotic_monkey is offline
Reply With Quote
View Public Profile
 
Old 10-04-2005, 05:57 PM
sdcdesign.co.uk's Avatar
Extreme Talker

Posts: 198
Location: High Wycombe, Buckinghamshire, London
Trades: 0
Anytime!
__________________
[ Insert witty, yet highly intelligent signature here ]
sdcdesign.co.uk is offline
Reply With Quote
View Public Profile Visit sdcdesign.co.uk's homepage!
 
Reply     « Reply to Table BG - no show in IE!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.26363 seconds with 12 queries