![]() |
very quik and basic HTML question
how do i setup the default font size=2 to entire html page (that i don't have to enter font tags on every paragraph)?
|
www.w3.org -> css
|
you can use cascading styLe sheet..
|
[HTML]
<style type="text/css"> body { font-size: 12px; } </style> [/HTML] |
Stylesheets rock the house!
|
Quote:
That works, but if you also have tables on your site you'll have to add this as well to apply it to them: [HTML] <style type="text/css"> table { font-size: 12px; } </style> [/HTML] |
Quote:
this code don't do nothing... i've tryed with different numbers but no change on text size :( |
You have to put style tags in between the head tags.
|
Quote:
ok..thanks :) |
Quote:
Did you attach the stylesheet first? |
All times are GMT -7. The time now is 02:29 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123