WebDigity Gangsta
Gender:
Posts: 105
18 credits Members referred : 0
« on: Jun 29, 2006, 05:46:09 PM »
[Sorry, I don't really know where this goes]
Hi, In my website i have added some ads down the right hand colum but in doing this it also ads about 1000 PX's to the colum and so the page is really long and there is alot of empty space. Check it out at www.in2play.net and scroll down to see what i mean. Here's my code (im using FP includes):
<!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
var url="http://in2play.net"; var title="Free Online Games, Tests and Jokes!";
document.write('<A HREF="javascript:window.ext'); document.write('ernal.AddFavorite(url,title);" '); document.write('onMouseOver=" window.status='); document.write("'Add our site to your favorites!'; return true "); document.write('"onMouseOut=" window.status='); document.write("' '; return true "); document.write('">Add our site to your favorites!</a>'); } else { var msg = "Bookmark our site (CTL+D)"; document.write(msg); }
<!--webbot bot="Include" i-checksum="23321" endspan --><p> <font size="4" face="Arial, Helvetica, sans-serif"><b><font size="3"><span class=title style=color:ffffff font-family:arial; font-weight:800></span></font></b></font></td> <td height=760 width=442 valign=top> <p style="margin-top: 0; margin-bottom: 0" align="center"> <u><b>100's of Blonde Jokes </b></u></p> <p style="margin-top: 0; margin-bottom: 0" align="center"> </p> <p style="margin-top: 0; margin-bottom: 0" align="left"> </p> <p style="margin-top: 0; margin-bottom: 0"> Want to send in your owns blonde jokes? Send them to us at <a href="mailto:jokes@in2play.net?subject=Blonde Jokes">jokes@in2play.net</a> plus your name, and we will add them! </p> <p style="margin-top: 0; margin-bottom: 0"> </p> <b>She was so blonde that..</b><br> <br> She got stabbed in a Shoot out.<br> <br> She tried to drown a fish.<br> <br> If you offered her a Penny for her thoughts, you'd get change.<br> <br> She got locked in a grocery store and starved to death.<br> <br> She used to sit on the TV so she could watch the couch. <br> <br> When she heard that 90% of all crimes were around the home, she moved.<br> <br> She put lipstick on her forehead because she wanted to make up her mind.<br> <br> She took a ruler to bed so she could see how long she slept.<br> <br> When she got an AM radio, it took her 10 month to figure out she could use it at night.<br> <br> She spent 25 minutes staring at the Orange juice box because it said - "concentrate"<br> <br> When I was drowning in a lake and screaming out for a life saver she asked: "Grape or Cherry?"<br> <br> She took a Spoon to the Super Bowl.<br> <br> It takes her 2 hours to watch 60 Minutes.<br> <br> She asked for a Price-check at the 'Everything's a Pound' store.<br> <br> They had to burn her school down to get her out of 4th grade.<br> <br> She thought a quarterback was a refund.<br> <br> She managed to trip over my cordless phone.<br> <br> On the bottom of the job application where it said 'Sign Here' she wrote 'Aquarias'.<br> <br> She sent me a fax with a stamp on it.<br> <br> She told me to meet her on the corner of "Walk" and "Don't Walk".<br> <br> She tried to place a bag of M&M's in alphabetical order.<br> <br> She thought 'Boyz II Men' was a day-care centre.<br> <br> She thought Meow Mix was a record for Cats.<br> <br> She thought that Taco Bell was a Mexican phone company.<br> <br> She tried to drown a fish. <br> <br> She stood staring at the frozen orange juice because it said "Concentrate".<br> <br> She put lippie on her forehead because her boyfriend told her to make up her mind.<p align="right"><a href="blondejokesp2.htm">Next Page >></a></p> </p> <p style="margin-top: 0; margin-bottom: 0"> <table border="0" width="100%" id="table10"> <tr> <td> <!--webbot bot="Include" U-Include="includes/chavjokesfooter.htm" TAG="BODY" startspan -->
<!--webbot bot="Include" i-checksum="43044" endspan --> </td> </tr> </table> </td> </tr> <tr valign="top" bgcolor="#FFFFFF" align="center"> <td height="18" colspan=5> <p style="margin-top: 0; margin-bottom: 0"></p> <p style="margin-top: 0; margin-bottom: 0"> <center> <table border="0" width="100%" id="table9"> <tr> <td> <!--webbot bot="Include" U-Include="includes/footer.htm" TAG="BODY" startspan --> <p align="center"><font size="1" color="#000000"><a href="/disclaimer.htm">Disclaimer</a> - <a href="/Sitemap.htm"> Site Map</a> - <a href="/servicestatment.htm">Service Statement</a> - <a href="http://www.in2play.net/newsletter.htm">Newsletter</a> - <a href="http://www.servage.net/?coupon=cust16441">Servage.Net</a></font><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script><script type="text/javascript"> _uacct = "UA-436687-1"; urchinTracker(); </script></p> <!--webbot bot="Include" i-checksum="49395" endspan --></td> </tr> </table> </center> </td> </tr> </table> </div> <!--webbot bot="Include" U-Include="includes/lastupdated.htm" TAG="BODY" startspan --> <p align="center">(C) In2Play.Net. This page was last updated 30th July 2006.</p> <p align="center">All games Copyright to their original owners. <a href="http://www.in2play.net/">In2play.Net</a> offers Free services that should not be copied on other sites. Free downloads will be available from the 'Downloads' section in the near future. If you wish to affiliate or share content please send an email to us at <a href="mailto:admin@in2play.net?subject=Affiliation">admin@in2play.net</a>.</p> <!--webbot bot="Include" i-checksum="2001" endspan --> </body> </html>
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 7822
39867 credits Members referred : 3
« Reply #3 on: Jun 29, 2006, 08:14:54 PM »
I see some tables and tds that have height="100%"
Maybe you should start by changing those to find the problem.