Wordpress help needed

Discussion in 'WordPress' started by AfterHim.com, Jan 11, 2006.

  1. #1
    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):
     
    AfterHim.com, Jan 11, 2006 IP
  2. WhatiFind

    WhatiFind offline

    Messages:
    1,789
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    180
    #2
    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.
     
    WhatiFind, Jan 11, 2006 IP
    AfterHim.com likes this.
  3. AfterHim.com

    AfterHim.com Peon

    Messages:
    1,923
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    AfterHim.com, Jan 11, 2006 IP
  4. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #4
    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.
     
    ServerUnion, Jan 11, 2006 IP
  5. WhatiFind

    WhatiFind offline

    Messages:
    1,789
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    180
    #5
    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):
     
    WhatiFind, Jan 11, 2006 IP
  6. itexpress

    itexpress Guest

    Messages:
    29
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    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
     
    itexpress, Jan 11, 2006 IP
  7. AfterHim.com

    AfterHim.com Peon

    Messages:
    1,923
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I need a little help getting the right part of the header just right any ideas?
     
    AfterHim.com, Jan 11, 2006 IP
  8. AfterHim.com

    AfterHim.com Peon

    Messages:
    1,923
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Got it!

    thanks for you help guys
     
    AfterHim.com, Jan 11, 2006 IP