a new blog of mine http://www.vooed.com needs some header help. I would like the header image to be flush with the top of the blog, you can see what I mean on the page. then I would like to move the last 5 posts to the right of that image in the header. Can someone help me out with the coding? here is what I have: <body> <div id="rap"> <div id="container"> <div id="masthead"> <a href="http://www.vooed.com"><img src="http://www.vooed.com/wp-content/themes/devenir_en_gris/logo.jpg"></a> </div> <div id="main"> <div id="content"> <!-- end header --> Code (markup):
Not exactly sure what you mean but put the image in header.php . Also something strange going on, when I hoover your links a adsense block is popping in the screen, it's flickering.
Did you check out the page? The image is in the header, but it is a half inch above the main blog. How can I make them butt up against each other? What browswer and os are you using? I have checked the page with FF, IE for mac, and Safari and haven't seen anything weird yet. Thanks for you help so far. Brandon
I would look into the .css files for the blog, you should be able to change the placement of objects there. Make sure you test in all browsers though. Good luck.
Using firefox, winxp. Image: Don't put the image in the div. I believe you should take out is line in the ads block, it's causing the flicker. <p style="float:left;width:251px;padding:8px;border:0px solid black;margin-top:15px;margin-left;20px;margin-bottom:15px;margin-right:30px;"> Code (markup):
Hi In your css stylesheet you have ; #masthead { PADDING-RIGHT: 15px; PADDING-LEFT: 2px; BACKGROUND: url(background.png); PADDING-BOTTOM: 15px; COLOR: #cccccc; PADDING-TOP: 15px; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Georgia, 'Times New Roman', serif; TEXT-ALIGN: left } Change the PADDING-BOTTOM to 0px and see if that does it. Andy