Blog in div layout |
Blog in div layout |
Apr 19 2009, 08:34 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 52 Joined: Mar 2009 Member No: 720,238 |
Whats the code to shoe the Blogs box in a div profile the following does not work
CODE <style>
.latestBlogEntry {position:absolute; top:#px; left:50%; margin-left:#px; height:#px; width:#px; z-index:9;} </style> |
|
|
|
![]() |
Apr 21 2009, 01:41 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
this line (line 45) is preventing your blog from appearing:
CODE table td table tr td.text table {visibility:hidden;} remove that, then you can position it using .latestBlogEntry { properties }.
|
|
|
|
OCSpersonel Blog in div layout Apr 19 2009, 08:34 PM
Mike The code you posted should be working. Are you sur... Apr 20 2009, 10:56 AM
OCSpersonel not sure mike, posted entire code on other thread ... Apr 20 2009, 11:43 PM
Mike Topic closed & moved. Apr 21 2009, 04:19 AM![]() ![]() |