dominoeffect
01-11-2008, 04:45 PM
Hey all,
I have a seemingly simple problem with my link and header styles that I keep thinking had a really obvious solution which I can't see, so maybe it will be glaringly obvious to someone on here! :rolleyes:
Notes: I'm a bit of a css beginner and I'm using Wordpress on my site.
I want to style the link-attributes of a specific <h3> tag so it won't underline when hovered. (the current hover-decoration is specified in the overall a: styles of the website).
Only thing is that I can't use a link class because the <h3> tag has only <?php the_category(', ') ?> inside, which displays and links to the relevent categories of a blog post.
So how can I style the link without creating a link class??
Appreciate anyone's thoughts on this,
Cheers!
I have a seemingly simple problem with my link and header styles that I keep thinking had a really obvious solution which I can't see, so maybe it will be glaringly obvious to someone on here! :rolleyes:
Notes: I'm a bit of a css beginner and I'm using Wordpress on my site.
I want to style the link-attributes of a specific <h3> tag so it won't underline when hovered. (the current hover-decoration is specified in the overall a: styles of the website).
Only thing is that I can't use a link class because the <h3> tag has only <?php the_category(', ') ?> inside, which displays and links to the relevent categories of a blog post.
So how can I style the link without creating a link class??
Appreciate anyone's thoughts on this,
Cheers!