 |

cedarhillweb
User
Sep 23, 2007, 3:52 PM
Post #1 of 4
(1588 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
(1584 views)
Shortcut
|
|
Re: [cedarhillweb] Version 1.25 WYSIWYG and CSS
[In reply to]
|
Can't Post
|
|
Hi again . 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 . ----------------------------------------------------------- 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.
|
|
|  |
 |

cedarhillweb
User
Sep 24, 2007, 7:02 AM
Post #3 of 4
(1577 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
(1573 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:
bigtext { font-size: 36pt; } You'd want to change it to this:
.bigtext { font-size: 36pt; } Let us know if you need anything else. ----------------------------------------------------------- Cheers, Jake Swanson - 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.
|
|
|  |
|