SitePoint Enthusiast
CSS help please
I have a css file linking to my website and it is only applying some of the commands.
I am asking it to not apply underline to links and also to justify main body text but it doesnt do this (everything else is working fine)
This is the css;
<style type="text/css">
body
h1 {text-align:left;}
p.main {text-align:justify;}
h1 {font:22px; color:0080FF;}
h2 {font:18px; color:0080FF;}
p {font:13px arial,sans-serif; color:777777;}
A:link {color: #0059B3; font:13px text-decoration: none; }
A:active {color: #0059B3; font:13px text-decoration: none; }
A:visited {color: #777777; font:13px text-decoration: none; }
A:hover {color: #000000; font:13px text-decoration: none; }
ul.a {list-style-type:circle;}
li.a {list-style-type:circle;}
</style>
This is the webpage http://curvaliciousinspiration.com/blitzit/
Could someone help please?
thanks in advance
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks