Log In · Register

 
IS this possible? (example inside)
hippiehead025
post Oct 8 2008, 08:43 PM
Post #1


Senior Member
***

Group: Member
Posts: 65
Joined: Oct 2008
Member No: 690,035



OK guys, i'm new here. Very new. (1st post, woo)
Anyway, I dont know crap about HTML or CSS, all I know how to do really is reposition, change font, color and type. I don't know what any of the codes mean, I'm real green!


Anyway, is this possible? (see link)




Basically I wanna create a DIV at the very top of my myspace page, that has a logo with links underneath it ( Home, FRiend, Pics, Vids, etc....) and then just have a standard myspace layout underneath of it. With the standard contact table hidden..... is this possible? I want my band's page to look just like the picture, but I'd like to be able to edit stuff like how you can with layout codes (IE: modify blogs, text, band members, shows, musicp layer, etc....) IS this possible? and if so, can someone show me, or explain to me how to do it? Thanks - Roger
Reason for edit: Added thumb tags. - Cristy
 
 
Start new topic
Replies
fixtatik
post Oct 10 2008, 12:57 AM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



that, you can blame on myspace. unfortunately, you can't do an image map on a music profile, so you'll have to slice your image.

the easiest way to do will leave you with seven different images. chop off the top part of the banner (most of "carpe diem"), and then cut out smaller images around the areas you want the links to be. this is the code that should end up between the <div class="topbanner"></div> tags.

CODE
<table cellpadding="0" cellspacing="0">
<tr>
<td colspan="6"><img src="URL TO TOP HALF" /></td>
</tr>
<tr>
<td><a href="URL FOR HOME"><img src="URL TO HOME SLICE" /></a></td>
<td><a href="URL FOR JOIN"><img src="URL TO JOIN SLICE" /></a></td>
<td><a href="URL FOR MESSAGE"><img src="URL TO MESSAGE SLICE" /></a></td>
<td><a href="URL FOR VIDEO"><img src="URL TO VIDEO SLICE" /></a></td>
<td><a href="URL FOR PHOTOS"><img src="URL TO PHOTOS SLICE" /></a></td>
<td><a href="URL FOR BLOG"><img src="URL TO BLOG SLICE" /></a></td>
</tr>
</table>

(no pun intended by "home slice," by the way...)
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: