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

html help
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
html help - by Stigmata on 06-05-2004 at 09:36 AM
RE: html help - by musicalmidget on 06-05-2004 at 10:21 AM
RE: html help - by Stigmata on 06-06-2004 at 10:59 AM
RE: html help - by musicalmidget on 06-06-2004 at 09:15 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