In my opinion, Rounded is a badly designed theme. Among other things, it’s got this rather unfortunate idea for highlighting links:

If you’re using Rounded and you wish to turn your links into standard blue underlined ones, change the beginning of the link code from this:
<a href=
to this:
<a style="color:#00f;background:transparent;text-decoration:underline;" href=
The 00f I’ve specified above is basic blue; you can write the hex number for a better one – pick your color here.
Please don’t paste code in comments – see comment guidelines.



Thanx!
Posted by Raptor | March 21, 2010, 16:23You’re welcome!
Posted by Panos | March 22, 2010, 12:43