There are many questions frequently on
dealing with guestbooks whether be it on images that distort pages, unwanted posts and other replies that users do not want to be in their guestbook. Here are some of the options presented on dealing with those issues:
Now, for the codes and other instructions on the options you can apply on your guestbook:
- deleting a specific comment
- click "View all XXX comments" at the bottom of the guestbook.
- or go to http://username.multiply.com/guestbook
- select the comment you want to remove and click delete on the upper right of the post
- telling your contacts on your guestbook preference (telling them not to put or limit the sizes of images)
- simply put a note on the guestbook title or somewhere seen easily on your page
- write about your preference on a blog
- you can also send a PM on a contact that puts an image on your guestbook and ask her what to do
- Through CSS
- Go to your Home page. (http://username.multiply.com)
Then click "Customize My Site" (found on the upper right part)
Then on the "drop-down" menu that appears at the Top, select "Custom CSS" - Add the codes:
- to overflow options (having a scrollbar on the guestbook)
- #home_guestbook {
height: 500px;
overflow:auto;
width: 200px;
} - "overflow-x" is for the width only
"overflow-y" is for the height only
"overflow" if both
- having a maximum image dimension (automatically resizes 'large' images to your preferred size)
- #home_guestbook .replybody img {
max-height:100px;
max-width:100px;
}
- disabling images on your guestbook (totally on all images)
- #home_guestbook .replybody img {
display: none;
}
- hiding your guestbook
- Click "Customize My Site"
- Select "Hide" on you Guestbook Box
- You can also restrict the Guestbook Access to limit who can view and make posts in your guestbook
- Go to your Homepage
- Click "Customize My Site"
- Select "Edit" on your Guestbook
- Choose who can access:
Also read:
Guestbook FAQs