HTML with CSS
HTML with CSS
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?
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: HTML with CSS
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.
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
Re: HTML with CSS
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.
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.
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: HTML with CSS
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.
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
Re: HTML with CSS
Yes, tried that, it did not work.
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: HTML with CSS
If you can put specifically what you are trying, we can take a look. But in HTML mode, if you did something like this:
We would expect it will work just fine.
<STYLE>
.mystyle { color:blue; }
</STYLE>
<DIV class='mystyle'>This text will now be blue</DIV>
We would expect it will work just fine.
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
Re: HTML with CSS
Ok I will try it again and send you the results
- brentwalker
- Posts: 242
- Joined: Thu Jul 30, 2009 7:13 pm
- Location: Houston Area
Re: HTML with CSS
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.
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.
- BlueClawDad
- Posts: 42
- Joined: Fri Mar 04, 2011 8:48 am
Re: HTML with CSS
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.
- FTMSupport
- Site Admin
- Posts: 13193
- Joined: Sat Mar 28, 2009 7:25 pm
Re: HTML with CSS
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.
Check out the new iScore Baseball documentation page!
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
Includes videos and user manual.
http://iscoresports.com/baseball/training.php#docs
