View Single Post
  #2  
Old 01-22-2011, 05:49 PM
PTGigi's Avatar
PTGigi PTGigi is offline
Crazily Friendly~HoF
 
Join Date: Jul 2009
Location: Somewhere >.>
Posts: 370
Gender: Female
Credits: 36,728
PTGigi
Default

There's a file that should be called "blank.php" you can use this to make a new page (not on pages.php) that you can use any PHP and HTML coding you want.

Duplicate this page, rename it something else, then use something like:

PHP Code:
$article_title "PAGE TITLE HERE";
$article_content "ARTICLE CONTENT HERE. You can use HTML in this space but remember not to use a 'double' quote or it'll mess up."
Also more complicated but you can make sub-pages so you don't have to make tons of pages and can have you entire quest in one page. I think Kaeliah made a tutorial somewhere, let me find that

EDIT: Here it is: http://www.myadopts.com/forum/showthread.php?tid=4865
Irony that it is on MA and not here X3
__________________


"I see now that the circumstances of one's birth are irrelevant; it is what you do with the gift of life that determines who you are."~Mewtwo
My Adoptables|Nuzlocke Webcomic

Last edited by PTGigi; 01-22-2011 at 05:55 PM.