My Website Is Going Weird

Associate
Joined
1 Jun 2006
Posts
42
Hello,

I am making a website (as you can tell) and when you visit a page on my site a random space appears on the far right hand site down the page.

The link is http://jamie.phphishy.com

If you press F5 (refresh) the space dissapears. That is how I want my site. With NO space on the right. What do I need to change to the HTML so the space will stay away? :rolleyes:

By the way it says my website is in php but its 100% HTML just with a php extention. Get the source by right clicking.

Thanks in advanced,
Jamie. :D
 
Last edited:
lol using IE then but try pressing F5 and concentrate on the far right and look what happens. The website seems to snap back in place but the minute you click on the link again using the menu it space appears once again.

Regards,
Jamie. Thanks for the reply :cool:
 
I would say its not your coding thats doing it , its your hosting.

not sure who your with but when you first enter the page you get some text adds along the bottom. When you do a refresh these adds don't appear. therefore I conclude its something to do with that.

heres whats doing ti

Code:
<div id="ads"><script type="text/javascript"><!--
google_ad_client = "pub-6138449238097342";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel ="6285660060";
google_color_border = "FFFFFF";
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><!-- Start of StatCounter Code -->
<div style="display:none"><script type="text/javascript" language="javascript">
var sc_project=1436001; 
var sc_invisible=1; 
var sc_partition=13; 
var sc_security="e533926e"; 
var sc_remove_link=1; 
</script>

<script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><img  src="http://c14.statcounter.com/counter.php?sc_project=1436001&amp;java=0&amp;security=e533926e&amp;invisible=1" alt="free statistics" border="0"> </noscript></div>
<!-- End of StatCounter Code -->
</div>

you could try doing a css sty;le on the div

#ads {
display: none;
}

which should remove it if thats what you want, I take it firefox and IE7 are filtering out the add by themselves therefore no problem in them browsers.
 
Last edited:
Thank you. :D

By any chance would any of you know a good place where I can host my site for free, have a resonable amount of space, PHP scripting and with no or only a small ad?

EDIT: I was just looking at my website offline on the local files. My host adds the ads automatically once they have been uploaded. Therefore when I look at it offline from the local files there is no ads at the bottom etc. The space still comes up though. :EDIT.

Thanks once again,
Jamie. (By the way I know how to make websites just not very good at putting it all together, any ideas on improvments for the website I already have?) :cool: :D
 
Last edited:
can someone explain this to me.

the OP is building a site, possibly to do pc repairs ... but there's google ads on there which lead people off the site and onto competitors. Am I missing something?
 
blade007 said:
can someone explain this to me.

the OP is building a site, possibly to do pc repairs ... but there's google ads on there which lead people off the site and onto competitors. Am I missing something?

lol, the OP is building a site yes and there is some form of adds on their (not sure if there google) The problem is that when the adds show its causing a gap to appear in the layout. IE7 and firefox block the adds so the gap doesn't appear . IE6 does not block them so the first time the page loads the adds force the gap :)
 
Not really guys, its not like he was boasting about making some super advanced website - but to be honest mate the design needs some work, I take it your about 14 - 15?
I also started design work around this age and theres some thing you need to look out for.
Colour scheme - green and black aint doing you any favours :)
Try some light colours and keep it simple, easy on the eye.
If people are going to pay you to fix their computers, they are going to want reasurance that you are going to make a good job of it, and for me this website aint suggesting they will.

Good luck with your repairs and i hope to see a new site from you soon :)

EDIT// wait it is a bit owned really - quite funny if he haddent gone on about the nagging of parents etc :P anyway, we can let it slip this time surely?
Oh yeh, dont tell people to look at the source code, when you have left indications of it being a template in it!
 
Last edited:
Lol,

Just got my internet back up and running, been broken for last 2 weeks :(

Thanks for all the input I appreciate it,

Yeah i'm only 14 years old lol.

Andhow thanks a lot.

Regards,
Jamie.
 
Back
Top Bottom