How to hide the banner,ads, Google Toolbar and view larger image
________________________________________________________
IssueOn Myspace, how to:
Hide the banner,ads, Google Toolbar, ...
View large image at the top of the page..etc
Solution
On MySpace it is forbidden to hide the banner, which is a way to get money and to offer a free MySpace page.
To put a picture at the top, you must shift the image (just like with a wallpaper).
Copy this code:
<style>
body { margin-top: 1000px; }
.myclass{
position: absolute;
top: 0;
width: 750px;
text-align: center;
margin-top: 15px;
margin-left: -364px;
left: 50%;
}</style>
<div class="myclass">
<a href="my link"><img src="source" alt='myalt' border=0></a>
</div>
Instead of "my link" to the site to which the image should redirect.
Instead of "source" to address the image to place on top of your page!










0 comments:
Post a Comment