Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-16-2006, 09:58 PM   #1
Borka
Guest
 
Posts: n/a
CSS file in Dreamweaver

Hi, i have just started working with dreamweaver not to long ago and ive read about the css file and im not to clear on it. can someone explain exactly what is a css file that usualy goes with many of the sites out there and its is neccessary to have one, what if you dont for your site? advantages disadvantages ?

Thanks alot for all your help
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-16-2006, 10:04 PM   #2
aico
Moo Moo Cow
 
Join Date: Mar 2004
Location: Washington State
Posts: 14,748
Quote:
Originally Posted by Borka
Hi, i have just started working with dreamweaver not to long ago and ive read about the css file and im not to clear on it. can someone explain exactly what is a css file that usualy goes with many of the sites out there and its is neccessary to have one, what if you dont for your site? advantages disadvantages ?

Thanks alot for all your help
CSS = Cascading Style Sheet. It's how you control the look of your page. You don't need one to make a page, but it makes it a lot easier to make a page look how you want as far as design, fonts, colors, etc.. A CSS file is an external file linked to by your webpages, you can also have the styles on the page.

There's a ton of shit you can do with it, too much to just tell you, best to buy a book and learn about it.
aico is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-16-2006, 10:06 PM   #3
MGPspots
Confirmed User
 
Join Date: Jan 2005
Posts: 422
lots and lots of uses
but the main one is to save a file of all the text styles in the site so u dont have to use the font attribute on each text part. Just check out dw help - it is easy to get going with css in dw
__________________
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.
MGPspots is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-16-2006, 10:26 PM   #4
Borka
Guest
 
Posts: n/a
thanks alot guys im guna read the help and defentley get a book
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-16-2006, 10:35 PM   #5
aico
Moo Moo Cow
 
Join Date: Mar 2004
Location: Washington State
Posts: 14,748
Here's a quick example:

if you put this in your code (usually in the head, but doesn't matter)
<style type="text/css">
<!--
.style1 {
FONT-SIZE: 12px;
COLOR: #000000;
FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif

-->
</style>


You've made a "class" called "style1".

So you can do this:
<p class="style1">Text</p>

The word Text will now be 12px is size, Black, and the font Tahoma or other in order of availability.
aico is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.