Css/Html

Everything about Illarion that fits nowhere else. / Alles über Illarion was inhaltlich in kein anderes Board passt.

Moderator: Gamemasters

Post Reply
User avatar
Laviath Rathor
Posts: 216
Joined: Mon Jul 03, 2006 7:23 pm

Css/Html

Post 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
User avatar
Fjaen Greybone
Posts: 148
Joined: Wed Jul 12, 2006 1:34 am
Location: http://www.subliminal-lime.u13.biz/Forum/
Contact:

Post by Fjaen Greybone »

WHat do you need?
User avatar
Laviath Rathor
Posts: 216
Joined: Mon Jul 03, 2006 7:23 pm

Post 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)
User avatar
Kevin Lightdot
Posts: 2849
Joined: Sun Oct 16, 2005 8:17 pm
Location: Green again

Post 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?
Post Reply