Page 1 of 2
HTML with CSS
Posted: Wed Feb 09, 2011 5:53 pm
by carler
I spent a good deal of time designing up my home page using HTML and CSS style sheet. Then I found out that when I pasted the code into the site that it did not recognize the styles. Am I seeing this right?
Re: HTML with CSS
Posted: Wed Feb 09, 2011 8:21 pm
by FTMSupport
If you copy the <STYLE> tags into your site's home page, it should work just fine. If you want to email us at
support@iscorecentral.com with the name of your team website, or if you want to post it here for others to take a look at, we are sure we can get it working the way you want.
Re: HTML with CSS
Posted: Wed Mar 02, 2011 4:41 pm
by brentwalker
I was unable to do this as well. I copied the style tags but it was not within the <HEAD> tag and did not work.
How do I add my own site specific style sheet? I would like for the editor to read my styles and be available in the style drop down in the editor.
Re: HTML with CSS
Posted: Wed Mar 02, 2011 9:18 pm
by FTMSupport
Not sure if there is a way that you will be able to add your own styles that appear in the dropdown, but you should be able to copy/paste styles right into the body if you change to HTML editing instead of WYSIWYG editing.
Re: HTML with CSS
Posted: Thu Mar 03, 2011 7:40 am
by brentwalker
Yes, tried that, it did not work.
Re: HTML with CSS
Posted: Thu Mar 03, 2011 9:40 am
by FTMSupport
If you can put specifically what you are trying, we can take a look. But in HTML mode, if you did something like this:
<STYLE>
.mystyle { color:blue; }
</STYLE>
<DIV class='mystyle'>This text will now be blue</DIV>
We would expect it will work just fine.
Re: HTML with CSS
Posted: Thu Mar 03, 2011 1:31 pm
by brentwalker
Ok I will try it again and send you the results
Re: HTML with CSS
Posted: Thu Mar 03, 2011 9:38 pm
by brentwalker
Still not working. Each time I save the file it changes the style tags to comment tags.
iscorebaseball.com/2011fosterfalcons
I'm trying to get it to look like
http://foster.walkerzone.com/2011/iscore.htm" onclick="window.open(this.href);return false; minus the last three columns.
Re: HTML with CSS
Posted: Mon Mar 07, 2011 2:46 pm
by BlueClawDad
Offline - Were you able to get the CSS working correctly? I am having the same issue, the style code is being commented out when I save the HTML.
Re: HTML with CSS
Posted: Mon Mar 07, 2011 10:38 pm
by FTMSupport
We are looking for ways to enable STYLE tags with "cbrte" which is the plugin we use to allow rich text editing of the websites. If anyone out there has experience with cbrte and knows how to do this, please let us know. Otherwise we hope we can find something that will allow it soon.