Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add images to top of the page

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #37655
    Faberuna
    Member

    I am trying to add a few images to the top of the page here: http://www.iamthelab.com I want the large circle logo to float to the left side of the page and the rectangular tabs to align to the top and center of the page. I’ve been trying to do it with

    but can’t seem to get it to work. What do you guys suggest?

    #101296
    Faberuna
    Member

    I wouldn’t even mind if all the images where next to each other, as long as the rectangles where aligned at the top of the page next to the circle logo. And how do I remove that annoying little – ?

    #101298
    petenorris
    Member

    Faberuna,
    I’m no expert (yet!), but are you using p tags to layout the images?
    You either need to use divs and float them all left, or make your p tags display:block.

    Worth a try, sorry if this isn’t correct.

    #101300
    Faberuna
    Member

    Thanks, I will try it.

    #101301
    Faberuna
    Member

    I don’t really know how to use divs and the display:block.

    #101302
    Faberuna
    Member

    Right now, I got rid of the -. Now I just need to get the two rectangles to appear at the top of the page and in the center of the top.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.