vmfan1 Posted January 24, 2008 Share Posted January 24, 2008 Hi everyone , I'm a noob! I just wanted to get that off my chest! yeah thanks! anyway. Does anyone know how to move a banner add a little to the right in sidebar2.php take a look at my site:http://www.moneytoolreview.com this is the syntax that I used under the header in sidebar2.php file, <p align="center"><a href="http://tinyurl.com/xxxxx"><img src="http://www.bloggingtothebank.com/120x600-1.jpg" width="120" height="600"></a></p> I'm not sure why its not moving for me ,should i use align="right"> or ..what do you guys think? here's the total sidebar2.php file <ul id="sidebarright"> <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?> <?php get_links_list(); ?> <li id="meta"><?php _e('<h2>Meta</h2>'); ?> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li> <li><a href="http://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> <?php wp_meta(); ?></ul></li> <?php endif; ?> </ul> <p align="center"> <a href="http://xxxxx.bttb1.hop.clickbank.net"><img src="http://www.bloggingtothebank.com/120x600-1.jpg" width="120" height="600"></a></p> I would appreciate the help you guys! thanks ahead of time! Mike Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.