Search Results

Showing results 1 to 3 of 3
Search took 0.03 seconds.
Search: Posts Made By: stupidenator ; Forum: HTML and CSS and child forums
Forum: HTML and CSS May 10th, 2007
Replies: 7
Views: 2,655
Posted By stupidenator
You can call the css like this:

<link rel="stylesheet" href="../css_directory/style.css" />

Each time you put " ../ " in there, it goes up to that folders parent directory. Once you get to the...
Forum: HTML and CSS May 9th, 2007
Replies: 2
Views: 2,734
Posted By stupidenator
table { border-color: #cc3300; }
td { border-color: #cc3300; }

or you can combine the two commands into one:

table { border: 1px dashed #cc3300; }

Hope this helps.

Nick
Forum: HTML and CSS Apr 11th, 2007
Replies: 2
Views: 2,333
Posted By stupidenator
#navlist
{
margin-left: 0;
padding-left: 0;
padding-top:100px;
list-style: none;
}

#navlist li
{
Showing results 1 to 3 of 3

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC