Possible Help With Coding, coding myspace |
Possible Help With Coding, coding myspace |
![]()
Post
#1
|
|
![]() Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2006 Member No: 453,022 ![]() |
Alrighty... I've been going at coding a layout I made for my myspace. I've managed to hide my original profile and get the correct background color on there.... Problem I'm having is that all my images aren't in the right places (i haven't even tried to see if the links work on them, i'm scared at what will happen) and it way down in the bottom right side of the screen.
My question is: Is there anyone here who can possibly help me code this thing?? Anyone have enough patience to make me less of a noob on this? ![]() ~*Amor*~ PS This is my first custom layout deal so... It's a huge learning curb for me. |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Yea what you need to do is first upload all the images. Then place the new urls in the code. Then you need to put that code on myspace. IF you llike where it is then just leave it.
If you don't then you put it in a div. Heres how you do it: CODE <style type="text/css"> .image{ position: absolute; left: #px; top: #px; width: #px; height: #px; } </style> Put that in about me . Put the following in I'd like to meet. CODE <div class="image"> PUT YOUR SLICES CODE HERE </div> The first code youput in about me. All you change are the # signs. The left and top edit where the image/div will position the content . For left put 100 . Then if its too far to the right make the number smaller, if its too far left make it larger. For top start w/ 150. That way you don't hide the ad. Go lower to make it lower. For width and height change it to teh width and height. For the second code put in I'd like to meet. All you need to do is put your image slice code where I say put your slices code here. That got your image up. |
|
|
![]() ![]() |