Bold and italic not working?
Since I switched over to the new editor, the bold and italic options are not working (underline still is). When I look at the code view, it appears that it's trying to make it work. Please help.
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Rich on 11 May, 2010 04:44 PM
Casey,
Sorry to hear about the trouble. Because the new editor uses the more semantic tags
<strong>and<em>instead of<b>and<i>for bold and italic text, your site needed to have a couple of styles added to work with these tags. I've gone ahead and added these for you. You will need to publish your site to push the changes to the live site.Rich
Rich closed this discussion on 11 May, 2010 04:44 PM.
Casey Clark re-opened this discussion on 11 May, 2010 05:13 PM
3 Posted by Casey Clark on 11 May, 2010 05:13 PM
Thanks!!! Hey, I also tried to upload a favicon this afternoon. I added a .ico file to the system files. It didnt show up. So I then added this string of code
Any ideas why it still isnt showing up?
4 Posted by Rich on 11 May, 2010 05:37 PM
Unless you add the
<link>tag, favicons won't show up unless named favicon.ico, so that explains why it didn't show up the first time. When you added the<link>tag, where did you add it? I don't see it in the source of the home page. You would need to add that tag to all of the templates and then republish. I think it would be easier to just rename the favicon file and publish so you don't have to worry about adding the tag. But either method will work. See this article for more info:http://en.wikipedia.org/wiki/Favicon
Rich closed this discussion on 11 May, 2010 05:37 PM.