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 9 2008, 02:32 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Yes, that's definitely possible. Try this to add a DIV at the top of your page. You can play around with that code to get a banner and a few links under it. To hide the contact table, use this code:
CODE <style> .contactTable {display:none;} </style> If you want to modify the things you listed, just play around with DIVs. To remove everything on the top left section, use this code: CODE <style> table.H, .nametext, font strong{display:none;} div.clearfix i i, .i {display:none;} table table table table td.text img {display:none;} table table p table table td.text img, table table td.text table table td.text img {display:block;} table, td {height:auto !important; } table table br {display:none} table table td.text br, table table p td br {display:inline; line-height:13px} p {margin-top:-13px;} </style> Then, you can just add DIVs and position them where you want them to be. This tutorial is very good, but start out with Step 2. Step 1 is for a myspace page, not a music myspace page. |
|
|
|
hippiehead025 IS this possible? (example inside) Oct 8 2008, 08:43 PM
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
fixtatik that, you can blame on myspace. unfortunately, you... Oct 10 2008, 12:57 AM
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![]() ![]() |