Page 1 of 1

Css/Html

Posted: Sun Jul 23, 2006 12:26 am
by Laviath Rathor
Hey guys, could anyone help me with a little problem? Anyone who's skills in css or html lol
---
Hey Leute, könnte mir jemand mit nem kleinen Problem helfen? Irgendwer der sich mit CSS oder HTML auskennst bidde lol

:? :D

Posted: Sun Jul 23, 2006 12:26 am
by Fjaen Greybone
WHat do you need?

Posted: Sun Jul 23, 2006 12:28 am
by Laviath Rathor
I want to fixe the size of the font on my hp, aswell as the font-size of the links. i tried with

font-size: 1em;

but it doesn't work. Neither for the content, nor for the links

-Edit (I use a extern Css-file with div-layers)

Posted: Sun Jul 23, 2006 2:07 pm
by Kevin Lightdot
This should be a nice temporary solution if I understand correctly. It just takes a few seconds to copy and paste.

Add this between the style tags of your html page (Ofcource you should edit font size, color, ... to change it.):

Code: Select all

h1 { color:lime; font-family:Arial; font-size:24; }
And just paste this whenever you need to use it.
You can obviously make more of these headings if you need to.

Code: Select all

 <h1>Illarion: ( <a href="http://www.Illarion.org.">Illarion.org</a> )</h1>
You can obviously make more of these headings if you need to.

Should work if I'm correct.

Shouldn't this be put in 'Off-Topic' by the way?