1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Word press questions regarding html

Discussion in 'HTML & Website Design' started by moneybully, May 23, 2007.

  1. #1
    I am trying to put stuff in my side bar of my website but when I put a link under each other, they link sit on top of each other, they are connected

    for example

    here is one box
    here is the other box, I want to separate them so that it looks better

    any help would be greatly appreciated, I'll rep, stumble digg, promote or whatever
     
    moneybully, May 23, 2007 IP
  2. xenergy

    xenergy Active Member

    Messages:
    189
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I don't really understand your problem :)

    Are you using WP with widget to create sidebar, or just pure HTML. If only pure HTML below should work:

    <table width="200" border="1">
    <tr>
    <td><a href="hyperlink here"> Here is One Box </a></td>
    </tr>
    <tr>
    <td><a href="hyperlink here"> Here is the other Box </a></td>
    </tr>
    </table>

    ---
    Any live website to show your real problem?
     
    xenergy, May 24, 2007 IP
  3. hclhost.com

    hclhost.com Banned

    Messages:
    257
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    put your code here and i will help you ,
     
    hclhost.com, May 24, 2007 IP
  4. pajago

    pajago Guest

    Messages:
    102
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    How about a <p> & </p> ?
     
    pajago, May 24, 2007 IP
  5. freshdesigners

    freshdesigners Banned

    Messages:
    194
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    he is on about boxes not paragraphs :D
     
    freshdesigners, May 24, 2007 IP
  6. josh_coffman

    josh_coffman Peon

    Messages:
    175
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    alter the margins

    if you are using divs they are supposed to be on top of each other, separate them with margin

    example:

    <div>
    <a href="link1.html" title="Link 1">Link 1</a>
    </div>

    <div style="margin-top:10px;">
    <a href="link2.html" title="Link 2">Link 2</a>
    </div>
     
    josh_coffman, May 24, 2007 IP
    moneybully likes this.
  7. moneybully

    moneybully Well-Known Member

    Messages:
    415
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #7
    [​IMG]

    They are attached to the other advertisers box like this posted above
     
    moneybully, May 25, 2007 IP
  8. moneybully

    moneybully Well-Known Member

    Messages:
    415
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    110
    #8
    thanks so much josh, added rep to ya :)
     
    moneybully, May 25, 2007 IP
  9. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Here's a question for you. Are those links part of a list of links (like a menu)? If so, then use a list instead of DIVs for them. Then style to taste. :)
     
    Dan Schulz, May 26, 2007 IP