The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Italics not working - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: Italics not working (/showthread.php?tid=2722) |
Italics not working - The Dave - 2012-02-07 Very strange problem but should be simple… I got GetSimple all set up in mydomain.org/cms/ , and after playing around a bit, used my FTP client to move the installation into the root mydomain.org/ . Now I’m noticing, on the single article I've written so far, that italics are not being styled - <em> and <i> are showing up formatted plainly, not in italics. When I view the document source, the tags are there. It’s just that for some reason they aren’t styling correctly. And no, I haven’t edited the stylesheets or theme or anything. Everything is pretty much vanilla. Italics not working - n00dles101 - 2012-02-07 Welcome to the forum... do you have a URL we could see the problem on? without that we can't really help, but it does sound like you CSS somewhere is styling them normal. Italics not working - The Dave - 2012-02-07 Thanks. http://stopseashepherd.org/index.php?id=sscs-history Edited to add: Names of ships are enclosed in <i> tags. Italics not working - n00dles101 - 2012-02-07 reset.css is setting them to normal. just add Code: i, em {font-style:italic;} to theme/innovation/style.css That should do it for you. Italics not working - The Dave - 2012-02-07 Hopefully it really is that simple and we don’t have to go chasing goblins. Trying right now… Italics not working - The Dave - 2012-02-07 Huh. Should that be in theme/innovation/assets/css ? Only print.css and reset.css seem to be present. Italics not working - n00dles101 - 2012-02-07 sorry my bad, its style.css in the root on theme/innovation Italics not working - The Dave - 2012-02-07 Made the change to innovation/style.css . Success. Italics not working - n00dles101 - 2012-02-07 cool... nice easy one... 8) Italics not working - The Dave - 2012-02-07 Yep, didn’t want to go munging up any files in case it would do nothing but change them from the original state and then still have to write for help. Got a newbie question now. Might as well ask it in a new thread… ? Italics not working - Connie - 2012-02-08 The Dave Wrote:Might as well ask it in a new thread… ? yes, please post everything in a separate thread |