TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

2 x Css

Page: 1 2 Reply
Aug 14th 2001#12969 Report
Member since: Apr 7th 2001
Posts: 366
Is it bad to have to CSS's attached to a document?? You see I need one for all the font stuff and one for the scroll bar. Or is there away to combine them in Dreamweaver. I would like to have one a be able to just refer to that one but I don't how!! Stupid me!!

Please help
Reply with Quote Reply
Aug 14th 2001#12971 Report
Member since: Mar 18th 2001
Posts: 6632
You mean as opposed to just putting the code in each page?

No, it isn't bad. In fact, that is the whole point of css. To have a central CSS document that controls the appearance of an entire site.
Reply with Quote Reply
Aug 14th 2001#12972 Report
Member since: Apr 7th 2001
Posts: 366
But I would have two! You respond way to quickly.
Reply with Quote Reply
Aug 14th 2001#12973 Report
Member since: Mar 18th 2001
Posts: 6632
Just put them all in the same document. You don't need to have two seperate ones. One CSS document will work for as many things as you want to do.
Reply with Quote Reply
Aug 14th 2001#12974 Report
Member since: Apr 7th 2001
Posts: 366
But I don't know how too. Because I have one made in dreamweaver and one made from a plug in that took it from a style.
Reply with Quote Reply
Aug 14th 2001#12975 Report
Member since: Mar 18th 2001
Posts: 6632
Just copy/paste it by hand. Take all the CSS out of the one with the script, and paste it into the one that Dreamweaver made. Then bam. You've got it all in one.

It's magic.
Reply with Quote Reply
Aug 14th 2001#12976 Report
Member since: Apr 7th 2001
Posts: 366
So I can just take

1..grek { font-family: Arial, Helvetica, sans-serif; font-size: small; font-style: normal; line-height: normal; color: #FFFFFF; text-decoration: none}

and paste it with

2.BODY {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #333333; SCROLLBAR-3DLIGHT-COLOR: #999999; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #333333; }

is that right??
Reply with Quote Reply
Aug 14th 2001#12977 Report
Member since: Mar 18th 2001
Posts: 1452
View the source of this page.
Reply with Quote Reply
Aug 14th 2001#12978 Report
Member since: Mar 18th 2001
Posts: 6632
Yeah. Just put each one on one line. Then just press enter and paste the other one on the next line.
Reply with Quote Reply
Aug 14th 2001#12979 Report
Member since: Apr 7th 2001
Posts: 366
But can I not just create the document and link to it with out putting it in every page??
Reply with Quote Reply
Page: 1 2 Back to top
Please login or register above to post in this forum