I have a few questions so instead of making multiple threads ill ask them all here.
1st.
Well I have a side column on my site ( I looked at Peggy's site to get it done hope you dont mind). And I would like it on the right not the left how would I do that?
Code:
Code:
<!-- 1 -->
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" width="180px">
<table class="tborder" border="0" cellpadding="6" cellspacing="1" width="100%" align="center">
<tr>
<td class="thead">
<center>Poo Menu</center>
</td>
</tr>
<tr>
<td class="alt1">
<div align="center">
<a href="http://www.holypoo.com/forumdisplay.php/hp-announcments-5.html" STYLE="TEXT-DECORATION: none"><b>Poo News</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/forumdisplay.php/forum-rules-264.html" STYLE="TEXT-DECORATION: none"><b>The House Rules</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/forumdisplay.php/new-here-please-check-in-4.html" STYLE="TEXT-DECORATION: none"><b>Introduce Yourself</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/register.php" STYLE="TEXT-DECORATION: none"><b>Not a Member? Register!</b></a>
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" border="0" width="100%" align="center">
<tr>
<td class="thead">
<center>Fun Stuff!</center>
</td>
</tr>
<tr>
<td class="alt1">
<div align="center">
<a href="http://www.holypoo.com/arcade.php" STYLE="TEXT-DECORATION: none"><b>Arcade</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/quiz.php?" STYLE="TEXT-DECORATION: none"><b>Fun Quizes</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/awards.php?" STYLE="TEXT-DECORATION: none"><b>Poo Awards</b></a>
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.holypoo.com/ishop.php?" STYLE="TEXT-DECORATION: none"><b>The Shop</b></a>
</div>
</td>
</tr>
</table>
<br /><if condition="$show['member']">
<table class="tborder" border="0" width="100%" align="center">
<tr>
<td class="thead">
<center>Poo Info</center>
</td>
</tr>
<tr>
<td class="alt1">
$usermoods <br></br>
$usernflteams<br></br>
$usernbateams <br></br>
$usermlbteams</br>
<br />
</div>
</td>
</tr>
</table></if>
<br />
<table class="tborder" border="0" width="100%" align="center">
<tr>
<td class="thead">
<center>eBay Auctions</center>
</td>
</tr>
<tr>
<td class="alt1">
<div align="center">
<script type="text/javascript"><!--
auctionads_ad_client = "d342b27872da8f8112e5";
auctionads_ad_campaign = "default";
auctionads_ad_width = "120";
auctionads_ad_height = "600";
auctionads_ad_kw = "xbox, games, computers, movies, music";
auctionads_color_border = "ffffff";
auctionads_color_bg = "FFFFFF";
auctionads_color_heading = "3377d6";
auctionads_color_text = "ff4800";
auctionads_color_link = "e1f0e6";
auctionads_new_ad = "false";
--></script>
<script type="text/javascript" src="http://ads.auctionads.com/pagead/show_ads.js">
</script>
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" border="0" width="100%" align="center">
<tr>
<td class="thead">
<center><b>Some Cool Sites</b></center>
</td>
</tr>
<tr>
<td class="alt1">
<div align="center">
<a href="http://www.vbulletin-faq.com" STYLE="TEXT-DECORATION: none">vBulletin FAQ</a>
<br />
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.vbulletin.org" STYLE="TEXT-DECORATION: none">vBulletin Mods</a>
<br />
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.nosoulgamers.com" STYLE="TEXT-DECORATION: none">No Soul Gamers</a>
<br />
<HR WIDTH="60%" COLOR="#D5D0C3" SIZE="1">
<a href="http://www.minerskinz.com" STYLE="TEXT-DECORATION: none">Miner Skinz</a>
<br />
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" border="0" width="100%" align="center">
<tr>
<td class="thead">
<div align="center"><b>Our Affiliates</b></div>
</td>
</tr>
<tr>
<td class="alt1"><br />
<div align="center"><a href="http://www.vbskinworks.com/idevaffiliate/idevaffiliate.php?id=242_0_1_11"><img src="http://www.vbskinworks.com/idevaffiliate/banners/vbsw2125.jpg" border="0"></a></div><br />
</td>
</tr>
<tr>
<td class="alt1"><br />
<div align="center"><a href='http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=nomods' target='_blank'><img src='http://www.hostgator.com/affiliates/banners/155x555.gif' /></a></div><br />
</td>
</tr>
<tr>
<td class="alt1"><br />
<div align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-1192295974126611";
//120x240, created 12/26/07
google_ad_slot = "6523967905";
google_ad_width = 120;
google_ad_height = 240;
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<br />
</td>
</tr>
</table>
</td>
<td width="10px"></td>
<td valign="top">
<!-- / 1 -->
2nd.
Were is the option or mod were every time someone replies to a thread you started (or posted in), you get an email about it?
3rd.
How do I pick which editor mod is set for everyone? (the little "a" button in the right corner when your making a post)
Thanks for your time.