FanFiction.Net var banner = 1;
var normalColor; function hilite(id){ if( !document.all ) return false; // initialize the hilite object objHilite = eval("document.all." + id); // get the color of the current table cell normalColor = objHilite.style.backgroundColor; // set the color equal to the highlight color objHilite.style.backgroundColor = '#ffffff'; return true; } function restore(id){ // reset the table cell to it's original color eval("document.all." + id + ".style.backgroundColor = normalColor") return true; }
My Desktop (UserID: 86660)
Log out
Settings »
My Profile
My Picture
AuthorAlerts
Favorite Authors
Favorite Stories
Stories »
Upload Story
Edit Story & Upload Chapters
Remove Story
Reviews »
Remove Review
Misc »
Statistic
Mailing Lists
Community Connector »
My Sites
New Site
Support Services »
Upload: It can take up to 24 hours before the entry will be displayed on the site.
Your story title and summary must be rated G for all audience. No exceptions.Chapter uploading are not longer allowed! Please do not use this page to upload chapters and use the new chapter functions in the left menu. You are only allowed to upload fanfiction and non-spamming material. The following are not fanfiction as far as fanfiction.net is concerned. Non-fic infractions will result in the cancellation of your account.

Examples of non-fic:
  1. Lists
  2. Announcements (which includes Polls, Previews, Prologues, excerpts, and etc.)
  3. Disclaimers
  4. One liners
  5. Challenges, Author's Notes (put them in the fics) , Random Babbling (i.e. question and answers, rants, opinions, reviews, thank you notes and so on)
Examples of spam:
  1. Multiple entries of the same material. There can only be one copy of any unique story on the entire site. No exceptions. Crossovers are not exempt from this rule.
  2. Rewriting names of characters/locations of one story in order to upload to multiple fandoms. Example: a story uploaded to 3 categories and the only differences are the character names and/or locations.
  3. Original entries cannot be fanfiction entries. The reverse is also true. For example, an original poem cannot also be uploaded as a fanfiction poem.
Everytime a FanFiction.Net staff has to remove one of your entries the infraction is recorded. Once you reach a threshold, you will automatically be banned from FanFiction.Net.

FanFiction.Net will only allow the upload of HTML or TEXT formatted files. HTML files end in ".html" or ".htm" and text files end in ".txt". For Mac users you must use Netscape for this uploading process and must manually end the file name in either ".html" or ".txt' depending on the file type.

If you have Microsoft Word you can save your document in HTML format by going to the "File" menu and selecting "Save As". A dialog will pop up and in the "Save As Type" drop down menu select "Web Page" for HTML format and "Text Only" for TEXT formatted files.

Please note you should avoid special characters, punctuations and spaces, in naming your files.

If you do not have Microsoft Word and have an alternate word processor the steps for saving your document to HTML or TEXT format are very similar if not identical.

FanFiction.Net will strip/disallow certain html tags so please make sure you are not using them:
  1. img
  2. script
  3. meta
  4. embed
  5. font
  6. style
  7. h1-?

FanFiction.Net will strip/disallow certain html attributes so please make sure you are not using them:
  1. /:
  2. pext=
  3. style
  4. class
Category
Primary Genre
Secondary Genre
Language
Title
Rating
Summary
File (text/html only)
Is this the prologue or the first of many chapters? No Yes
function CheckSelect() { var clean = 1; var dirtymessage = ''; if(document.myForm.CategoryID.selectedIndex == -1 || document.myForm.CategoryID.selectedIndex == 0) { dirtymessage = dirtymessage + "- Please select a main and subcategory for this story.\n"; clean = 0; } if(document.myForm.GenreID.options[document.myForm.GenreID.selectedIndex].value == document.myForm.SubGenreID.options[document.myForm.SubGenreID.selectedIndex].value) { dirtymessage = dirtymessage + "- The Primary Genre and the Secondary Genre cannot be the same.\n"; clean = 0; } if(document.myForm.upload.value.toUpperCase().indexOf('.HTML') == -1 && document.myForm.upload.value.toUpperCase().indexOf('.HTM') == -1 && document.myForm.upload.value.toUpperCase().indexOf('.TXT') == -1 ) { dirtymessage = dirtymessage + "- You can only upload files that end with .html, .htm, or .txt.\n"; clean = 0; } if(clean) return true; else { alert(dirtymessage); return false;} } function fuzzyChapter() { if(document.myForm.title.value.toUpperCase().indexOf('0') != -1 || document.myForm.title.value.toUpperCase().indexOf('1') != -1 || document.myForm.title.value.toUpperCase().indexOf('2') != -1 || document.myForm.title.value.toUpperCase().indexOf('3') != -1 || document.myForm.title.value.toUpperCase().indexOf('4') != -1 || document.myForm.title.value.toUpperCase().indexOf('5') != -1 || document.myForm.title.value.toUpperCase().indexOf('6') != -1 || document.myForm.title.value.toUpperCase().indexOf('7') != -1 || document.myForm.title.value.toUpperCase().indexOf('8') != -1 || document.myForm.title.value.toUpperCase().indexOf('9') != -1 || document.myForm.title.value.toUpperCase().indexOf('PART') != -1 || document.myForm.title.value.toUpperCase().indexOf('PRT') != -1 || document.myForm.title.value.toUpperCase().indexOf('CHAPTER') != -1 || document.myForm.title.value.toUpperCase().indexOf('CHAPT') != -1) return confirm("FanFiction.Net Warning:\n------------------------------------------------------------------------------------\nDO NOT use this page to upload chapters.\n\nIf you are uploading a chapter/continuation of an existing story, please use the UPLOAD CHAPTERS or EDIT STORY feature to the left.\n\nOtherwise, any chapters uploaded through this page will be removed without warning and the infraction(s) will be permanently recorded as part of your author account. Your fanfiction.net account will be revoked as a result of the infractions. "); else return true; }