Page 1 of 1

Changing size of images & other 'elements' ...?

Posted: Mon Jul 18, 2005 12:08 am
by shawoody
Script URL: http://www.woodyshaw.com/gbook132/gbook.php
Version of script: 1.3.2
Version of PHP: 4
Hosting company: GoDaddy
Have you searched THIS FORUM for your problem: Yes
(if not please do before posting)
If so, what terms did you try: delete button, size of " "

Write your message below:
How can we modify some of the specifics on the main "entries" page such as the size of the 'delete button' , etc?

Changing the size

Posted: Mon Jul 18, 2005 1:06 pm
by FruitBeard
Hi,

To change the size of the delete entry button as asked.

Search the gbook code for this string, using notepad or dreamweaver whichever you are capable of or happy using:

<img src=\"images/delete.gif\" width=\"16\"
height=\"14\" border=\"0\" alt=\"Delete this entry\">

there should be two of them, now replace the heights and widths to your desired new sizes, also change the image name if you choose to, but remember to upload the image too, if you do.( make sure you leave the \" in place or it wont work.

Hope i helped :roll:

Posted: Mon Jul 18, 2005 1:33 pm
by Klemen
<OFF_TOPIC>
Glad to know I'm not the only one replying to posts here :D
</OFF_TOPIC>