GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Quick CSS question please (https://gfy.com/showthread.php?t=307661)

alexg 06-05-2004 01:20 PM

Quick CSS question please
 
I want to insert a css line to define the default font which will be used in the body of the html page. here's what i do:

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000

}

well it's not working

am i doing something wrong?

alexg 06-05-2004 01:24 PM

gfy messed up the code a bit

could you just let me know how to get it right?

dirtysouth 06-05-2004 01:36 PM

try a semi-colon after the color tag.

color: #000000;

}

Doctor Dre 06-05-2004 01:38 PM

You are lucky if 10 people on GFY know what CSS is ... lol ...

RightHandMan 06-05-2004 01:41 PM

Quote:

Originally posted by Doctor Dre
You are lucky if 10 people on GFY know what CSS is ... lol ...
:1orglaugh :1orglaugh :1orglaugh

If you like you can paypal me 10$ and ill fix it for ya....

The semicolon should work

alexg 06-05-2004 01:50 PM

Quote:

Originally posted by dirtysouth
try a semi-colon after the color tag.

color: #000000;

}

I added it but it still doesn't work :(

MiSsBeHeaDReSs 06-05-2004 01:52 PM

ICQ me~I can help you :thumbsup

Holly 06-05-2004 02:08 PM

Are you doing embedded or external? Embedded will override external. Do you have any other css stuck in there?

Try this and see what happens:

<html>
<haed>

<style type="text/css">
BODY
[
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}
</style>

</head>

<body>

body stuff here



change that [ after body to the opposite of this }
spell head right

alexg 06-05-2004 02:16 PM

i'm using an external css file

no other css in my head tag other than the link to the css file...


All times are GMT -7. The time now is 10:35 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123