Positioning pictures..., wrong code? |
Positioning pictures..., wrong code? |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Sep 2007 Member No: 572,962 ![]() |
heres the code i have for positioning a picture as a link, but its not clickable for ome reason???
Also, i need a code to post the codebox or whatever so people on my myspace page can copy an image code to put on their page, any help? CODE </div>
<div style="position:absolute; top:4000px; left:50%; margin-left:-475px; z-index:9; height:150px; width:150px;"> <img src="http://i391.photobucket.com/albums/oo357/8trackdesigns/Facebook_02.png" alt="" /><a href="http://www.msplinks.com/MDFodHRwOi8vd3d3LmZhY2Vib29rLmNvbQ=="/> </a> |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 ![]() |
Picture as a link :
CODE <a href="http://google.com"><img src="image.jpg"></a> Code box : CODE <textarea>CODE GOES HERE</textarea> Also, are you trying to position the picture as a div? Why don't you just post it in the about me? To make it a div use : CODE .picturediv {position:absolute; top:###px; left:50%; margin-left:-###px; _margin-left:px; width:325px; height:700px; z-index:3;} THEN : <div class="picturediv"> <a href="http://google.com"><img src="image.jpg"></a> </div> Change the ### according to where you'd like it to be, also the Width and Height. (if anything here is wrong, someone please correct me!) Hope it helped! |
|
|
![]() ![]() |