Hi all members of digitalpoint! Can someone help me with small changes on my site? My site is Funbrainzone dotcom I would like my "LATEST PLAYED GAMES"section and "ADS" section SWITCH places. THE CODES: 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> HTML:
Where does this say elancetalk?? I'm taking it you have just copied and pasted this everywhere you could...
Ok I edited the last post. I post this on other forums. If you don't believe me then email me at funbrainzone [at]gmail.com check my websites email and if I email you back then what am i going to do with you.
lmfao! sue me? I don't think so. I never said this wasn't your site, I was merely pointing out your ORIGINAL post that said Hi all members of elancetalk! which you've now changed after an hour and a half. Oh and I'm really scared of what you might do from behind your keyboard!
In your original reply before you started all your sly little edits... I'm not blind, you're either forgetful or just plain stupid
This what you want? It looks like you have an open td tag also in the embedded table. You may want to fix some of the errors in your code. Details here: http://validator.w3.org/check?uri=h...Inline&group=0&user-agent=W3C_Validator/1.654 Ads </div>--> <div class='conttext'><table cellpadding='0' cellspacing='0'><tr> <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> <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> </tr></table> </div> </div> </div> </td> </tr> Code (markup):