![]() |
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? |
gfy messed up the code a bit
could you just let me know how to get it right? |
try a semi-colon after the color tag.
color: #000000; } |
You are lucky if 10 people on GFY know what CSS is ... lol ...
|
Quote:
If you like you can paypal me 10$ and ill fix it for ya.... The semicolon should work |
Quote:
|
ICQ me~I can help you :thumbsup
|
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 |
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