Regular band myspace woes, I'm trying to make a default band page using DIV, uberly confused |
![]() ![]() |
Regular band myspace woes, I'm trying to make a default band page using DIV, uberly confused |
Sep 18 2008, 12:23 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2008 Member No: 678,646 |
First off, I'm very sorry if there's already a topic like this. I searched everywhere and I've looked all over http://views-under-construction.blogspot.com/ and can't seem to find the solution to my problem. ):
So I'm making a band layout for a friend of mine, and I was wanting to place the banner underneath the music bar (like on Mayday Parade and Every Avenue's myspaces as well as a few others I've seen that are simpler). I couldn't figure out how to do this, so I tried using it as a DIV, and now I can't seem to figure out how to import all the stuff back to where it looks like a regular page. I tried using tables, but I'm not sure if that's the right way to go. And I can't seem to figure out how to even change the background color. I have no idea how this works. Any help? This is what I have so far. This is what I have for coding: In Band Members CODE </td></tr></table> </td></tr></table> </td></tr></table> <div class="myCoreDiv" style="position:relative; top:0px; width:900px; height:auto; border:0px magenta solid;"> <img src="http://img.photobucket.com/albums/v96/icypopcorn/jessicawalkerred.jpg"> <a href="http://www.msplinks.com/MDFodHRwOi8vaG9tZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2Vy" style="position:absolute; top:274px; left:450px;"> <img src="http://img.photobucket.com/albums/v96/icypopcorn/home.gif" border="0"></a> <a href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0zMTI5NDU1Mg==" style="position:absolute; top:274px; left:548px;"> <img src="http://img.photobucket.com/albums/v96/icypopcorn/friends.gif" border="0"></a> <body bgcolor="007800"> <a href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVz 2FnZSZmcmllbmRJRD0zMTI5NDU1MiZNeVRva2VuPTAzNjIyMWFkLTFiNWQtNDJjNy04YzM2LWI4Y2EzN JiZTNmYg==" style="position:absolute; top:274px; left:730px;"> <img src="http://img.photobucket.com/albums/v96/icypopcorn/message.gif" border="0"></a> <table width="800" border="1"> <tr> <td width="300"><body bgcolor="red">Pictureandcontactshiz</td> <td width="500"><style> table table td.text object {position:relative} </style><br><body bgcolor="red"> Upcoming Shows<br> <style> {!- shows -!} table table td.text div {position:relative; width:440px;} {!- UnDo effect on Div in Friend and Comment spaces -!} table table td.text table div {position:static; height:auto; overflow:hidden} table table td.text div.commentlinks {display:none;} table table td.text div table {display:block} {!-fix column width of shows-!} {!-set below px width to the width of your shows space-!} table table td.text div table td, table table td.text div table {width:425px;} table table td.text div table table {width:100% !important} {!-adjust below value as needed-!} table table td.text div table table table {width:440px} </style></td> </tr> </table> <table class="L1" ><tr><td> <table class="i"><tr><td> <table class="i"><tr><td> <style>.i {display:none}</style> and in Sounds Like: CODE <i class=i>!START code in Influences !</i> <i class=i>!START Style Block For Hiding Elements on Band Page! <a href="http://www.msplinks.com/MDFodHRwOi8veGlpaS51cy9tcy9iYW5kLWhpZGUtYWxs">MySpace Band Hide Everything</a> </i> <style> .i, div.clearfix i i i {display:none} {! fix a centering problem, and clear white space caused by clear gifs !} td {width:auto;} table td img {display:none;} {! restore any images displayed inside our div. You may want to use block instead of inline for some images. !} table td div.myCoreDiv img, table td div.myCoreDiv table td img, table td div.myCoreDiv div img {display:inline;} {!OPTIONAL restore image on maroon nav bar, we could use a.navbar img!} div table td a.navbar img {display:block;} {! removes most content and the space it occupied !} table table table {display:none} {! minimize the remaining main page content that can not be removed without effecting the ad and menus !} table table td { height:0px; margin:0px; padding:0px;} {! restore my div. !} table div.myCoreDiv {display:block;} {! restore div with Comments !} table div.myCoreDiv div.myDclassFC {display:block;} table div.myCoreDiv div {display:block;} table table br {display:none;} table table table br {display:block;} {! OPTIONAL decrease space between bottom and bottom menu, and between bottom menu and cc thing !} {! does not work in Safari !} table div br {line-height:4px;} {! reverse effect on custom div !} table div.myCoreDiv br {line-height:11px;} {! remove default background coloring !} table table, tr, td {background-color:transparent !important} {! ONLY if you want to remove the blue behind the ad banner AND the maroon !} div.profileWidth table, div.profileWidth td {background-color:transparent !important} div table {border-bottom:none !important;} {! ADDITIONAL STYLE BLOCKS CAN GO HERE !} </style> <i class=i>!End code in Influences !</i> Thank you guys soo much! :) |
|
|
|
Sep 18 2008, 03:21 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
i put a couple ways to add banners on my site, here. if you want it under the navigation, use the last one.
|
|
|
|
Sep 19 2008, 11:36 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Aug 2008 Member No: 678,646 |
oh my gosh, you guys are like sent from heaven. :)
fixtatik- your codes were very helpful. :) The code I used from your page did put the banner underneath the navigation, but above the music bar. I don't know if you knew that or not, but just letting you know in case you didn't :) But thank you so much. decaydancefbr- Your coding really helped me understand it a lot better. THANK YOU SO MUCH. :) I think I've got it now, so you can close this topic :] |
|
|
|
Sep 19 2008, 07:08 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 2,435 Joined: Feb 2007 Member No: 506,205 |
Topic closed and moved to resolved.
|
|
|
|
![]() ![]() |