View Single Post
  #5  
Old 03-30-2012, 09:35 AM
Tequila's Avatar
Tequila Tequila is offline
The Grim One
 
Join Date: Jan 2009
Location: Souther Tier, New York State
Posts: 1,356
Gender: Female
Credits: 123,296
Tequila is on a distinguished road
Default

Here's the base theme that is now available for download in the primary download:
PHP Code:
<!DOCTYPE html>

<
head>
<
title>:BROWSERTITLE:</title>
<
link rel="stylesheet" href="stylesheet.link" type="text/css" />


</
head>

<
body>
<
div id="wrapper">
<
table cellspacing="0" cellpadding="0">
<
tr><th colspan="2">:LINKSBAR:</th></tr>
<
tr><td colspan="2" id="image"><span><a href="index.php">:SITETITLE:</a></span></td></tr>
<
tr><td id="menu">
:
SIDEFEED:


</
td><td id="content">
<
h1>:ARTICLETITLE:</h1>
<
p>:ARTICLECONTENT:</p>

</
td></tr>
<
tr><td colspan="2" id="footer">
<
p>&#9733; Powered by <a href="http://www.mysidiaadoptables.com">Mysidia Adoptables</a> ★</p>
</td></tr>


</
table>
</
div>

</
body>

</
html
The different calls (:BROWSERTITLE:, :ARTICLECONTENT:, :LINKSBAR:, :SIDEFEED:) tell the script where to put each item.

The CSS/HTML is all up to you. ;3 If you'd like to see what is possible, check out some of the sites out there.
__________________
Artist. Designer. Gamer. Mother.
[portfolio] [tarot] [Rune Hollow] [freebies]
Reply With Quote