.CSS Stylesheet, Externally linking... |
![]() ![]() |
.CSS Stylesheet, Externally linking... |
Apr 30 2004, 10:06 AM
Post
#1
|
|
|
TripleS ![]() Group: Member Posts: 3 Joined: Jan 2004 Member No: 1,837 |
Can anyone tell me when I link externally to my .css layout with <LINK REL="StyleSheet" HREF="my url"> why the search bar & left module dont want to go away even though i have {display:none;} ??
|
|
|
|
Apr 30 2004, 11:11 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
The same thing happens to me so I have to keep
QUOTE <style type=text/css> in my header
texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> |
|
|
|
| *WhatsYourExcuse?* |
Apr 30 2004, 12:32 PM
Post
#3
|
|
Guest |
how stupid can you ppl get naw i just playing
|
|
|
|
| *[2]Nekked* |
Apr 30 2004, 01:16 PM
Post
#4
|
|
Guest |
QUOTE(WhatsYourExcuse? @ Apr 30 2004, 12:32 PM) how stupid can you ppl get naw i just playing this is spam. it has nothing to do with the topic, and doesnt help anyone at all. |
|
|
|
Apr 30 2004, 02:04 PM
Post
#5
|
|
|
TripleS ![]() Group: Member Posts: 3 Joined: Jan 2004 Member No: 1,837 |
Yeah that wasnt too nice whatsyourexcuse!
And in response to sherry_vu as well as my own topic, the solution is you cant use <style> & </style> tags within your .css when externally linking. So just remove those! Strange, but ok. |
|
|
|
![]() ![]() |