View previous topic :: View next topic |
Author |
Message |
mitchell
Joined: 27 Jul 2004 Posts: 3
|
Posted: Wed Jul 28, 2004 6:10 pm Post subject: layout2b.css help |
|
|
so im trying to customize my blog, but i couldnt get the css to actually work. can anybody help? the properties i have here arnt the ones that are showing up...
layout2b.css
Code: | body
{
margin-bottom: 0px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: #000000;
}
td
{
margin-left: 0px;
font: 10pt arial;
color: #000000;
text-align: justify;
letter-spacing: 0px
}
a
{
font: 10pt arial;
color: #0000;
line-height: 10pt;
text-decoration: none;
background-color: #00ffff;
font-style : none;
}
a:visited
{
text-decoration: none;
background-color: none;
color: #000000;
font-style : none;
text-decoration: none;
}
a:hover
{
text-decoration: none;
background-color: none;
color: #6D6D6D;
font-style : none;
text-decoration: none;
} |
|
|
Back to top |
|
 |
mitchell
Joined: 27 Jul 2004 Posts: 3
|
Posted: Wed Jul 28, 2004 6:17 pm Post subject: |
|
|
Code: | <?php /* Don't remove this line, it calls the b2 function files ! */
$blog=1; include ("blog.header.php"); ?> |
i just thought of this...would i have to include the "layout2b.css" as well for it to work? |
|
Back to top |
|
 |
urbneyes
Joined: 11 Jun 2004 Posts: 12 Location: OK
|
Posted: Wed Aug 04, 2004 5:38 am Post subject: |
|
|
Woah. The same thing happened to me. I could never figure it out - but I changed the part where it says "import url : layout2b.css" or whatever to my css for my site, "http://brokenlove.org/style.css" or whatever yours is called. It works for me. Good luck _________________ Posted by : Marlana
http://brokenlove.org |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 441 Location: Oslo, Norway
|
|
Back to top |
|
 |
|