image slicing in myspace... |
![]() ![]() |
image slicing in myspace... |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jan 2006 Member No: 349,702 ![]() |
I was just wondering if there are any clear-cut tutorials on how to get sliced images to work in myspace? I've done a search of the forums but haven't found much that could help...
I'm trying to get the contact bar in the middle to work... http://profile.myspace.com/index.cfm?fusea...iendid=79701306 Sorry if this has been asked before. |
|
|
*[2]Nekked* |
![]()
Post
#2
|
Guest ![]() |
it doesnt seem like you sliced anything, first of all.
second, after you slice it, take the slices that you want to be links and...turn them into links. if you have imageready, use the slice tool and slice everything. make sure you slice the image where you want links to go. then open the "web content" Palette and insert the links for each slice. save optimized as "html and images" for file type. imageready should generate an html file for you. then instead of this: CODE <div class="bg" style="position: absolute; left:175px; top:150px; width:702px; height:902px; overflow: hidden;"> <img src="http://home.comcast.net/~pilotinrcp1/background.png"> </div> use CODE <div class="bg" style="position: absolute; left:175px; top:150px; width:702px; height:902px; overflow: hidden;">
PUT IMAGEREADY TABLE CODE HERE </div> |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 10 Joined: Jan 2006 Member No: 349,702 ![]() |
You are freakin awesome for giving me a faster-than-expected response.
But a few more questions: 1. When I slice the image in image ready, can I delete the other slices that I don't need? 2. I have to upload the slices and change the links accordingly in the html file that image ready makes, right? |
|
|
*[2]Nekked* |
![]()
Post
#4
|
Guest ![]() |
1. no, you cant delete the slices you dont "need"
it all makes a table. if you take one out, you screw everything up. 2. kinda obvious, but yeah. |
|
|
![]() ![]() |