WizardFusion
Joined: 6 Feb 2009
Posts: 8
When creating a textpage, it would be nice to reference H1, H2, etc type style tags for headings etc.
This would allow greater control on how text is displayed on a site. Whist I realise that textpages may be a little used function (as that is what blogs are for), it would help those that do use them

Being able to reference them via the editor would also help. As you have buttons for bold and italics, etc.

_________________


Re: Suggestion: Allow for separate font styles in text pages
User avatar
Imagevue Wizard
Joined: 30 Sep 2006
Posts: 7280
Sorry, but I guess this is related to your other post. Unfortunately, flash textfields are very limited and they don't support tags like <h1> or style tags or anything. Wordpress is a blogging platform, where you are actually editing the page that the browser renders, and this is very powerful. Flash textfields (Imagevue text pages), are not rendered by the browser, but instead are just a simple TEXT FIELD which is rendered by flash. This textfield only supports a few purely formatting options, as outlined here:
http://imagevuex.com/documentation/textpages/

Normally, I would recommend just keeping text pages basic because they are not beefed up for much more. A workaround for creating a pseudo heading class for example, would be to create your own style in your theme CSS:
Code
.header1 { font-size: 20px; font-weight: bold; color: #EFEFEF }

Then you could apply this in your text, by clicking to edit the html directly:
Code
<span class="header1">My Header Text</span><br/>The normal text ...

_________________
Karl / mjau-mjau

Image
Image
Image
Image

www.imagevuex.com
www.mjau-mjau.com
www.photogallerylinks.com


cron
 
Imagevue Forums HomeForum  View topic - Suggestion: Allow for separate font styles in text pages...2 posts