Unofficial Portkey Archive

PK staff testing story uploads by gal-texter
EPUB MOBI HTML Text

PK staff testing story uploads

gal-texter

This document was saved in Microsoft Word 2003 as a filtered webpage.

italics

bold

underlined

"smart / curly quotation marks"

"straight quotes"

---------------

To show text in different colors, use the "font color" HTML command.


Please share alternate solutions here.


Note that Microsoft Word 2003 uses the span style = color command when saving documents as webpages.

My CRUDE solutions:

1. Save the document in Word as a filtered webpage,

then use another software (like Microsoft Front Page) to find and replace those commands with the font color one.

OR

2. For chapters where you'd really want texts in colors other than black, write it in an HTML editor like Front Page.

I've shown the syntax below, but you have to remove the * to make them work!

This WILL work in Portkey's fanfic section: <*font color='#3333FF'>text in blue font<*/font>

This WON'T work in Portkey's fanfic section: <*span *style='color:blue'>text in blue<*/span>

This WILL work in Portkey's fanfic section: <*font color='#33CC00'>text in green<*/font>

This WON'T work in Portkey's fanfic section: <*span *style='color:green'>text in green<*/span>

This WILL work in Portkey's fanfic section: <*font color='#FF0000'>text in red color<*/font>

This WON'T work in Portkey's fanfic section: <*span *style='color:red'>text in red<*/span>


To get the hexadecimal codes for colors, go to the forums and either:

-- hit the font color button in the "Add Reply" screen, then take note of the code, OR

-- read this post.

-->