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
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 ![]() |
To make your blogs visible within a blog simply make sure you aren't hiding your blogs and use this code:
CODE <style> .latestBlogEntry {position:absolute; top:450px; left:50%; margin-left:-250px; overflow:auto; height:300px; width:350px;} </style> Change the 450 to something larger or smaller to move it up or down on the page. Change the -250 to move the table more to the right or left. And then simply change the height and width to change the size of the table. |
|
|
![]() ![]() |