HOW TO MAKE MY PROFILE COUNTER VISIBLE ON A DIV |
HOW TO MAKE MY PROFILE COUNTER VISIBLE ON A DIV |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 25 Joined: Jan 2007 Member No: 495,913 ![]() |
hi everybody
can someone help me out with myproblem?? i want to make my profile counter visible on a div, but i don't know how... ;-( please help me. best regards jomar www.myspace.com/jomarmusic123 |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 ![]() |
i don't think there's anything other than a separate counter, short of doing something like this:
CODE table table td td.text { display:block; position:absolute; top:0; left:0; width:200px; } table table td td.text img, table table td td.text .orangetext15, table table td td.text .whitetext12, table table td td.text .nametext, table table td td.text font { display:none; } table table td td.text br { line-height:0; } .friendSpace td.text, .friendsComments td.text { display:inline; position:inherit; top:auto; left:auto; width:auto; } .friendSpace td.text img, .friendSpace td.text br, .friendsComments td.text img, .friendsComments td.text br { display:inline; line-height:normal; } that will put the counter in the upper left corner of your page (and you can customize it to be positioned where you want and how you want it to look), but it will also show your location and last login. |
|
|
![]() ![]() |