I have a table with a background color and writing, It wont even show in firefox, not the writing, background color, or anything, it does show in IE...any suggestions?
Table wont show
Started by l3lueMage, Oct 07 2005 12:07 PM
5 replies to this topic
#1
Posted 07 October 2005 - 12:07 PM
#2
Posted 07 October 2005 - 12:12 PM
hmm, source code, and i would advise to switch to css
#3
Posted 07 October 2005 - 12:49 PM
well the words are working, but heres the source code to the table
<table width="200" border="0" cellspacing="0" cellpadding="3"> <tr> <th bgcolor="5386bc"></th> </tr> </table>
#4
Posted 07 October 2005 - 02:01 PM
hmm well i kinda suck at tables but that would be easier in css...
and then this goes in the
<div id="whatever"> text text </div>goes in the
<body> </body>
and then this goes in the
<style type="text/css"> </style>tags
#whatever { background-color: #5386bc; border: none; }
Edited by d7x, 07 October 2005 - 02:03 PM.
#5
Posted 07 October 2005 - 03:48 PM
Half your problem is, there are no words in that table...
But if you're using it just using the table to do a header, then you'd probably want to do this:
But if you're using it just using the table to do a header, then you'd probably want to do this:
<h2 style="margin: 3px; background-color: #5386BC;>TEXT</h2>
#6
Posted 07 October 2005 - 04:04 PM
okay, thanks guys, I got it fixed, thanks for your help
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
