DWT formating question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I've created a dwt and have several sections that can be managed by others.
Question is, is there anyway that I can allow this "editable" areas to change
font, color, etc? When I attach a page to a DWT the fonts are greyed out.
Thanks
 
DWT is way to apply uniform look to website. If you want the person editing
the page to have the ability to change the font, color, etc. then perhaps
the DWT is not what you want. If you want a specific font and color, you
can apply the CSS to the DWT and then attach the DWT to your pages.

One way around the above would be to generate gif images in graphic program
(like Adobe for example). The added advantage would be the person would not
have to have the specific fonts on their computer to view it as you wanted
it to be viewed-- there would be no font substitution. But for several areas
this may be a pain.

HTH
Susan
 
Back
Top