Yes
Except <span> is not a block level tag (it is an inline tag)
See
http://www.w3.org/TR/html4/struct/global.html#edef-SPAN
Use <p> or <div> or <td>, etc
See
http://www.w3.org/TR/html4/sgml/dtd.html#block for a list
And the apply the style w/ a class as in
<div class="myfont">
There is nothing to prevent the user from using html formatting w/i the region and overriding any style
set
The only way to remove their Html tag formatting (say <font color="red">) is open the page and use Edit Select All and Format Remove
Formatting. If they have applied inline styles you would need to remove them in code view
PS
Do not use spaces in your region names
Change Location Map to LocationMap or Location_Map
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| Thanks Stefan. So would it mean that I have to include a block-level tags
| such as <p> or <span> before and after the editable content tags? e.g.:
|
| <span><!-- #BeginEditable "Location%20Map" --> ...EDITABLE CONTENT... <!--
| #EndEditable --> </span>
|
| and then format the <span> in DWT with a style?
|
| What happens if such tag is indeed used in the original DWT, the user
| formated the editable content with inline style/<font> tag, thus overriding
| the DWT style formating, and I would like to revert all such formated pages
| to the original DWT style just once (understanding that they can be
| overridden again by the user)? Thanks.
|
| "Stefan B Rusynko" wrote:
|
| > All editable regions should be in a block level tag pair
| > - apply a style sheet to the DWT w/ a style or style class assigned to the surrounding tag
| > But be aware you can not prevent users from formatting the editable regions w/ any html formatting they care to add
| > --
| >
| > _____________________________________________
| > 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
| > _____________________________________________
| >
| >
| > |I use Dynamic Web Template with a layout table, of which 3 cells are made
| > | editable. One of the editable cells contains simple text navigation bar,
| > | different for each page attached to DWT. I can't understand how the
| > | formating of such navigation bar works (mostly font size).
| > |
| > | Do I format the cell in the DWT, or the cell in the attached page, or is
| > | there a style? for the text navigation bar that can be edited, or do I have
| > | to format the text on each page? How to format the DWT cell designed such
| > | bars so that they are properly formated on attached pages? Many thanks.
| >
| >
| >