View Full Version : I know this aint a HTML forum but.....
Bodom78
December 26th, 2002, 12:49 AM
because you guys are so helpfull I thought I would ask here :D
I wan't to create text that cannot be re-sized through the browser but I can't seem to find any tutorials on how to do it, maybe I am not searching the right technical name for it as I don't know what it's actually called. Any help is appreciated.
Have a happy and safe new year.
Cheers.
Jubba
December 26th, 2002, 12:52 AM
If you use CSS to define the size of the text then it will show the same size in all browsers...for more info on CSS check out this link:
http://www.w3schools.com/css/default.asp
lostinbeta
December 26th, 2002, 12:53 AM
It is called CSS.
Put something like this in between your head tags of your HTML file.
<STYLE TYPE="text/css">
<!--
body {font-family: Verdana; font-size: 10px;};
td {font-family: Verdana; font-size: 10px};
-->
</STYLE>
Or everyone can post before me to help you out.
Jubba
December 26th, 2002, 12:54 AM
Thanks for clarifying Lib! :):P
lostinbeta
December 26th, 2002, 12:55 AM
No problem, thanks for posting that link, it will help them out better.
I don't even know if my code will work, although I am pretty much fluent in CSS I have been completely stupid about it for the past few days.
Jubba
December 26th, 2002, 12:56 AM
6 replies in less than 10 minutes...wow!
Bodom78
December 26th, 2002, 01:34 AM
OMG, so many replies so quickly. Thanks heaps to everyone here, you guys rock. I will look in to CSS.
Makaveli
December 26th, 2002, 01:40 AM
Originally posted by Phil Jayhan
Stick around, there is every answer to every question you might have waitingnhere @ KirupaVille for you....
cheers!
pj :P
you know what Phil..i have yet to find the answer to the meaning of life....would you like to clue me in on this all important answer?
Makaveli
December 26th, 2002, 01:48 AM
wow that was deep :) too bad faith in God is so low in the world these days
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.