vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] HTML Table - View Topic
Topic Rating: *****
Printable View
Fel!x
Full Member
***

[AVATAR]

Posts: 171
Status: Offline
Gender: Male
Location: Sydney
Age: 31
Joined:  
Reputation: 3%  


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:
30%40%30%
25%75%
100%


But of course each section corresdponding to the precentages in the boxes. Thanks for your help XD

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: HTML Table (12th Jan 08 at 12:04pm UTC)
Code:
 
  1. <table cellspacing="1" cellpadding="3" class="border" align="center" width="50%">
  2. <tr><td class="window1" width="30%"></td><td class="window1" width="40%"></td><td class="window1" width="30%"></td></tr>
  3. <tr><td class="window1" width="25%"></td><td class="window1" width="75%" colspan="2"></td></tr>
  4. <tr><td class="window1" width="100%" colspan="3"></td></tr>
  5. </table>
 


That should do what you want.
Fel!x
Full Member
***

[AVATAR]

Posts: 171
Status: Offline
Gender: Male
Location: Sydney
Age: 31
Joined:  
Reputation: 3%  


pmmsn
Re: HTML Table (12th Jan 08 at 12:33pm UTC)
Thanks Wrighty xD

Image
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: HTML Table (12th Jan 08 at 1:05pm UTC)
No problem! {Smile}
 Printable View

All times are GMT+0 :: The current time is 1:54pm
Page generated in 0.2027 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums