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

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

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: IE difference
quote:
h1 {text-align: center}
h1 {color: #FFFFFF}
h2 {text-align center}
h2 {color: #707070}

you can change this to
h1 {
text-align:center;
color:#FFFFFF;
}
h2 {
text-align:center;
color:#707070;
}
quote:
<body bgcolor="black">
Place this in CSS too (body {background-color:#000000;})

quote:
<u>Calum's Disco's</U>
Still a capital U :p

quote:
<br><br>
use a <p></p>  or <p /> for this (I saw you have a <p> but you don't close it, always close it!)

At the end you hava a closing font-element. But I don't see one opening it.

With your links you use a <h2> and to close it a </h>. This has to be <h2></h2>

quote:
Originally posted by DJKAL
i deleted the "veiwed" tag as they went lime(Smilie)
i am using hex codes so that isnt the problem like before ...
but if you veiw the page in IE and click a link then go back {click back because i haven't yet added the back to home page link (Smilie)} they become lime(Smilie) why is this when i  have deleted the "veiwed" tag ??
I'm sorry but I've never heard of a "veiwed" tag :/. You could add a:visited {} in your CSS between a:link and a:hover to set a color for the link for when the visitor returns.

This post was edited on 02-03-2006 at 11:33 PM by Kryptonate.
02-03-2006 11:31 PM
Profile E-Mail 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