The logo can be edited/changed in the style section on the admin page (main style):
<?SPINE_Image("/images/spine2b.jpg","SPINE - Some Public licensed InterNet Engine","0")?>
Same format as described above, altho the image of a spine is protected by the dataparser. If you use /images/filename as path (as done above), SPINE will use the images from the document directory instead of the images from the cgi-bin directory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How do I replace the SPINE image on cgi-bin/index.pl?
I tried in cgi-bin/index.pl?content=main&action=edit&
page=admin&admin=content
but it did nothing for cgi-bin/index.pl
email replies thanks,
dalehend@yahoo.com
There are 2 images on the main content. One is located in the main content (logo), one is located in the mail style (image of a spine).
You can change the image of a spine by editing the following line while being in the content section of the
admin page :
<?SPINE_Image("spine5.gif","SPINE","0","","","RIGHT","TOP")?> to something you want.
The format for this tag is
<?SPINE_Image("file","label","border","width","height","align","valign","hspace,"vspace")?>
You can also use plain HTML image tags.
The logo can be edited/changed in the style section on the admin page (main style):
<?SPINE_Image("/images/spine2b.jpg","SPINE - Some Public licensed InterNet Engine","0")?>
Same format as described above, altho the image of a spine is protected by the dataparser. If you use /images/filename as path (as done above), SPINE will use the images from the document directory instead of the images from the cgi-bin directory.