Help - Search - Members - Calendar
Full Version: HTML codes in fanfic side - review pages, fic summary, fics
Portkey forums - Kindred Spirits > Sonorus! Listen! > St. Mungo's Triage - FAQs & Help Desk > Fanfic Accounts / Archive
gal-texter
Hi, mods! Can the fanfic review boards be improved? Make them accept codes for (in order of priority): paragraph breaks, previews, quotes, and italics?

Just my two Knuts




NAPPA
I prodded James indo doing the line breaks . Basically, all you have to do is just press the enter as you usually do for a new paragrap.

like this.

and then this..

and they will show up with proper paragraph breaks. Hope this helps smile.gif




We'll try to add more features, but right now since James is busy with exams the only things that will get done are the stuff that are high up the list, or very simple to do --- for him smile.gif

*offers up more sacrifices to the great PHPGuru James*
gal-texter
*puts more offerings on James' altar*

Thanks! I tried it (line breaks and italics) and they work now. James, it's ok if you put these at the very bottom of your to-do list cool.gif
AdamantEve
How does one separate paragraphs in the summaries for posted stories? I tried making two separate paragraphs in the summary, and while I did simply separate the paragraphs while I wrote it in the text box, but the paragraphs wouldn't come out separated in the story-list page.

I've seen other authors do it so I'm thoroughly perplexed.

Please tell me the hows.

I shall be eternally grateful.
Thieving Magpie
You could always try to use a simple <br> html tag to do this.

Another
... which implies the necessity of tags, just in case you're not aware that stories have to be uploaded as html. Yes, the break tag would work, but a more conventional approach would be the paragraph tag.

CODE
<!-- the paragraph tag way: -->

<p>This would be one paragraph.</p>
<p>And this quite another.</p>
<p>And this one too.</p>

<!-- and the alternative break tag approach: -->

This would be one paragraph
<br />
And this quite another.
<br />
And this one too.


Both methods would show up more or less like this.

CODE
This would be one paragraph.

And this quite another.

And this one too.


Hope you get it to work. biggrin.gif Doesn't really matter, but it makes it infinitely easier for anyone who has to write CSS if you use the <p> and </p> tags.

jonathan
AdamantEve
Thank you so much, you two! It never occured to me that the text box would respond to HTML code!

::hits head repeatedly::

You've been loads of help. Thank you so much!


MODLY NOTE:

Unfortunately, the paragraph summary box no longer executes html codes. We suggest authors continue using capital letters and characters like ---------- to mark paragraph breaks.

- Pen / gal-texter Jun 2008

ShadowGryffindor
Using different font colors in uploaded stories

Hey, I've seen several stories around here (on the site, not talking about the forums) with different colored fonts. I was wondering how you do that. I experimented with doing code on it but it didn't seem to work: <fontcolor=blue> </fontcolor=blue> didn't work for me. Thanks in advance for helping me with it.
Bexis
QUOTE(ShadowGryffindor @ Jan 9 2007, 08:39 AM) *

Hey, I've seen several stories around here (on the site, not talking about the forums) with different colored fonts. I was wondering how you do that. I experimented with doing code on it but it didn't seem to work: <fontcolor=blue> </fontcolor=blue> didn't work for me. Thanks in advance for helping me with it.


I post in Word format. I simply click on the color under "font" in Word when I want a color other than basic black, and it happens by itself when the content runs through Portkey's distiller.

MOD NOTE: Thanks for the tip. Unfortunately, this might not work now that we're having issues with uploading .DOC files instead of HTML.

Try selecting the font colors in your word processor that can save the document as an HTML file.

~gal-texter May2008
gphoenix51
Has there been any more info on how to change the text color in our stories? I'm trying to show when a character is thinking to themselves by showing it in a different color. It shows up fine in Word, even after I've saved it as HTML, but when it's posted, it's in black. Any ideas?
gal-texter
I've uploaded this test chapter with different font colors. I'm no expert in HTML or PHP or whatever, but the following codes worked:


CODE

<font color='#3333FF'>blue text</font>

<font color='#FF0000'>red text</font>

<font color='#006600'>green text</font>



QUOTE

blue text

red text

green text


MS Word uses the span style='color: command, which no longer works in PK's fanfic section.

CODE

<span style='color:blue'>blue text</span>
<span style='color:red'>red text</span>
<span style='color:green'>green text</span>


I get the color's hexadecimal codes from here in the forums by either:

-- hitting the font color button in the "Add Reply" screen, then taking note of the code that appears after
CODE
[COLOR=


or by getting them from this post.


You authors decide if it's worth the trouble to make a couple of lines appear in different font colors. smile.gif

Me laughing 'cos this is the first (and likely the only) time I've uploaded anything in any fanfic archive, only to see This story has been suspended by administration! laugh.gif I've forgotten that I had disabled display story permissions for my account, hehehe! wink.gif
gal-texter
UPDATE: Try saving the story as an MS Word .DOC file, with the different font colors. Then upload it as explained here.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.