Removing the underline in my links, how so?
-
3 Point Conversion.com is my blog.
Where the author name is, I want that not underlined, i’ve googled the hell out of it and i cant find anything helpful. Right now my code for that is:
<div class=”post_header”>
<h2 class=”titleh2″>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2> <?php if(function_exists(‘cmd_show_avatar’)){ cmd_show_avatar(); } ?><br><img src=”https://i231.photobucket.com/albums/ee222/wheelerthegreat/icon-author.png”> <body bgcolor=”#ffffcc” link=”#85979d” vlink=”#85979d” alink=”#85979d”><font size=”2″><?php the_author_posts_link(); ?></body> at <?php the_time(‘g:i’) ?><?php the_time(‘A’) ?></font></div><div class=”categories”><img src=”https://i231.photobucket.com/albums/ee222/wheelerthegreat/folder005.gif”> Posted under: <?php the_category(‘, ‘) ?>
</div>I realize I can plug whatever code into the style.css, the only problem is when I was told to do that once from a site I googled and used the DIV CLASS code, it inserts a paragraph break. I want everything to stay in the same format I have now, just the author link NOT underlined.
Im sure this is easy, im sure its in my face, but i stayed up extremely late working on the site so my brain isnt working 100% right now.
Thanks.
- The topic ‘Removing the underline in my links, how so?’ is closed to new replies.