Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 11:15 am EDT

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.
 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.
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 ... /*
 
 Quote

All times are EDT. The time is now 11:15 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