What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Translation » website translation - bug in language selection?

website translation - bug in language selection?
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: website translation - bug in language selection?
quote:
Originally posted by CookieRevised
<table><tbody><form><tr><td><select></select></td></tr></form></tbody></table>
But that's not valid HTML (a) :P

The more correct solution is using CSS to just remove the spacing (margins):

<form style="margin-top: 0px; margin-bottom: 0px;"><table><tbody><tr><td><select></select></td></tr></tbody></table></form>

So...

code:
<form name="CholiWasHere" style="margin-top: 0px; margin-bottom: 0px;">
<select size="1" name="language" class="language" onchange="test();">
<option style="color:gray;">Select your language here</option>
<option value="fr">Francais</option>
</select></form>

This post was edited on 06-14-2004 at 03:57 AM by WDZ.
06-14-2004 03:54 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
website translation - bug in language selection? - by Apatik on 06-12-2004 at 10:41 PM
RE: website translation - bug in language selection? - by Mnjul on 06-13-2004 at 02:51 AM
RE: website translation - bug in language selection? - by Patchou on 06-13-2004 at 05:41 AM
RE: website translation - bug in language selection? - by KeyStorm on 06-13-2004 at 10:54 AM
RE: website translation - bug in language selection? - by user17033 on 06-13-2004 at 12:04 PM
RE: website translation - bug in language selection? - by CookieRevised on 06-13-2004 at 12:20 PM
RE: website translation - bug in language selection? - by Choli on 06-13-2004 at 12:27 PM
RE: website translation - bug in language selection? - by user17033 on 06-13-2004 at 12:28 PM
RE: website translation - bug in language selection? - by Apatik on 06-13-2004 at 12:32 PM
RE: website translation - bug in language selection? - by Patchou on 06-13-2004 at 07:51 PM
RE: website translation - bug in language selection? - by Choli on 06-13-2004 at 08:20 PM
RE: website translation - bug in language selection? - by Patchou on 06-13-2004 at 09:26 PM
RE: website translation - bug in language selection? - by CookieRevised on 06-13-2004 at 09:29 PM
RE: website translation - bug in language selection? - by Patchou on 06-13-2004 at 09:44 PM
RE: website translation - bug in language selection? - by Choli on 06-13-2004 at 10:21 PM
RE: website translation - bug in language selection? - by Patchou on 06-13-2004 at 10:40 PM
RE: website translation - bug in language selection? - by Choli on 06-13-2004 at 10:54 PM
RE: website translation - bug in language selection? - by CookieRevised on 06-13-2004 at 11:43 PM
RE: website translation - bug in language selection? - by WDZ on 06-14-2004 at 03:54 AM
RE: website translation - bug in language selection? - by Patchou on 06-14-2004 at 04:16 AM
RE: website translation - bug in language selection? - by WDZ on 06-14-2004 at 04:42 AM
RE: website translation - bug in language selection? - by ddunk on 06-14-2004 at 04:48 AM
RE: website translation - bug in language selection? - by Choli on 06-14-2004 at 11:27 AM
RE: website translation - bug in language selection? - by Patchou on 06-14-2004 at 04:58 PM
RE: website translation - bug in language selection? - by Guido on 06-14-2004 at 06:58 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