
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:
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 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]
|