Jump to content

Web Advert annoyance.


Charlicon

Recommended Posts

I have opted for free web hosting. The only obvious downside to this is the adverts. Now, it's only a banner at the top of page, but the thing is distorting my banner. It only seems to behave itself when my site is coded with just plain HTML, if I use any JavaScript the thing screws my banner graphic up.

I'm sure theres a way to hack this, maybe by using <APPLET> tags in the head? I'm not technical enough to figure this out and was wondering if anybody could get me started with how I go about getting around this.

Thanks.

Link to comment
Share on other sites

I have opted for free web hosting. The only obvious downside to this is the adverts. Now, it's only a banner at the top of page, but the thing is distorting my banner. It only seems to behave itself when my site is coded with just plain HTML, if I use any JavaScript the thing screws my banner graphic up.

I'm sure theres a way to hack this, maybe by using <APPLET> tags in the head? I'm not technical enough to figure this out and was wondering if anybody could get me started with how I go about getting around this.

Thanks.

get a host, they are cheap in those days

Link to comment
Share on other sites

I don't know of any JavaScript to get rid of this banner.

The only thing I could come up with in the end was this..

&lt;link rel="stylesheet" href="p.css" type="text/css" /&gt;    

&lt;script language="JavaScript1.2" type="text/javascript" src="a.js"&gt;&lt;/script&gt;



&lt;/head&gt; (end of my actual &lt;HEAD&gt;



&lt;noscript&gt;

   &lt;body&gt;      &lt;------ The code I thought would take the banner out.

 &lt;/noscript&gt;

  



&lt;body border="0" topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0"&gt;   &lt;----- My actual &lt;BODY&gt;

Am I placing this code in the wrong area? Or is it just the wrong code?

Frames wouldn't work.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...