Difference between revisions of "User:MrPib"

From All The Fallen Stories
Jump to navigation Jump to search
Line 2: Line 2:
I don't remember all of them off the top of my head right now, but here they are:
I don't remember all of them off the top of my head right now, but here they are:
=== THESE WORK ===
=== THESE WORK ===
(Replace {} with <> as I can't seem to get "code" to work at the moment)
(Replace {} with <> as I'm to lazy to re write the text)


{B}<b>BOLD</B>{/b}
{B}<b>BOLD</B>{/b}
Line 20: Line 20:
<Nowiki code><Body bgcolor=FF0080> (background color is page wide, can be hex or standardised color Fuschia,fuchsia)</nowiki>
<Nowiki code><Body bgcolor=FF0080> (background color is page wide, can be hex or standardised color Fuschia,fuchsia)</nowiki>


{Font color="GREEN"}<font color="orange">this HTML tag can be applied to the whole page,</font><font color=purple>or just certain parts</font>{/font}
{Font color="GREEN"}<font color="FF0080">this HTML tag can be applied to the whole page,</font><font color=green>or just certain parts</font>{/font}


(Rainbow text can be done manually to each letter, or done with CSS/JS)
(Rainbow text can be done manually to each letter, or done with CSS/JS)

Revision as of 22:32, 21 October 2018

SITE HTML CODES

I don't remember all of them off the top of my head right now, but here they are:

THESE WORK

(Replace {} with <> as I'm to lazy to re write the text)

{B}BOLD{/b} {I}italics{/i}


these might work

<HTML> This is for the header <Head> <Title> "text that shows current page info goes here" </title> Not a standardized part of HTML so it may vary <Image>favicon.png</image> </head>

<Body bgcolor=FF0080> (background color is page wide, can be hex or standardised color Fuschia,fuchsia)

{Font color="GREEN"}this HTML tag can be applied to the whole page,or just certain parts{/font}

(Rainbow text can be done manually to each letter, or done with CSS/JS)

<marquee>DEPRECATED USE CSS OR JS INSTEAD</marquee> (Scrolling text)