Fel!x Full Member
  
[AVATAR] Posts: 171 Status: Offline Gender: Male Location: Sydney Age: 31 Joined:
pmmsn | [F] HTML Table (12th Jan 08 at 11:00am UTC) | | 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:
But of course each section corresdponding to the precentages in the boxes. Thanks for your help XD | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: HTML Table (12th Jan 08 at 12:04pm UTC) | |  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. | |
|
Fel!x Full Member
  
[AVATAR] Posts: 171 Status: Offline Gender: Male Location: Sydney Age: 31 Joined:
pmmsn | Re: HTML Table (12th Jan 08 at 12:33pm UTC) | | Thanks Wrighty xD | |
|
|
Michael Moderator
    
![[Avatar]](http://av.wservices.co.uk/av.png) Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
  
pmvForum | Re: HTML Table (12th Jan 08 at 1:05pm UTC) | | No problem! | |
|