GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   CSS Where is the error?! (https://gfy.com/showthread.php?t=548832)

willysbirthday 12-06-2005 02:56 PM

CSS Where is the error?!
 
I have a table start with this:
<TABLE style="BORDER:1px solid black">

To more CSSIZE this, i create a style sheet
with
.borderall{
BORDER:1px solid black
}


I then replace my table with
<TABLE class="borderall"> But do not get the desired effect!

This has been bothering me for a while now, and now i'm on quest to figure out WTF!


any ideas?

willysbirthday 12-06-2005 03:11 PM

answering my own thread..
cuz i can...
as if you care ....

.borderall{
border-style: solid; border-width: 1px;
border-color: black;
}


:thumbsup


All times are GMT -7. The time now is 10:31 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123