Pic above ad |
Pic above ad |
Aug 13 2006, 12:21 PM
Post
#1
|
|
![]() Ant-----------> ![]() ![]() Group: Member Posts: 20 Joined: Jul 2005 Member No: 164,297 |
I just used a code for a pic above the ad, but it moved the ad to the bottom. Is this against the rule of myspace?
Edit I got rid of it just in case, but here is the code <div style="position:absolute;left:0px;top:0px;"><a href="http://www.myspacesupport.com/"><img src="http://www.myspacesupport.com/images/button.gif" border="0" alt="MySpace Layouts" /></div><style type="text/css">body{ background-position:top center;margin-top: 600;} div.topbanner { top: 165; left: 49%; margin-left: -387px; width: 100%; height: 600px; position: absolute; } </style><div class="topbanner"><a href="http://www.myspacesupport.com"><IMG SRC="http://img273.echo.cx/img273/8388/entouragecast0dm.jpg" border="0"></a></div><br><center><a href="http://www.myspacesupport.com"><strong>PUT AN IMAGE AT THE TOP OF YOUR PAGE</strong></a></center><br /> Sorry I don't know how to use the code box for putting it in |
|
|
|
![]() |
| *This Confession* |
Aug 13 2006, 12:35 PM
Post
#2
|
|
Guest |
I suggest putting in back at the top
and to put a image above the ad use this.. CODE <style type="text/css"> .top { width: ##px; height: ##px; position: absolute; margin-left: -405px; left: 50%; top: 0px; } body {margin-top:328px;} </style> <div class="top"> PICTURE </div> Change the ## to the width and height of the image. the top 328 you may need to change the number. Matters how big the image is. Also where it says PICTURE, thats where you put the code for the image. And if your making a div, then just make a div area and put the image in it. CODE <div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: none;"> <img src="IMAGEURLHERE"> </div> Change the left and top numbers to position it and change hte width and height to the same as the image. and where it says IMAGEULRHERE put the url for the image there |
|
|
|
![]() ![]() |