Log In · Register

 
Is there a tutorial for a div layout on a MUSIC band profile???, <style type="text/css"> .orangetext15 {display: none;}
hustlin313
post Dec 14 2009, 02:34 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



Let me know if there is thx.
 
 
Start new topic
Replies (1 - 17)
manny-the-dino
post Dec 14 2009, 03:54 PM
Post #2


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Pinned topics are there for a reason. wink.gif
http://www.createblog.com/forums/index.php?showtopic=234986
 
hustlin313
post Dec 14 2009, 10:02 PM
Post #3


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



thxxx for the links.... but ive actually been to all three of those, the first one doesnt show div layouts it just shows band layouts.(not div band layouts)


the second one (http://myspacedivs.8forum.net/div-overlay-tutorials-f1/music-profiles-t2.htm) didnt work for me, i think it was because, the main overlay wasnt centered with the background, etc,

and the third one says in the page when u go to that it is not complete...
 
ZeT0
post Dec 14 2009, 10:14 PM
Post #4


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



Anybody know the code to put the SHOWS above the content images?
 
hustlin313
post Dec 14 2009, 10:23 PM
Post #5


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



ok i followed this code http://myspacedivs.8forum.net/div-overlay-...profiles-t2.htm



and this is what my profile now looks like

www.myspace.com/YahyasMusic

I STILL NEED TO PUT THIS DIV OVERLAY INTO IT.... HOW DO I PUT IT IN?? THE CODE ON THE SITE DOESNT SAY WHEREB TO PUT IT... I PUT IT INTO DIC CORE AND IT DIDNT WORK..


http://img43.imageshack.us/img43/6403/backfinal.png

ok i got the overlay in there but theres still a bunch of errors and things wrong with the layout.... if you check it out you would see.... http://www.myspace.com/YahyasMusic

***PLEASE OPEN THE PROFILE AND LOOK AT THE LAYOUT***
Reason for edit: Posts merged. Please use the "edit" button. Thanks. -Nat
 
Mickey
post Dec 15 2009, 03:15 PM
Post #6


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



To position the music player, use my code. To place both Friends and Comments in a DIV, click here and read the bottom of the section called "Importing and Displaying the Comments".

QUOTE(ZeT0 @ Dec 15 2009, 03:14 AM) *
Anybody know the code to put the SHOWS above the content images?

Have you tried this?
 
ZeT0
post Dec 15 2009, 04:25 PM
Post #7


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



QUOTE(Mike @ Dec 16 2009, 07:15 AM) *
Have you tried this?


I didn't really understand that all to well.
I just told the client it was impossible, aha!
Check it out here. :)
 
Mickey
post Dec 15 2009, 06:24 PM
Post #8


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



That looks sick, mate. thumbsup.gif
 
hustlin313
post Dec 15 2009, 09:35 PM
Post #9


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



thx Mike... I have got my music/band player in the right place... and my friends in the right place....
now all i have to do is this:

1.CHANGE TEXT COLOR FOR COMMENTS' LINKS, AND TEXT.
2.CHANGE WIDTH OF COMMENTS
3.REMOVE TERMS OF SERVICE VIOLATION WHITE BOX

Take a look at it. http://www.myspace.com/YahyasMusic

Thanks again
 
ZeT0
post Dec 15 2009, 10:57 PM
Post #10


Senior Member
****

Group: Member
Posts: 253
Joined: Jul 2009
Member No: 739,898



QUOTE(Mike @ Dec 16 2009, 10:24 AM) *
That looks sick, mate. thumbsup.gif


Cheers man! wink.gif
 
hustlin313
post Dec 17 2009, 10:01 AM
Post #11


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



thx Mike... I have got my music/band player in the right place... and my friends in the right place....
now all i have to do is this:

1.CHANGE TEXT COLOR FOR COMMENTS' LINKS, AND TEXT.
2.CHANGE WIDTH OF COMMENTS
3.REMOVE TERMS OF SERVICE VIOLATION WHITE BOX

Take a look at it. http://www.myspace.com/YahyasMusic

Thanks again
 
Mickey
post Dec 17 2009, 05:22 PM
Post #12


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Look for this:

CODE
http://x.myspace.com/images/tos.gif

Remove the tag that contains that URL. To fix the Comments' width, try removing this from your codes:

CODE
table.friendsComments, table.friendsComments td,  table.friendsComments table,  table.friendsComments table td {width:100% !important}

To change the colours of the links / text, add this to your stylesheet:

CODE
.friendsComments td {color: FF0000;}
.friendsComments a:link, a:active, a:visited {color: FFFFFF;}
.friendsComments a:hover {color: FF0000;}
 
hustlin313
post Dec 18 2009, 07:20 AM
Post #13


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



Thx Mike.. I've put in the codes you gave me. I removed the "terms of service violation"

but the other problems are below please check them out.

1. COLOR CODES - I can't find the code that's making everything get that magenta color... and now my about me is that color too.

2. COMMENTS BOX - and the second thing is that comments box, I need to remove that horizontal scroll box... but lock the width of the comments at one size... and I want them centered.. like how the friends are.....the right border of the comments is too close to the vertical scroll bar.


PLEASE CHECK THOSE OUT HERE AND IF YOU ME TO POST UP THE CODE LET ME KNOW.
HERE IS THE LINK TO THE PROFILE AGAIN. http://www.myspace.com/yahyasmusic
 
Mickey
post Dec 18 2009, 08:13 AM
Post #14


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



I don't see any magenta, mate. Try adding this to your stylesheet to fix the Comments' width:

CODE
.friendsComments {width: 435px;}
 
hustlin313
post Dec 18 2009, 05:16 PM
Post #15


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



Actually i just realized.... when i open in Internet Explorer the comments width is fine... and the about me is white.. but the color problems are in the friend space

"YG Music™ has 2192 friends."

and the friend names are magenta
 
Mickey
post Dec 18 2009, 06:14 PM
Post #16


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



If you want to change the friend names' colour, add this to your stylesheet:

CODE
.friendSpace a:link, .friendSpace a:active, .friendSpace a:visited {color: cc0000;}
.friendSpace a:hover {color: ff0000;}

If you want to change the colour of the line you posted, add this as well:

CODE
.friendSpace .btext, .friendSpace .redbtext {color: cc0000;}
 
hustlin313
post Dec 25 2009, 11:47 AM
Post #17


Newbie
*

Group: Member
Posts: 8
Joined: Dec 2009
Member No: 755,270



Ok thxx a lott for the helpp Mike i really appreciate it.

Checkk out how looks now tell me what u think

http://www.myspace.com/YahyasMusic
 
Mickey
post Dec 25 2009, 12:59 PM
Post #18


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Looks fine. Topic closed & moved.
 

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