Art of design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

everything goes underline

2 posters

Go down

everything goes underline Empty everything goes underline

Post  valleyforge Wed 16 Apr - 6:26

heres the link
http://shinywhitelights.we.bs

. It looks fine in most browsers, but in Safari and sometimes Internet Explorer ALL the text on the page is underlined. The code is pretty sloppy, since it's my first time using CSS, but I've gone over it a hundred times and can't seem to find what's making it all underlined.

valleyforge

Number of posts : 2
Registration date : 2007-12-11

Back to top Go down

everything goes underline Empty Re: everything goes underline

Post  Omega Wed 16 Apr - 6:28

You have everything inside tags which are creating an underline in IE7 and Safari but not Firefox.

Add this into your head section style tag:-
ins { text-decoration: none; }
just before the closing tag.

The ins tag is a specialist tag for inserting something and I don't think you need to use it like you have done, but cancelling the underline does cure the problem.

Omega

Number of posts : 1
Age : 33
Location : japan
Registration date : 2007-11-29

Back to top Go down

everything goes underline Empty Re: everything goes underline

Post  valleyforge Wed 16 Apr - 6:29

Thanks a lot! The error checker was telling me I needed an ins tag there, so I'll leave it there unless it starts causing other problems.

valleyforge

Number of posts : 2
Registration date : 2007-12-11

Back to top Go down

everything goes underline Empty Re: everything goes underline

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum