Gossamer Forum
Home : Products : Others : Fileman :

Automatically go to HTML edit?

Quote Reply
Automatically go to HTML edit?
Fileman 2 is great! However, I only code by hand and don't like the option to WYSIWIG edit my pages.

Is there any option of skiping this automatically and editing the HTML myself? Otherwise I have to click on text edit manually each and every time...

Thank you.
Quote Reply
Re: [1Lit.com] Automatically go to HTML edit? In reply to
Hi,

You should take away script bellow within cmd_edit subroutine:

if ($browser and (($ext eq 'html') or ($ext eq 'htm')) and !defined $use_html) { #should show HTML mode
$use_html = 1;
$content =~ s/<form/<FORM style="border: 1px dotted red; padding: 2px"/gi;
}

TheStone

B.
Quote Reply
Re: [TheStone] Automatically go to HTML edit? In reply to
I've tried opening various files but couldn't find the code. Didn't want to trouble you again :) Which file are you referring to you?

Thank you very much 'TheStone' - you're the best! :)

Nadeem Azam
Azam.biz, Inc., London
Click here to develop a residual income stream

Quote Reply
Re: [1Lit.com] Automatically go to HTML edit? In reply to
Hi,

Try to find commands in my last posted within Commands.pm file.

TheStone.

B.
Quote Reply
Re: [TheStone] Automatically go to HTML edit? In reply to
Thank you 'TheStone'; that works a treat. Thanks very much for your help :)

Nadeem Azam
Azam.biz, Inc., London
Click here to develop a residual income stream