×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: italics, underline, etc., in joomla editor not working

italics, underline, etc., in joomla editor not working 14 years 7 months ago #9485

  • laurie
  • laurie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
italics, underline applied in joomla article editor don't show up; editing in HTML editor doesn't help (neither <em> nor <i> tags gives italics, for example).

Please help. My site really needs these differentiators!

Thank you,
Laurie
www.howrudeisthat.com

italics, underline, etc., in joomla editor not working 14 years 7 months ago #9486

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
on the start page new york times is underlined. I cannot find an <i> tag for underline anywhere on the page.

italics, underline, etc., in joomla editor not working 14 years 7 months ago #9491

  • laurie
  • laurie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
there is <em> tag in the section starting "You think you've got it bad"

Regarding the underline, those usually work when I put them in manually. With the editor, underlines and italics applied show in article in back end, but not in front end. I can usually mnaually get <u> to work w html editor but neither <em> nor <i> works for italics>

And, more important, I would of course like to be able to use the article editor and have the font styles applied there show up like they're intended. We previously used another company's template and didnt have this problem so i do suspect there is something particular to biggi smalls.

italics, underline, etc., in joomla editor not working 14 years 7 months ago #9499

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey laurie,
You are right! My browser_reset.css style is a little bit over restricting and I haven't defined i,em or u in my css files.

Please find templates/biggiesmalls/css/typography.css and add this
i, cite, em, var, dfn {
	font-style: italic;
}
u {
	text-decoration: underline;
}

This should solve the problem!
Thank you!
Daniel

italics, underline, etc., in joomla editor not working 14 years 4 months ago #10039

  • laurie
  • laurie's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Daniel,

An overdue "thank you" for this helpful reply. I added the code to the CSS and it works now. Check out the lovely italics on the second item on our home page now :)

www.howrudeisthat.com/

Thanks again,
Laurie

italics, underline, etc., in joomla editor not working 14 years 4 months ago #10044

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey laurie,
I'm happy that you got back at us :) Nice to see that everything is fine now.
Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.113 seconds