OZONE Asylum
Forums
Stupid Basic HTML
Table Borders
This page's ID:
9515
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Then simply add that style to the classes that already exist. A little more typing, but worth the effort: [code] <style type='text/css'> .left{ [i]style you already have[/i] border: #000000 1px solid; } [i]repeat for .center and .right[/i] [/code] The #000000 is hex code for black. On the web we often use hex codes to indicate color. There are a few color words that are recognized (black is one of them) but hex codes are so much more precise to get the color you want. First two digits are the red 'channel', second two digits are the green 'channel' and third two digits are the blue 'channel', all in hexadecimal (0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f) instead of the decimal (0,1,2,3,4,5,6,7,8,9) most are used to. hex - dec 00 - 0 ff - 255 So you get the full 256 choices for each red, green and blue. #ffffff = white #000000 = black #ff0000 = pure red #00ff00 = pure green #0000ff = blue PS color picker gives you hex values for a color you pick. It is in the lower right corner of the color picker box. [edit]stupid fingers[/edit] [This message has been edited by mobrul (edited 09-06-2002).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »