|
Alright, so you have your ads filled free guestbook. But YOU don't like ads like me. So, you get rid of them.
Quick guide
There are 2 places for the ads, at the top of the page and at the bottom.
- The first is placed right behind the BODY tag. Just copy the HTML code for the body tag and paste it right behind
the original. Then comment out the first BODY tag.
- The second is sticked behind every HTML page. So the idea was to put an <!-- at the end of the HTML
YOU can edit. Somehow this didn't work. It _will_ work if you put a <SCRIPT> tag before it and a
lot of enters/newlines behind it. Somehow this doesn't work always... I finally 'solved' it by putting lots of
'_____' after the <SCRIPT> tag.
Extensive guide for newbies
1. Login to your account at dreambook
2. Goto 'Change book', choose your book, advanced mode, edit forms.
3. There are 3 thing 'pages' to change: 1. Sign guestbook, 2. signed guestbook, 3.
view guestbook
These are under the forms 1. signform, 2. signedbook, 3. gbtop & gbbottom (gues: top & bottom of guestbook)
4. At the top of each page (for the third that is gbtop) there is a <BODY .....>
tag. You have to copy/paste the tag and put it right under it.
5. Then comment the first tag out by placing <!-- before it and -->
behind it.
6. At the bottom of each page (for the third that is gbbottom) you will have to place
<SCRIPT> and a lot of _ (make it 80 or something).
7. Then save your work and go to the next page if you haven't done already.
Now that should have worked ! If it didn't mail me or put a message in the guestbook. ; )
|