andresg
Member
Posted 7 months ago #
Hi All,
I am struggling with the Guestbook plug in. Every post on the guestbook have empty tables in it, it looks like this http://s1356.beta.photobucket.com/user/wagoozen1977/media/DSMproblem_zps94a582b2.jpg.html
What i want to have is entries that looks like the following guest book. http://www.danielschurter.net/mainsite/gastebuch/
Anyone got a suggestion
Thanks
http://wordpress.org/extend/plugins/dmsguestbook/
Hi andresg
Overwrite the CSS setting on "DMSGuestbook -> Guestbook setings -> CSS -> Custom CSS:" by hiding all table
Or
Open default.tpl on "../plugins/dmsguestbook/template/post" with an text editor and insert after every <td folowing code: style='border:0px;'
It should looks like: <td style='border:0px;'>
Greetings,
Dani