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

Pages: (4): « First [ 1 ] 2 3 4 » Last »
IE difference
Author: Message:
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. IE difference
i am working on my website
and am happy with my work so for.
but ...
when i load it in firfox {default browser} it is perfect, is i want it and as i designed it
but in internet explorer {beta 7 if that's thereason} it makes some of the underlined text not underlined and the other underlining not bold :S
{i solved the problem with the text colour difference ...GRAY not GREY :P thanks traxor ;)}

i was just wondering how i can get the text to stay underling in IE and not just in firefox

{here is the site if it will help you to understand}
thanks :)

This post was edited on 02-03-2006 at 10:52 PM by DJKAL.
"You don't sleep, you defragment!"
02-02-2006 08:12 PM
Profile E-Mail PM Web Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
Joined: Feb 2005
Status: Away
RE: IE difference
maybe it because u have differenbt cases, u have: <u>text</U>, make <u>text</u>
02-02-2006 08:32 PM
Profile E-Mail PM Find Quote Report
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
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
thanks il change the cases now ...fussy thing:@
as for the centering was because i didnt know i was going to center it all
"center" is right isnt it?
and as for "body" i didnt see that it was there twice .. i copy and pasted the code from a website because i wasnt sure of the code .. it is my first site :$
"You don't sleep, you defragment!"
02-02-2006 08:43 PM
Profile E-Mail PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: IE difference
learn xhtml and css, you can do much more with those two together and the code will also look much cleaner + will be easier to update.

quote:
Originally posted by DJKAL
thanks il change the cases now ...fussy thing(Smilie)
a lot of people will fall over that these days, it's just ugly to write code like that. It's better to use small letters for your tags and attributions.

And please tell me why you use frameset if you don't use frames? rows="100%,*" is just stupid :s, you're making 2 rows here but at the same time you make sure the 2nd row isn't visible by placing the first one at 100% of the screen and you only give one frame a source. If you're using only one page you don't need frames. Dump the frameset.

This post was edited on 02-02-2006 at 08:55 PM by Kryptonate.
02-02-2006 08:50 PM
Profile E-Mail PM Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: IE difference
quote:
Originally posted by Kryptonate
learn xhtml and css, you can do much more with those two together and the code will also look much cleaner + will be easier to update.

true, xhtml is also easy. xhtml is a way to check if your code is browser compatible (but not always true if you use css with it)

for example change your <br> tags to <br /> tags etc. Did you use the tool i sent you yesterday? :P
02-02-2006 08:53 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
quote:
Originally posted by Kryptonate
learn xhtml and css, you can do much more with those two together and the code will also look much cleaner + will be easier to update
il carry on as i am for now - on this page and look into xhtml on the weekend or tomorrow
well..i think i might stop for tonight and do h/w so i will try and look at that tomorrow ... but il have to re-code my whole home page :|

* DJKAL repeats to himself "stick to small letters, stick to small letters...."

EDIT: i downloaded the tool ... but cant open it cos i dont have a program to do so :'(

This post was edited on 02-02-2006 at 08:56 PM by DJKAL.
"You don't sleep, you defragment!"
02-02-2006 08:55 PM
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: IE difference
Don't put off using XHTML until the next re-write: use it now! It's more uniformly supported when used with CSS2, yielding more consistent results. And, since you know HTML, XHTML will come within minutes ;)

Use the W3C Validator to help write valid XHTML.
[Image: spartaafk.png]
02-02-2006 11:26 PM
Profile PM Web Find Quote Report
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: IE difference
quote:
Originally posted by DJKAL
EDIT: i downloaded the tool ... but cant open it cos i dont have a program to do so (Smilie)

firefox opens it :P it's a firefox extension
02-03-2006 07:32 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
it didnt ... i downloaded it and then clicked it and didnt know what to do from there:$
"You don't sleep, you defragment!"
02-03-2006 07:34 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First [ 1 ] 2 3 4 » Last »
« 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