Please help[HTML]: How do I make a space under something and arrange banner?

Discussion in 'HTML & Website Design' started by mighty.one, Sep 3, 2008.

  1. #1
    Hi,

    I would like a small space under the buttons at the following link: Home

    I have tried using <br><br> under the code for the buttons but it does not work :(

    ---------------------------------------

    Also, the logo at the top. It is waay to big and I would like to put a banner up there too. I want it looking exactly like this(with a small logo and a banner next to it - About Us 2

    The problem is, the link above is not using tables. And I want to use tables because the rest of the site is using tables and it messes things up if I use both.

    Please help :(
     
    mighty.one, Sep 3, 2008 IP
  2. eHerrera_Jr

    eHerrera_Jr Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Your top nav bar has a mispelling in the code.

    Your code looks like this for the link cells:

    <td width="133" heigh="68">

    Add a "t" at the end of "heigh" and that should fix your spacing problem.
     
    eHerrera_Jr, Sep 3, 2008 IP
  3. mighty.one

    mighty.one Active Member

    Messages:
    335
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #3
    Thank you so much! That actually worked. I didn't even notice the typo.

    Anyone know how to align the logo and banner?
     
    mighty.one, Sep 4, 2008 IP
  4. sharatnikhil

    sharatnikhil Active Member

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #4
    Use SAPCER IMAGE
     
    sharatnikhil, Sep 5, 2008 IP
  5. mighty.one

    mighty.one Active Member

    Messages:
    335
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #5
    How do i do that?
     
    mighty.one, Sep 5, 2008 IP
  6. Sensei.Design

    Sensei.Design Prominent Member

    Messages:
    3,847
    Likes Received:
    162
    Best Answers:
    0
    Trophy Points:
    310
    Digital Goods:
    1
    #6
    you should better use div's and not tables for a weblayout ;)
     
    Sensei.Design, Sep 5, 2008 IP
  7. MikePost

    MikePost Guest

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Use <br /> instead of <br>, thanks. ;)

    Agreed.
     
    MikePost, Sep 5, 2008 IP
  8. mighty.one

    mighty.one Active Member

    Messages:
    335
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #8
    But im using a script and the script is done using tables :(
    Not my choice. If I start using div then some of the site loads faster than the rest and it just messes things up.

    I still dont know how to arrange the logo and banner next to each other :(
     
    mighty.one, Sep 5, 2008 IP