• Hi everyone, if you check out my blog http://iamjaybot.net

    I have my logo up top, and I have the “/GALLERY” image added in there, I would like to position it to the right of where my logo is, but I’m not sure how I do that? I want to be able to make it clickable to so it can go to my gallery portion of my site..

    Any idea on how to do this? I figured out where the coding goes, and this is what it looks like so far:

    <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo<?php echo $artsee_color; ?>.png" alt="logo" class="logo" /></a> 
    
    <center><img src="http://i44.tinypic.com/s4m42w.png"></center>
Viewing 2 replies - 1 through 2 (of 2 total)
  • if you want it clickable, you should do that as you logo, e.g.
    <a href="....."><img src="http://i44.tinypic.com/s4m42w.png"></a>

    then in style.css, write something such as:
    {float: left;}

    Thread Starter jaybot

    (@jaybot)

    Thanks! Where would I put that {float} code at?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Trying to align an image correctly.’ is closed to new replies.