Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Page Publisher:
Version 1.25 WYSIWYG and CSS

 

 


cedarhillweb
User

Sep 23, 2007, 3:52 PM

Post #1 of 4 (3196 views)
Shortcut
Version 1.25 WYSIWYG and CSS Can't Post

I am using version 1.25 on a css website. The edited text is in serious conflict with the css. Is there any way to incorporate the css styles with the editor so the HTML text formatting does not clutter the page?


ross
Staff / Moderator


Sep 23, 2007, 4:18 PM

Post #2 of 4 (3192 views)
Shortcut
Re: [cedarhillweb] Version 1.25 WYSIWYG and CSS [In reply to] Can't Post

Hi again Smile.

There is actually great tutorial on our site that will walk you through the process of swapping in a style select drop down to replace the default font and size options. Take a look at it:

http://www.interactivetools.com/products/pagepublisher/tutorials/tutorials_pp_using_styles.html

Let me know how you make out Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



cedarhillweb
User

Sep 24, 2007, 7:02 AM

Post #3 of 4 (3185 views)
Shortcut
Re: [ross] Version 1.25 WYSIWYG and CSS [In reply to] Can't Post

Ross,

Thank you! The only problem I have is that after "uncommenting" the link to the .css file, I do not get the style choices in the drop down menu...


Jake
Staff / Moderator


Sep 25, 2007, 1:45 PM

Post #4 of 4 (3181 views)
Shortcut
Re: [cedarhillweb] Version 1.25 WYSIWYG and CSS [In reply to] Can't Post

Hi there,

Thanks for your post!

The style drop-down menu only works with stylesheet elements which are set up as classes. Essentially, all this means is that you need to add a period before any stylesheet property you want to use. So if you had the following code on your stylesheet right now:


Code
bigtext { font-size: 36pt; }


You'd want to change it to this:


Code
.bigtext { font-size: 36pt; }


Let us know if you need anything else. Smile
-----------------------------------------------------------
Cheers,
Jake Marvin - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]