IS this possible? (example inside) |
IS this possible? (example inside) |
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
|
|
|
|
![]() |
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...) |
|
|
|
hippiehead025 IS this possible? (example inside) Oct 8 2008, 08:43 PM
Anarchy Yes, that's definitely possible. Try this to a... Oct 9 2008, 02:32 AM
hippiehead025 Thanks. Now for the 1st part, where I can make the... Oct 9 2008, 08:17 AM
hippiehead025 Also, for the code that removes the top left stuff... Oct 9 2008, 08:23 AM
Anarchy QUOTE(hippiehead025 @ Oct 9 2008, 02:17 P... Oct 9 2008, 10:51 AM
hippiehead025 Now, when i put the sliced images into the code, d... Oct 9 2008, 11:14 AM
Anarchy First of all, you don't put image link codes i... Oct 9 2008, 01:08 PM
hippiehead025 OK i dont think we're talking the same "s... Oct 9 2008, 01:14 PM
hippiehead025 ok, i think i got it now, so basically ima cut the... Oct 9 2008, 07:31 PM
hippiehead025 OK so i found the code to make a banner under the ... Oct 9 2008, 08:59 PM
Anarchy Or if you cut them up correctly, you can just use:... Oct 10 2008, 02:41 AM
hippiehead025 Thanks guys. and i'm finding im not likin mysp... Oct 10 2008, 05:21 AM
Anarchy Topic closed & moved. Oct 10 2008, 05:34 AM![]() ![]() |