What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » CSS help!

CSS help!
Author: Message:
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: CSS help!
Why don't you use tables instead of DIVs?

Tables are easy, you can set the width to a percentage of the totall width of the table....

Let's say you want 3 columns...then the widths would be 33%, 34% and 33%......4 columns is even easier...simple 25%



Example (3 columns) i use on my website:

<table border="0" width="100%" cellpadding="10">
<tr>
<td width="33%" valign="top">
everything you want to appear in column 1 goes here
</td>
<td width="34%" valign="top">
everything for column 2 inhere...
</td>
<td width="33%" valign="top">
everything for column 3 here...
</td>
</tr>
</table>

This post was edited on 07-21-2006 at 01:01 PM by Sunshine.
[Image: 25dr3o9]
07-21-2006 01:00 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
CSS help! - by welshboy222 on 07-21-2006 at 12:39 PM
RE: CSS help! - by surfichris on 07-21-2006 at 12:56 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 12:58 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:00 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:02 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:04 PM
RE: CSS help! - by lordy on 07-21-2006 at 01:05 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:06 PM
RE: CSS help! - by surfichris on 07-21-2006 at 01:07 PM
RE: CSS help! - by welshboy222 on 07-21-2006 at 01:08 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 01:19 PM
RE: CSS help! - by ShawnZ on 07-21-2006 at 02:14 PM
RE: CSS help! - by RaceProUK on 07-21-2006 at 02:49 PM
RE: CSS help! - by Sunshine on 07-21-2006 at 03:32 PM
RE: CSS help! - by hmaster on 07-21-2006 at 03:41 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On