Does anyone know if it is possible to do this? The template within blogger is written in CSS, so in individual posts I can't add CSS or java scri_pt or anything like that - it has to be plain HTML. Here are a few things I've tried that haven't worked.
CODE
<font color="#FFFFFF"><a href="http://english-87049818985.spampoison.com/">Email me here</a></font>
Using the above method, the hyperlink still stays blue. Next, I tried doing it in Dreamweaver w/ CSS disabled. I changed the properties of the page to show my hyperlinks as white.
CODE
<body link="#FFFFFF">
<font color="#FFFFFF"><a href="http://english-87049818985.spampoison.com/">Email me here</a></font>
</body>
<font color="#FFFFFF"><a href="http://english-87049818985.spampoison.com/">Email me here</a></font>
</body>
When I inputted that into the blogger HTML frame, it simply removed the <body> tags completely. The default way that blogger changes the colors is with a style sheet thats created in the original template of the blog. Obviously I can't modify this, or all my links would be white. Here is what it looks like when I attempt to change my hyperlink color to white in blogger (which again simply comes out blue).
CODE
<div style="text-align: center;"><a style="color: rgb(255, 255, 255);" href="http://english-87049818985.spampoison.com/">Email me here</a>
</div></div>
</div></div>
Does anyone have ANY ideas on how I can do this, or is it simply a lost cause?
