Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 06:59 am EST
Geeklog Forums
Static page formatting...how to change?
ohNoes!
Anonymous
Where can I go to change the style options for static pages? The font is too small and won't let me underline or bold.
11
10
Quote
Status: offline
jhk
Forum User
Chatty
Registered: 07/13/02
Posts: 57
If it is a simple HTML formatted page, you can define your own style and use it by wrapping your content in a block. E.g.
bla-<u>bla</u>-bla.
More text in <b>bold</b>.
And so on...
</div>
Your style could be anything such as:
font-size: 125%;
}
.mystaticstyle h1 {
font-size: 175%;
}
.mystaticstyle u {
color: red;
font-variant: small-caps;
/* And so on ... /*
Text Formatted Code
<div class="mystaticstyle">bla-<u>bla</u>-bla.
More text in <b>bold</b>.
And so on...
</div>
Your style could be anything such as:
Text Formatted Code
.mystaticstyle {font-size: 125%;
}
.mystaticstyle h1 {
font-size: 175%;
}
.mystaticstyle u {
color: red;
font-variant: small-caps;
/* And so on ... /*
10
11
Quote
All times are EST. The time is now 06:59 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content