Stylesheets

S

Simon Wigzell

How do I assign a class from a stylesheet to some text? e.g. I have a span
class named PageTitle that defines font size and color and bold. Other than
by maually typing in "<span class="PageTitle"></span" how do I assign this
class to the page title with the FP interface?
 
J

Jim Buyens

-----Original Message-----
How do I assign a class from a stylesheet to some text?
e.g. I have a span class named PageTitle that defines
font size and color and bold. Other than by maually
typing in "<span class="PageTitle"></span" how do I
assign this class to the page title with the FP interface?

FrontPage doesn't support the use of spans except in Code
view. However, it does support the use of class selectors
via the Style control on the Formatting toolbar, the Class
control on the Style toolbar, and the Style button on most
HTML element property dialogs.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| 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)
|/---------------------------------------------------
*----------------------------------------------------
 
Top