Hi. I am a newbie to eFiction, so I'm sorry if this has some obvious answer.
I am editing the Zenlike skin (I didn't see any rule banning this, sorry if I missed it though). I'm just using this for my own personal fanfiction gallery, so I removed a lot of the menu content. Now, I'm wanting to put the story content of the fic pages into a table or div so that I can format the size, color, etc. At one point I managed to edit the size and text color of the field by putting a div in viewstory.tpl, but it was still centering despite the fact that I used the text-align:left style tag, so I removed that.
My Website: http://www.emeraldwinter.com/strike100/efiction/viewstory.php?sid=1
Please excuse my strong colors ^^; I linked straight to a random story since that's what I'm having a problem with.
I am getting this error on most the pages, but I think it is unrelated. I'll quote it anyway just to be safe:
Warning: implode(): Bad arguments. in /home/virtual/site55/fst/var/www/html/strike100/efiction/includes/corefunctions.php on line 449
Thanks very much for your time. ^^
You can already edit the story text area with css. This is what most of my skin css files say for the story area:
/* The story and chapter notes */
.notes {
margin: 1em;
border: 1px solid #000;
}
.notes .title {
padding: 2px 4px;
}
.notes .title .label {
color: #000;
font-weight: bold;
}
.noteinfo {
padding: 5px;
}
/* End story and chapter notes */
.storyinfo {
text-align:left;
margin:10px
}
#story {
padding: 1em;
}
If you want to format the story text size and color then add it to the #story section.
You probably have an open center tag somewhere, or an open div that uses centering. Chek your header as well as the story page.
Were those errors shown BEFORE you edited the Zenlike skin?
Whoever said nothing is impossible never tried slamming a revolving door.
url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word
That error probably means you've got a story without a category.
Okay, thanks! I didn't set up categories yet, I was going to work on fixing that error later.
I found the right place in the CSS, it seems to be letting me edit it now Thank you!
