How can i make blogs visible on a div |
How can i make blogs 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 my problem? i want to make my blogs visible on a div overlay page. so, what kind of code do i have to use?? thanx for your help |
|
|
![]() |
![]()
Post
#2
|
|
![]() Future Photographer ![]() ![]() Group: Member Posts: 17 Joined: Feb 2008 Member No: 623,713 ![]() |
you would have to hide every table individually, like so
CODE <style> table.profileInfo, table.userProfileURL, table.contacttable, table.interestsanddetails, table.userprofiledetail, table.extendednetwork, table.blurbs, table.friendspace, table.friendscomments, table div div { display:none!important; } </style> Then you would have to position your blogs table like so CODE table.latestblogentries {position:absolute; top:XXpx; left:50%; margin-left:-XXpx; overflow:auto; height:XXpx; width:XXpx;} only edit the XX parts to fit your layout, I'm pretty sure that should work. ![]() |
|
|
![]() ![]() |