Jump to content


Table wont show


5 replies to this topic

#1 l3lueMage

    Wanna Be Moderator

  • Publishing Betazoids
  • PipPipPipPip
  • 4,596 posts
  • Gender:Male
  • Location:San Francisco Bay Area

Posted 07 October 2005 - 12:07 PM

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?

#2 d7x

    P2L Jedi

  • Twodded Staff
  • PipPipPip
  • 586 posts
  • Gender:Male
  • Location:Virginia
  • Interests:Life

Posted 07 October 2005 - 12:12 PM

hmm, source code, and i would advise to switch to css :)

#3 l3lueMage

    Wanna Be Moderator

  • Publishing Betazoids
  • PipPipPipPip
  • 4,596 posts
  • Gender:Male
  • Location:San Francisco Bay Area

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 d7x

    P2L Jedi

  • Twodded Staff
  • PipPipPip
  • 586 posts
  • Gender:Male
  • Location:Virginia
  • Interests:Life

Posted 07 October 2005 - 02:01 PM

hmm well i kinda suck at tables but that would be easier in css...

 <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 rc69

    PHP Master PD

  • P2L Staff
  • PipPipPipPip
  • 3,827 posts
  • Gender:Male
  • Location:Here
  • Interests:Web Development

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:
<h2 style="margin: 3px; background-color: #5386BC;>TEXT</h2>


#6 l3lueMage

    Wanna Be Moderator

  • Publishing Betazoids
  • PipPipPipPip
  • 4,596 posts
  • Gender:Male
  • Location:San Francisco Bay Area

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