default pic, mood comments.. |
default pic, mood comments.. |
Oct 9 2008, 12:45 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Mar 2007 Member No: 511,742 |
is there a way to show them in a div class? but not all the comments just the 'displaying xx of xx comments/add comment link'? (but if that isnt possible just comments will do)
|
|
|
|
![]() |
Oct 9 2008, 10:08 PM
Post
#2
|
|
![]() Better than Firefly; aQuafly ![]() ![]() ![]() Group: Official Designer Posts: 75 Joined: Oct 2008 Member No: 689,363 |
well to show the Info Table in a div you can use this:
CODE <style> table.profileInfo {position:absolute; top:XXpx; left:50%; margin-left:-XXpx;} </style> Just fill in the XX's with the proper numbers that fit your div and then to hide everything except the comment links and such CODE <style> td td td td table {display:none;} </style> and then to put the comments in a div use Anarchy's code above^ Hope this helps! |
|
|
|
Yuniechan default pic, mood comments.. Oct 9 2008, 12:45 AM
aQuafly Here add this code to my previous coding
CODE... Oct 10 2008, 08:17 PM
Anarchy Alright, so here's a compiled version of all t... Oct 11 2008, 05:01 AM![]() ![]() |