Menu

Similar problem making content changes

Help
2001-11-03
2001-11-30
  • dk henderson

    dk henderson - 2001-11-03

    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

     
    • Hendrik Van Belleghem

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.