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??
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>
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?