To anyone who still posts on fanfiction.net:

Jan 10, 2014 12:54

Does anyone have a reliable way to put in scene breaks, something that the uploading system at ff.net won't automatically delete? Back when you could edit text right at the website, I could just drop in their own "bar" between sections. Can't do that any more, and normal things I've tried (a line of hyphens or of tildes, etc) just get deleted ( Read more... )

fan fiction, request, ff.net

Leave a comment

jedibuttercup January 10 2014, 23:47:45 UTC
Yeah, I usually end up coding the whole thing in HTML to make it work.

If you know any HTML, and especially if you have Word, it's not too strenuous. I always write with a blank line between paragraphs, and in then in Word I can do a search and replace: for every ^p^p, which is word code for two presses of the Enter key,
^p^p
, end paragraph and start a new one. After that's taken care of, it's just marking italics and bolding and putting in the line breaks where they need to go.

(edited (repeatedly) to stop LJ from eating my demo code)

(edited again because: after you have all the code assembled in Word, you have to copy and paste into their little HTML window, you can't just upload it and expect the code to work right; they broke that function, more's the pity.)

Reply

izhilzha January 11 2014, 00:41:31 UTC
I do not use Word, unfortunately; I use OpenOffice, so I can save things as .docs but not work in the program.

Whose little HTML window? Oh, the copy and paste mode. Gotcha.

Thank you--this may end up being quite helpful, with a little research/experimentation. :)

Reply

persephone_kore January 11 2014, 01:56:39 UTC
Doesn't OpenOffice have a search/replace function? Free text editors have one; it would seem like a peculiar thing to leave out.

Reply

izhilzha January 11 2014, 01:58:19 UTC
Oh, I thought she meant that particular code was the *Word* code for line breaks--such things can differ in different processors. No, Open Office definitely has search/replace.

Reply

persephone_kore January 11 2014, 02:48:39 UTC
Oh, I see what you mean now, sorry, I misunderstood. Hm.

Based on a quick Google, what you may want to paste between paragraph tags is \n\n, but apparently what you have to search for depends on whether you hit enter or shift+enter to make the linebreaks. Copying AO3's html may be less trouble.

Reply


Leave a comment

Up