• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need quick help. Small problem. $$ if needed.

can u draw it so ppl understand what u mean ? use paint or photoshop and draw it.
 
Sergio7889 said:
The left side where all the mona lisa's are at, it's all in 1 row. But really, it's supposed to be in 2 rows. Must work in IE and Firefox. Can someone help? Thanks.
I suppose you want them in 2 columns, not 2 rows.

I suggest to make a table for that:
Code:
<table width="100%">
  <tr>
    <td width="50%">1</td>
    <td width="50%">2</td>
  </tr>
  <tr>
    <td width="50%">3</td>
    <td width="50%">4</td>
  </tr>
  <tr>
    <td width="50%">5</td>
    <td width="50%">6</td>
  </tr>
</table>
 
If I were you, I would ask your website designer.

Strange part is that normally each of the 6 items should have its own unique class name, and those in the same column given the same margin-left. That is how I would do, but then I am not a professional webdesigner.

Nice design by the way...
 
Back
Top