what does this code mean |
what does this code mean |
![]()
Post
#1
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 ![]() |
this code its part of my style sheet
QUOTE <style type="text/css">
table.footer, .mainleft, table.footernav {display: none;}; } hr, table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere{ display: none;} |
|
|
![]() |
![]()
Post
#2
|
|
![]() ‹(. .)› ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 2,367 Joined: Jun 2004 Member No: 20,089 ![]() |
CODE <!-- begin code provided by createblog.com --> table.footer, .mainleft, hr, table.footer, table.navigation, table.search, #SearchBar1_pnlYouAreHere { display: none; } <!-- end code provided by createblog.com --> ..there i organized it.. you could actually put all those classes together 'cause they're all "display:none;".. which means they won't be visible. footer= the footer footernav=footer nav (redundant) mainleft= left modules hr= that trim line after all your entries navigation=top navigation search and #SearchBar1_pnlYouAreHere=searchbar |
|
|
![]() ![]() |