Filters, Help.. |
Filters, Help.. |
Aug 24 2004, 09:31 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Hi,
I need help on some filters..like to make your page blurry, see threw ect. I know the code for a few of them, but I cant seem to find where to put it, to get it to work...any help? My layout code is: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:link, a:visited, a:active { color: #333; text-decoration: blink; } a:hover { color: #666; text-decoration: none; } body, td, div, p, th, select, input { font-family: verdana, arial, sans-serif; font-size: 10px; color: #333; } body { background: #f0efef; } form { margin: 0px; padding: 0px; } hr { color: #ccc; } .banner, .footer, #SearchBar1_pnlSearch { display: none; } .main { table-layout: fixed; } .mainleft table { background: #f0efef; border: 0px } .mainleft th.left { background: #f0efef; padding: 0px 0px 5px 0px; } .mainleft td.left, .blogbody { background: #fff; border: 1px solid #ccc; border-top: 5px solid #ccc; } .mainleft th, .blogheader { font-size: 10px; text-transform: uppercase; letter-spacing: .3em; } .blogbody td { text-align: justify; line-height: 17px; padding: 4px; padding-left:0px; width:0px; } .htmleditor { width: 513px; } </style> <!-- end code provided by createblog.com --> Thanks. |
|
|
|
![]() ![]() |