Hi to all members of talk-mania!
Please help me with small changes on my website?
The site is
Funbrainzone dotcom
I would like my "
LATEST PLAYED GAMES"section and "
ADS" section SWITCH places.
THE CODES:
HTML Code:
Ads
</div>-->
<div class='conttext'><table cellpadding='0' cellspacing='0'><tr>
<td width="50%">
<div class="ocontentsection">
<div class="ocontenthead">
Latest Played Games
</div>
<div style="padding: 4px" align="center">
<?
$latestplayed=latest_played_games($base_url,$rewrite,$template_directory,$sedir,$preview_game,$preview_play_game_dir,12);
echo $latestplayed;
/* echo display_ad(6,$base_url); */
?>
</div>
</div>
</td>
<td width="50%" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<div style="padding-left:4px">
<div class="ocontentsection">
<div class="ocontenthead">
Ads
</div>
<div style="padding: 5px" align="center">
<? echo display_ad(7,$base_url);?>
</div>
</div>
</div>
</tr>
</table>
</td>
</tr></table>
</div>
</div>
</div>
</td>
</tr>
_______
funbrain