|
-
Apr 8th, 2001, 12:33 PM
#1
Thread Starter
Frenzied Member
[style=""]
John, you should enable the STYLE tag. It allows a lot of great formatting techniques for us to catch attention.
The "actual" HTML code is like:
- <font style="%Style Formatting Characters%">
- <span sytle="...">
- <p style="...">
like:
[style="background-color: rgb(0,128,0); font-style: oblique; text-decoration: blink; border: 2px inset"]Green background text with full inset borders[/style]
[style="background-color: rgb(0,255,0); font-style: oblique; text-decoration: blink; border-left: 2px none; border-right: 2px none; border-top: 2px inset; border-bottom: 2px inset"]Blinking oblique bright-green background text with top-bottom underlining[/style]
Which would equal:
<span
style="background-color: rgb(0,128,0); font-style: oblique; text-decoration: blink; border: 2px inset">dfhjfdgjfdkjkhgfkg</span><br><br>
<span
style="background-color: rgb(0,255,0); font-style: oblique; text-decoration: blink; border-left: 2px none; border-right: 2px none; border-top: 2px inset; border-bottom: 2px inset">kjkjkghk</span>
MicroBasic
Dragon Shadow Trainer
There is no good or evil in the world...only programmers and fools .
-
Apr 10th, 2001, 08:32 AM
#2
Whoah! somebody better quit with the LSD already!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|