Replacing Contact Table With a Series of Images?, Not Just one image, but several* |
Replacing Contact Table With a Series of Images?, Not Just one image, but several* |
Aug 20 2009, 03:58 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2009 Member No: 742,960 |
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. |
|
|
|
![]() |
Aug 20 2009, 04:04 PM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
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. |
|
|
|
Aug 20 2009, 04:12 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Aug 2009 Member No: 742,960 |
Thank You for the quick response.
I appreciate it, the link you provided is intriguing:) I'll try it out :) |
|
|
|
Aug 20 2009, 04:12 PM
Post
#4
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
No problem. Post here or in that tutorial topic if you have any questions.
|
|
|
|
![]() ![]() |