How to set CSS to format tabs in WYSIWYG edito?
8 posts by 2 authors in: Forums > CMS Builder
Last Post: May 14, 2009 (RSS)
By webmac - May 10, 2009
Re: [webmac] How to set CSS to format tabs in WYSIWYG edito?
By ross - May 11, 2009
Thanks for posting!
I think what you'll be looking for here is covered in this forum post:
http://www.interactivetools.com/forum/gforum.cgi?post=58380#58380
Keep me up to date with how you are making out :).
Cheers,
Ross Fairbairn - Consulting
consulting@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/
Re: [ross] How to set CSS to format tabs in WYSIWYG edito?
By webmac - May 11, 2009
Masha
Re: [ross] How to set CSS to format tabs in WYSIWYG edito?
By webmac - May 11, 2009
Marsha
Re: [webmac] How to set CSS to format tabs in WYSIWYG edito?
By webmac - May 11, 2009
<style type="text/css">
<!--
.style {
font-family: Verdana;
}
-->
</style>
and all is viewing OK.
For SEO puposes, how can I have the css show up in the cms editor and get it to allow the css edits with a "linked" css file:
<link href="mystyle.css" rel="stylesheet" type="text/css" />
Please advise...Thank you.
Marsha
Re: [webmac] How to set CSS to format tabs in WYSIWYG edito?
By ross - May 13, 2009
Glad to hear you go that going!
I don't quite understand what you mean with your last question though. It sounds to me like you want to edit the CSS file right through CMS Builder. That would likely be tricky as the file extensions would be a problem. Stylesheets need .css and CMS Builder needs .php
Let me know if I am on the right track and we can further explore the options.
Thanks!
Cheers,
Ross Fairbairn - Consulting
consulting@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/
Re: [ross] How to set CSS to format tabs in WYSIWYG edito?
By webmac - May 13, 2009
Marsha
Re: [webmac] How to set CSS to format tabs in WYSIWYG edito?
By ross - May 14, 2009
Can you try adding your CSS to this file:
/css/wysiwyg.css
That's what the WYSIWYG editor loads. Along those lines, you'll want to link your display pages to the same file so they can use the same styles.
Give that a shot and let me know how you make out :).
Cheers,
Ross Fairbairn - Consulting
consulting@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/