hi,
thanks for the tip. it works now. oh and by the way, how do i change the
font colour? i forgot to ask

Signature
Alvo von Cossel I of Germany
> Hello,
>
[quoted text clipped - 7 lines]
>
> (H) Serge
Sten Hougaard - 24 Jul 2005 10:00 GMT
Hi Alvo,
You should consult this site:
http://msdn.microsoft.com/workshop/author/css/reference/css_ref_entry.asp?frame=true
Here is a CSS reference, and IMHO MSDN Library is one of the best reference
sites on the web, always usefull :-)
/Sten Hougaard
Denmark
> hi,
>
[quoted text clipped - 13 lines]
>>
>> (H) Serge
Serge Baltic - 25 Jul 2005 16:27 GMT
Hello,
AC> thanks for the tip. it works now. oh and by the way, how do i change
AC> the font colour? i forgot to ask
Hmm your first question sounded like you've already managed to do it with
the color ;)
Well, http://msdn.microsoft.com/library/default.asp?url=/workshop/entry.asp?frame=true
for all the things about the style.* properties.
And this http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/referen
ce/objects/div.asp
is a more convenient thing, select the "Styles" tab to see all the available
styles with short comments.
(H) Serg
mark.forster - 18 Aug 2005 16:35 GMT
> Hello,
>
[quoted text clipped - 12 lines]
>
> (H) Serge
A more efficient way to do this would be to have a style sheet with the
styles for the HTML elements you want and use javascript to dynamically
change the styles
Here are links to an artical i found about using javascript to switch your
style sheets.
http://www.alistapart.com/articles/alternate/ - for the artical and
http://www.alistapart.com/d/alternate/styleswitcher.js - for the source
By using this method you will not only keep your HTML cleaner but you will
have a better chance at maintaining your code in the future.
Read the artical. you will see what i mean