HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 27th, 2000, 04:54 PM
Caper Caper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Orleans, MA USA
Posts: 14 Caper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Caper
Please tell me why this background color is not working in Netscape..

<td bgcolor="#660000" width="54%"></td>

Here's the URL:

http://pleasantbay.net/template.htm

Actually, it was working yesterday. I'm not sure when it stopped.

Reply With Quote
  #2  
Old October 27th, 2000, 05:13 PM
Caper Caper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Orleans, MA USA
Posts: 14 Caper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Caper
Never mind..

I deleted that td cell, and stretched out the one that came before it.

Reply With Quote
  #3  
Old November 2nd, 2000, 07:58 AM
RedFox RedFox is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2000
Posts: 45 RedFox User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
hehe, that's a good workaround: delete whatever doesn't work... have to rememer that!

actually it's probably because ns doesn't bother displaying empty cells. i normally insert a 1*1pixel image or a space ( &nbsp; ). give it a try.

[This message has been edited by RedFox (edited November 02, 2000).]

[This message has been edited by RedFox (edited November 02, 2000).]

Reply With Quote
  #4  
Old November 2nd, 2000, 09:26 AM
Caper Caper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Orleans, MA USA
Posts: 14 Caper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Caper
Right, I should've thunk of that; that's how I did bgcolors in the other td cells of the same page.

Reply With Quote
  #5  
Old November 7th, 2000, 06:11 PM
spellacy
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Another alternative to using pixel gifs is to insert one celled tables into your cells

example:<td><table width="1" height="1" border="0" cellspacing="0" cellpadding="0"><tr><td></td></tr></table></td>

The battle rages on where i work, but it would seem that that a page using this technique loads faster than one loaded with pixel gifs - it makes sense to me since the page dosent have to download images from the server...on the other hand the nesting issue comes into play - myself? i like the table technique better - i guess you'll have to judge for yourself.


Reply With Quote
  #6  
Old December 24th, 2000, 09:41 PM
Caper Caper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Orleans, MA USA
Posts: 14 Caper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Caper
I've never tried this before.. don't you use a non-breaking space between the table data cells?

I certainly agree with your viewpoint that no graphics to load means less load time of a page.

Reply With Quote
  #7  
Old December 30th, 2000, 06:48 AM
rashmi rashmi is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2000
Location: pune
Posts: 3 rashmi User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hello,

Now Netscape 4.7 doesn't support bgcolor for table. We have to replace it by the background by assigning the image of the color equivalent to the bgcolor.
For example:

<td background=blue.gif></td>

blue.gif -> the image with the bgcolor you need.

Rashmi.B.
--------------------------


<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by Caper:
Please tell me why this background color is not working in Netscape..

<td bgcolor="#660000" width="54%"></td>

Here's the URL:

http://pleasantbay.net/template.htm

Actually, it was working yesterday. I'm not sure when it stopped.
[/quote]


Reply With Quote
  #8  
Old December 30th, 2000, 07:34 AM
Caper Caper is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2000
Location: Orleans, MA USA
Posts: 14 Caper User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to Caper
Obviously by the URL, I did get it working.

I used a transparent gif with the td cell set with a bgcolor.

But my problem was more related to the width of td cell in relation to other td cells within that table. I don't exactly recall how I fixed it, except for the description above.

<tr>
<td colspan="12"><img src="graphics/transparent.gif" width="1" height="10"></td>
</tr>
<tr>
<td colspan="12" bgcolor="#660000"><img src="graphics/transparent.gif" width="1" height="1"></td>
</tr>
<tr>
<td colspan="12"><img src="graphics/transparent.gif" width="1" height="10"></td>
</tr>

I've never tried using your method, but I'll keep it in mind for next time..

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > bgcolor in Netscape td


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway
Stay green...Green IT