Thread: August 14
View Single Post
I prefer linked stylesheets rather than inline style information m'self.
Reply With Quote
  #50  
Old 08-18-2004, 01:50 AM
Nan Nan is offline
Gatekeeper
Exosite Head
 
Join Date: Mar 2003
Location: The 'Ship-Free Zone.
Posts: 1,455
Send a message via ICQ to Nan Send a message via Yahoo to Nan
Default

Quote:
Originally Posted by Zeke
Don't worry, I don't know an easy way to do that in HTML. Though I am learning CSS....
It's not a border. It's the default background page colour.

Although..... a small (say 3px at most) border around the outside of the fiver cell in the section colour might work...

Something like:

Code:
td.fiver {
border: 3px solid #d2691e;
}
which would require making a TD class called fiver. Another option:

Code:
Sisko: Why are you holding a pie? Kira: No reas--think fast!