Blog won’t position correctly. Help please.
-
Erm, I don’t know how to explain this properly, but my WordPress blog, the actual blog, isn’t positioned right and I can’t find anywhere in my CSS To position it, Does anyone have any solutions?
it’s here if you need to see;
http://www.toxic-heaven.org/wp/And also in my css, What can I add in, to make normal (not block navigation links) different?
such as link hover.. link visited, that type of thing, I don’t want to mess up my CSS, so, should I add the following code in :<!–
A:link{color:#2f757f; text-decoration:none; font-weight:bold; border-bottom: 0px dotted #8aaab1;}
A:visited{color:#f8aaab1;text-decoration:none; font-weight:bold; border-bottom: 0px dotted #8aaab1;}
A:active{color:#2f757f;text-decoration:none; border-bottom: 0px dotted #2f757f;}
A:hover{color:#8aaab1; text-decoration: none; border-bottom: 0px dotted #2f757f; cursor: help;}
–>Or, something else ?
Thankyou in advance
The topic ‘Blog won’t position correctly. Help please.’ is closed to new replies.