Help - Search - Members - Calendar
Full Version: Replacing Contact Table With a Series of Images?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
AngelikDiablo13
Can anyone tell me how to hide my original contact table and place several images in it's place. I would assume this could be done with a DIV?

Anyway, A link to a layout with the desired effect can be found HERE

Thank you.
Mickey
Yes, you'll need to use a DIV for that. First, you'll need to hide the contact table with this code:

CODE
<style>
.contactTable {display:none;}
</style>

Next you need to design the contact table you want to replace the original table with. Once that's done, upload the images and turn them into appropriate links. Place them in a DIV so you can position them around like so:

CODE
<div style="position:absolute; top:#px; left:50%; margin-left:#px; z-index:9;">
Insert image link codes here.
</div>

Although, you can do this more easily if you are creating a layout with the exact same format as the profile you linked. On this step of TJ's band page customization tutorial you will find out how to set up a custom left column so you can insert your own contact table. You could use that left column to cover the original contact table so you wouldn't need to hide it.
AngelikDiablo13
Thank You for the quick response.
I appreciate it, the link you provided is intriguing:)
I'll try it out :)
Mickey
No problem. Post here or in that tutorial topic if you have any questions.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.