how do you place two wide skyscrapers next to each other?

Discussion in 'Placement / Reviews / Examples' started by Futures_Equity, Dec 4, 2006.

  1. #1
    hello, when i put two codes next to each other there is a skyscraper a line break then the next skyscraper. any easy ways to make them on the same line??
     
    Futures_Equity, Dec 4, 2006 IP
  2. Luke

    Luke Peon

    Messages:
    111
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Put then in a table with no spacing

    <table cellpadding="0" cellspacing="0">
    <tr><td>
    <img src="one.jpg">
    </td><td>
    <img src="two.jpg">
    </td></tr>
    </table>
     
    Luke, Dec 4, 2006 IP
  3. rlw989

    rlw989 Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The easiest is to make tables like mentioned above by Luke. I suppose one could use CSS to do it if you are against tables?
     
    rlw989, Dec 4, 2006 IP
  4. heinlein99

    heinlein99 Peon

    Messages:
    538
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I know some people are against tables, and I've never understood why.
     
    heinlein99, Dec 5, 2006 IP