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

html help
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. html help
:P any help

ok

im currently making my new site laylout

and ive got some problems

http://jwb.killercarrot.co.uk/new/index/index.php

the news bit and the far right boxes are far to low down :S

look at the source. i just cant figure out what ive done wrong :S
06-05-2004 09:36 AM
Profile PM Web Find Quote Report
musicalmidget
Elite Member
*****

Avatar
Hmm, randomness...

Posts: 1663
Reputation: 12
37 / Male / Flag
Joined: Dec 2002
RE: html help
You need to add valign="top" in a couple of places.

Look for where you have this...

code:
<!-- Links and buttons end -->
           </TD>
              <td width="50%" height="100%" align="center">

...and change it to this...

code:
<!-- Links and buttons end -->
           </TD>
              <td width="50%" height="100%" align="center" valign="top">

Also, find where you have this...

code:
</TD>
              <TD width="195" height="100%">
                  <!-- Other things (polls, search enginees, news) -->

...and change it to this...

code:
</TD>
              <TD width="195" height="100%" valign="top">
                  <!-- Other things (polls, search enginees, news) -->

That should do it. :)
06-05-2004 10:21 AM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. RE: html help
thanks works a charm :)
06-06-2004 10:59 AM
Profile PM Web Find Quote Report
musicalmidget
Elite Member
*****

Avatar
Hmm, randomness...

Posts: 1663
Reputation: 12
37 / Male / Flag
Joined: Dec 2002
RE: html help
No problem.  Glad it's sorted. :)
06-06-2004 09:15 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


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