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

IE difference
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: IE difference
eewwww at the code of that page
firstly why do you use so many center tags? if you want to whole page centered just have one after the <body> then close it before </body>

anyway the underlineing problem is because you have a mess of tags :|
code:
<u>
<h1>
<centre>
C.D's,
<br>

Calum's Disco's
</U>

any tags opened inside an element must be closed before the end of the element

so:
code:
<h1>
<u>
C.D's,
<br>

Calum's Disco's
</u>
should work.
All i did was put the <h1> outside the <u> so it can carry on after the u element ends, and i deleted the <centre> because A) its spelt wrong and B) if you just enclosed the entire page with a <center> then you don't need it there.

finally:
code:
<body bgcolor="black">
<body>
wtf, you only need one body element :-/
02-02-2006 08:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
IE difference - by DJKAL on 02-02-2006 at 08:12 PM
RE: IE difference - by Supersonicdarky on 02-02-2006 at 08:32 PM
RE: IE difference - by Plik on 02-02-2006 at 08:36 PM
RE: IE difference - by DJKAL on 02-02-2006 at 08:43 PM
RE: IE difference - by Kryptonate on 02-02-2006 at 08:50 PM
RE: IE difference - by absorbation on 02-02-2006 at 08:53 PM
RE: IE difference - by DJKAL on 02-02-2006 at 08:55 PM
RE: IE difference - by RaceProUK on 02-02-2006 at 11:26 PM
RE: IE difference - by absorbation on 02-03-2006 at 07:32 PM
RE: IE difference - by DJKAL on 02-03-2006 at 07:34 PM
RE: IE difference - by absorbation on 02-03-2006 at 07:38 PM
RE: IE difference - by DJKAL on 02-03-2006 at 10:48 PM
RE: IE difference - by Kryptonate on 02-03-2006 at 11:31 PM
RE: IE difference - by DJKAL on 02-03-2006 at 11:36 PM
RE: IE difference - by ShawnZ on 02-03-2006 at 11:40 PM
RE: IE difference - by Kryptonate on 02-03-2006 at 11:42 PM
RE: IE difference - by DJKAL on 02-03-2006 at 11:43 PM
RE: IE difference - by ShawnZ on 02-03-2006 at 11:49 PM
RE: IE difference - by Kryptonate on 02-03-2006 at 11:50 PM
RE: IE difference - by DJKAL on 02-03-2006 at 11:53 PM
RE: IE difference - by Kryptonate on 02-03-2006 at 11:58 PM
RE: IE difference - by DJKAL on 02-04-2006 at 01:29 PM
RE: IE difference - by Tochjo on 02-04-2006 at 01:38 PM
RE: IE difference - by DJKAL on 02-04-2006 at 01:58 PM
RE: IE difference - by Tochjo on 02-04-2006 at 02:03 PM
RE: IE difference - by DJKAL on 02-04-2006 at 02:06 PM
RE: IE difference - by Kryptonate on 02-04-2006 at 02:12 PM
RE: IE difference - by DJKAL on 02-04-2006 at 02:46 PM
RE: IE difference - by Kryptonate on 02-04-2006 at 03:27 PM
RE: IE difference - by DJKAL on 02-04-2006 at 03:29 PM
RE: IE difference - by Kryptonate on 02-04-2006 at 03:32 PM
RE: IE difference - by DJKAL on 02-05-2006 at 12:06 PM
RE: IE difference - by Kryptonate on 02-05-2006 at 12:58 PM
RE: IE difference - by DJKAL on 02-05-2006 at 01:11 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