Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Adding a Class to an img in JCE

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi Folks,

This has cropped up a few times recently -

"how to add a class to an img using JCE" ... " and I'm not sure about to add the html"

image.jpg


First step - You have selected using a cursor where you want the image to be added

Click the Tree icon ( that respresents an image)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Select your image by searching for the folder or from the images folder root

add-class.jpg


I have my orange selected

Then I've clicked the "advanced" tab
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
There is a class list you can chose your existing template style from (in JCE config you need to point the editor at the relevant css file)

In my case I know the styling so I've added the two classes to the classes field (note the space - without the space the two styles won't work)

Once I have styles I want to add - I hit the Insert button
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Which on the front end gives a float left effect using the html class floatleft - where the text floats around the content

float.jpg


And a nice border style added by using the border class on the image
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And looking at the html it gives me

<img class="floatleft border" alt="orange-164985" src="/gregg/images/category-fillers/orange-164985.jpg" height="300" width="300">

without having to open up the HTML editor :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers