I have my website which is a Sub-domain.
The domain host displays its ads at the bottom of the page.
However I have blocked that ad using the Hidden code in CSS.
But still that area is displayed with an error in that space.
I want to Make an ad banner which would float over that part of my page, i.e. at the bottom.
Here is the code for my Home Page.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </script> <title> %%TITLE%%</title> </head> <body> <div id="container"> <ul id="nav"> %%MENUITEMSTART%%<li><a href="%%MENUITEMLINK%%">%%MENUITEMTITLE%%</a></li>%%MENUITEMEND%% %%MENUITEMACTIVESTART%%<li><a class="current" href="%%MENUITEMACTIVELINK%%">%%MENUITEMACTIVETITLE%%</a></li>%%MENUITEMACTIVEEND%% </ul> <div id="header_img" class="weebly_header"> <div> </div> </div> <div id="content_box"> %%CONTENT%% </div> <div id="footer"> <p class="center"><span id='weeblyFooter'>%%WEEBLYFOOTER%%</span> </p> </div> <div style='height: 1px; overflow: hidden; clear: both;'></div> </div> </body> </html>
How can it be done? please help.
You can check the website in which i want to make the changes: http://linkshub.weebly.com
at the bottom of the page you will see the problem area.
Also the codes with %% symbols cannot be edited or deleted. They reappear if done so.
So please suggest something which would just add a few codes.
Thanks in Advance.

New Topic/Question
Reply



MultiQuote






|