|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
HTML / CSS question...
.blah{background:#fbfbfb;border:1px solid #666666}
I am switching this CSS back to straight HTML... I've got: -- table width="700" border="1" cellpadding="10" cellspacing="0" bordercolor="#666666" bgcolor="fbfbfb" -- But see where it sais solid (for the bordr I assume)... how do I represent that in HTML? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2002
Posts: 1,844
|
i can't see what you've already got but you could have
cellspacing="0" border="1" which gives you a solid border |
|
|
|
|
|
#3 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDOG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
Doh.
Yeah the border I have right now is too thick... just by a hair though. Hrmf. |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Dec 2002
Posts: 1,101
|
" <" table border="1" bordercolor="#666666" ">"
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Nov 2002
Posts: 7,761
|
Sorry, didn't notice that my vbulletin gobbled my code there.
Anyway I spose I'll just use the existing CSS for this... it seems to produce a thinner line. One way I know of to make a thin lined border in straight HTML is to put a 699 pixel table within a 700 pixel table that has border=0, but set the border colors anyway. Then since your 699 pixel table has a .5 pixel difference on all the sides, you'll get a thin table border that you can make nice rounded headers/footers to match up against. |
|
|
|