Forums..
I have run into a slight stump though....
I have an ad banner on the left of my forums but it starts at the top instead of where the forums start...
Any suggestions to fix this?
Here is a pic:
Last edited by ACW; Feb 8, 2006 at 11:34 PM. Reason: imageshack already makes the dang thumbnails for you, why not use them!?
<!-- logo -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="5" cellspacing="0" align="center">
<tr>
<td width="120" height="$stylevar[outertableheight]" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">
<table bgcolor="#000000" border="1" bordercolor="#cccccc" width="120" id="table1">
<tr>
<td align="center"><font color="#cccccc" size="1">Vendors</font></td>
</tr>
<tr>
<td><a href="http://aaa.com/">
<img border="0" src="http://70.35.121/bulletin/vendors/logo.jpg" width="100" height="50" alt="Your Logo Here"></a></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p>
<script type="text/javascript"><!--
google_ad_client = "pub-456981013";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p> </p>
<script type="text/javascript"><!--
google_ad_client = "pub-45698531013";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</td>
<td valign="top">
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
</td>
</tr>
</table>
<!-- /logo -->
<p align="center">
<script type="text/javascript"><!--
google_ad_client = "pub-456985031013";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url = "000000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p>
<!-- content table -->
$spacer_open
$_phpinclude_output I was hoping you guys could come up with somin better!
Trending Topics
You'll get a much more timely response on the vB forums. Just a suggestion.
The Best V8 Stories One Small Block at Time
Can u show me what that code looks like?
http://us2.php.net/rand
Here is the basics of my table.... What code do I write in here? Thank you so much for helping me... I am really at a loss here!
<table bgcolor="#000000" border="1" bordercolor="#cccccc" width="120" id="table1"> <tr> <td align="center"><font color="#cccccc" size="1">Vendors</font></td> </tr> <tr> <td><a href="http://70.121.35.121/bulletin/sendmessage.php"> <img border="0" src="http://70.121.35.121/bulletin/vendors/logo1.jpg" width="120" height="60" alt="Your Logo Here"> </a> </td> </tr>


http://www.webclass.ru/eng/Tutorials...s_rotator.html
Anyway I followed ACW's link and got this code:
<html>
<body>
Check out these links:<br>
<?
$codes = array(
"<a href=webclass.ru><img src=banner1.gif></a>",
"<a href=google.com><img src=banner2.gif></a>",
"<a href=yahoo.com><img src=banner3.gif></a>"
);
shuffle($codes);
$i=0;
$number=2; while(list(, $code) = each($codes)) {
if ($i>=$number) { break; }
echo "$code";
echo '<br>';
$i++;
}
?>
</body></html> Now what exactly do I do with it?
I tried putting it in the header and that definetly did not work! (It made a big mess on my page!)
Do I need to make a seperate .php file and upload it to my server?
If thats what I am supposed to do.... What does the code that goes in the header look like?
I am really sorry for asking all these questions... But I am just soo new at this! And it seems you are the only guys that know about this! Thank you Thank you Thank you



