For this post, you will see in this format:
Group Subject
- Title - this is as a reference, you may change to fit your designHTMLCorrect URL link to be used
- Filename
CODEpage instruction to show proper page information
Style CSS File
- gfxtrap.css
please use this exact filename and include these two items at the end of the style file
CODE
h1 {
border-bottom: 1px solid #ffffff;
font-size: 1.3em;
font-weight: bold;
color: #ff9933;
}
h2 {
border-bottom: 1px solid #ffffff;
font-size: 1.2em;
font-weight: bold;
color: #3366ff;
text-align: right;
}
Colors and font size can be modifed later. This is to point out that h1 and h2 are needed for category title usage.border-bottom: 1px solid #ffffff;
font-size: 1.3em;
font-weight: bold;
color: #ff9933;
}
h2 {
border-bottom: 1px solid #ffffff;
font-size: 1.2em;
font-weight: bold;
color: #3366ff;
text-align: right;
}
- HomeHTMLhttp://www.gfxtrap.com
- index.php must include
CODE<?PHPplease limit to 3 Current News to show on the index page
$number=3;
$template="SinglePage";
$category=2;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
- Sig Show OffHTMLhttp://www.trap17.com/forums/showoff-f203.html
- CollaberationHTMLhttp://www.trap17.com/forums/current-projects-f217.html
- Gift SigsHTMLhttp://www.trap17.com/forums/gifts-f204.html
- Sig BattlesHTMLhttp://www.trap17.com/forums/battles-f199.html
- SOTWHTMLhttp://www.gfxtrap.com/sotwcurrent.php
- sotwcurrent.php must include in the body
CODE<?PHP
$number=3;
$template="SinglePage";
$category=3;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
HTML
http://www.gfxtrap.com/sotwpast.php
- sotwpast.php must include in the body
CODE
<?PHP
$number=4;
$template="SOTW";
$category=8;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
$number=4;
$template="SOTW";
$category=8;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
HTML
http://www.trap17.com/forums/tournaments-f211.html
HTML
http://www.trap17.com/forums/gfxtrap-com-official-tournament-winners-t31398.html
HTML
http://www.trap17.com/forums/request-free-sig-banner-f219.html
HTML
http://www.trap17.com/forums/request-free-sig-banner-f219.html
HTML
http://www.trap17.com/forums/request-free-sig-banner-f219.html
HTML
http://www.trap17.com/forums/tutorials-f205.html
HTML
http://www.trap17.com/forums/tutorials-f169.html
HTML
http://www.trap17.com/forums/resources-f209.html
HTML
http://www.trap17.com/forums/resources-f209.html
HTML
http://www.trap17.com/forums/resources-f209.html
HTML
http://www.gfxtrap.com/rss.php
- rss.php is currently running external aide--until further notice, include
CODE
<?php
include ("http://app.feeddigest.com/digest3/1PQOJ04A6Z.html");
?>
include ("http://app.feeddigest.com/digest3/1PQOJ04A6Z.html");
?>
- Staff PageHTMLhttp://www.gfxtrap.com/staff.php
- staff.php must include
CODE<?PHP
$number=1;
$template="SinglePage";
$category=5;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
staffbios.php
this is not a direct link but this page is needed to make Staff Page links to work properly. Make another identical page to staff.php but includeCODE<?PHP
$number=1;
$template="Bios";
$category=4;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
- About UsHTMLhttp://www.gfxtrap.com/aboutus.php
- aboutus.php must include
CODE<?PHP
$number=1;
$template="SinglePage";
$category=6;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
- ContactHTMLhttp://www.gfxtrap.com/contact.php
- contact.php must include
CODE<?PHP
$number=1;
$template="SinglePage";
$category=9;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
- Affiliate RulesHTMLhttp://www.gfxtrap.com/affiliaterules.php
- affiliaterules.php must include
CODE<?PHP
$number=1;
$template="SinglePage";
$category=10;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
HTML
http://www.gfxtrap.com/submit.php
- submit.php
CODE
this is an independent page therefore, all you need to do is use the above URL
HTML
http://www.gfxtrap.com/affiliates.php
- affiliates.php must include
CODE
<?PHP
$number=1;
$template="SinglePage";
$category=7;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
$number=1;
$template="SinglePage";
$category=7;
include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
?>
HTML
http://www.gfxtrap.com/topsite/

