Weezy
edubuilder Here is the page border code ..replace the blue color to any color u want it to appear with
<style type="text/css"> body {border-width: 2px; border-color:blue; border-style: solid;margin:0px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px;}</style>
Copy code
Here is the homepage footer code ..replace the links and the text ..copy below
<center><table align="center" width="100%" border="0">
<tr>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL1"><font color="black">TEXT 1</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL2"><font color="green">TEXT 2</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL3"><font color="black">TEXT 3</font></a></td>
</tr>
</table>
<table align="center" width="100%" border="0">
<tr>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL4"><font color="green">TEXT 4</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL5"><font color="black">TEXT 5</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL6"><font color="green">TEXT 6</font></a></td>
</tr>
</table>
<table align="center" width="100%" border="0">
<tr>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL7"><font color="black">TEXT 7</font></a></td>
<td bgcolor="white" style="bold"><a href="http://YOUR-URL8"><font color="green">TEXT 8</font></a></td>
<td bgcolor="lime" style="bold"><a href="http://YOUR-URL9"><font color="black">TEXT 9</font></a></td>
</tr>
</table>
</center>
<div align="center" style="background-color: white; border: 2px solid lime"><script language="JavaScript" src="http://weezywap.xtgem.com/Javascript/Tools/fhstrans.js"></script><SCRIPT language=JavaScript type=text/JavaScript>translation_flags_g();</SCRIPT><br/><a href="/"><b>yoursitename.xtgem.com™</b></a><br /><b style=color:black;>Site Owned By </b><b style=color:green;> YourName</b></a><br />
<b style=color:black;>Free WebHosting By</b><a href="http://xtgem.com"><b style=color:black;> XT</b><b style=color:green;>gem™</b></a><br/><b style=color:black;>All Rights Reserved © 2012</b><br></div>
Copy code