Re: How do I stop FrontPage Auto Format my codes?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Stefan B Rusynko (sbr_enjoy_at_hotmail.com)
Date: 01/29/05


Date: Sat, 29 Jan 2005 05:15:14 -0500

Whenever you use an extended character (above 128) the font and language code for your page needs to support it (the ? means it
doesn't)
- paste this in you code and format is as Arial
<ul>
 <li>» List Item 1</li>
 <li>» List Item 2</li>
 <li>» List Item 3</li>
</ul>
You can also use Insert Symbol or use [ALT][0187] to insert the double right angle symbol

As for the "line break" before a closing </p> that is a default setting from Tools Page Options Code Settings
- you can change it there if you want to and the select each page in code view, and right click to reformat html

-- 
_____________________________________________
SBR @ ENJOY (-:              [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!"  (-;
To find the best Newsgroup for FrontPage support see:
  http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________
"Butter" <Butter@discussions.microsoft.com> wrote in message news:391EFCD8-7576-4F03-AEEC-F1A70DCE375A@microsoft.com...
| Hello Jim,
|
| For instance, this is just snippet of the sample code...
|
| <ul>
|  <li>&187  List Item 1</li>
|  <li>&187  List Item 2</li>
|  <li>&187  List Item 3</li>
| </ul>
|
| the above code should display a double right arrow, follow by a space, and
| then the phrase "List Item 1" and so forth.  So when I save that code and ftp
| it, it looks fine.  However, when I go inside and make some more modification
| to the page, the symbol "&#187" becomes "?" (question mark).  This is not
| exactly a major problem, but it's more like an annoyance.
|
| As for the string of text thats converted into block shape....whenever
| (sometimes) i have a string that looks like this ...
|
| <p>gibberish gibberish...... </p>
|
| it becomes like this if it hits the end of page
|
| <p>gibberish gibberish ....
|  </p>
|
| And if that's consistent, then i really have no problem, because afterall,
| the presentation of it look exactly the same.  However, the thing is, it is
| inconsistent.  So it really makes my code looks un-organized with some string
| of text in string format, while some looks blocky.
|
| Thanks.
|
|
| "Jim Buyens" wrote:
|
| > FrontPage does sometimes change character representations from one form to
| > another, but the forms are generally equivalent.
| >
| > If FrontPage is changing a character so it no longer displays the same,
| > please post the before and after HTML to this thread.
| >
| > Also, what do you mean by "blocky"?
| >
| > Jim Buyens
| > Microsoft MVP
| > http://www.interlacken.com
| > Author of:
| > *----------------------------------------------------
| > |\---------------------------------------------------
| > ||  Microsoft Windows SharePoint Services Inside Out
| > ||     Microsoft Office FrontPage 2003 Inside Out
| > ||---------------------------------------------------
| > || Web Database Development Step by Step .NET Edition
| > ||    Microsoft FrontPage Version 2002 Inside Out
| > ||        Faster Smarter Beginning Programming
| > ||             (All from Microsoft Press)
| > |/---------------------------------------------------
| > *----------------------------------------------------
| >
| >
| > "Butter" wrote:
| >
| > > I have been trying to find a way to stop FrontPage 2003 auto formatting my
| > > codes.  For some reasons, whenever I code in Ascii symbols (or special
| > > characters), FrontPage will subsitute something else for me.  And when I have
| > > long strings of codes, the FrontPage will automatically format it so it looks
| > > more blocky.
| > >
| > > I have to use frontpage 2003, because my company's entire intranet is based
| > > on it.  So switching to other coding software (such as htmlkit, and etc.) is
| > > not an option for me.
| > >
| > > So, if somebody can help me stop these quirky annoyances, I would be greatly
| > > appreciated.  Thank you.


Relevant Pages

  • Proposal: String::Format::General
    ... It provides format string parsing and output assembly, you provide the code that implements the individual conversion characters. ... Format syntax is kind of a cross between sprintf and strftime, but how close it is to each of these depends on the semantics implemented by the user. ... Note that the following is pre-alpha documentation; the interface to the output conversion code has changed since yesterday, ... conversion character, and contain a number of optional fields which may ...
    (comp.lang.perl.modules)
  • Re: Regular Expression - old regex module vs. re module
    ... If you want to include backslashes in a string, ... a one character string, which is unlikely to be what you wanted. ... formating characters before a format, then you should use a negative ... #read in and parse a format template ...
    (comp.lang.python)
  • Re: Regex not working as expected when doing multiple checks and updates
    ... > the reports I use for the emails from one system and place on my test node. ... If you want to translate one character to another character ... Your regular expression is anchored at the beginning of the string but it will ... the format string will not work properly if there are format meta-characters ...
    (perl.beginners)
  • Re: converting a string to a list
    ... format of the input data, ... languages is that you can treat the compiler as a black box, ... I input a string, the ... text character by character, or line by line. ...
    (comp.lang.lisp)
  • Re: Tilde-slash directive with no arguments?
    ... The simplest solution is to just put a tab into the string. ... other languages, Lisp strings can contain any legal character, including ... So just put a tab character directly into the format string: ...
    (comp.lang.lisp)