Very simple, I know, but all my tries keep failing. I think it might be because of being unfamiliar with vF and the different ids.
I just need a table which is very much like this:
30% 40% 30% 25% 75% 100%
But of course each section corresdponding to the precentages in the boxes. Thanks for your help XD
Code:
- <table cellspacing="1" cellpadding="3" class="border" align="center" width="50%">
- <tr><td class="window1" width="30%"></td><td class="window1" width="40%"></td><td class="window1" width="30%"></td></tr>
- <tr><td class="window1" width="25%"></td><td class="window1" width="75%" colspan="2"></td></tr>
- <tr><td class="window1" width="100%" colspan="3"></td></tr>
- </table>
That should do what you want.
Thanks Wrighty xD
No problem!![]()