
This tutorial is a supplement to our larger tutorial “How to Make a Pagelime Site with SiteGrinder 3, you can see the full tutorial here. However, this tutorial is not SiteGrinder specific and can be used by anyone who wants to learn how to manually add editable classes through Pagelime.
Ok, so you’ve just published a really SWEET website from Photoshop using SiteGrinder and you REALLY want to manage it with Pagelime, BUT, you forgot to add the CSS “editable” class tag to a region, in this case, an image, and you want to be able to edit this image using Pagelime. Have no fear, for Pagelime can solve all of your problems (as usual). Let’s take a look at how this can be done in just a couple of steps.
- Navigate to the page with the region you want to make editable within PageLime.
- Open the “Page Tools” drop down menu on the top right of the Pagelime navigation/edit bar. Click on “edit code.” This will take you to a new page, showing the raw HTML of your site.
- In the box with your colored HTML, scroll down to the location of the image (or other tag) you want to change from un-editable to editable.

- Inside the
<img>tag (or other tag,<p> <span> <div>etc…), if it does not already have aclass=section, create a new section forclass=and addeditableas a class tag. (If the element already has aclasstag with a class defined, simply put a space after the defined class and then add ineditable.) Make sure the element you’ve added theeditableclass too, also has a unique id. This is important because Pagelime needs to be able to identify which area it’s editing. If you do not see anid="IDNAMEHERE"then add anidtag with a unique name. Theidname should not be used as an id name anywhere else on the page, and cannot have any spaces. Your final mark-up should look something like this:<img id=”myImage” class=”editable” src=www.pagelime.com/myImage.gif alt=”imagedescriptionGoesHere” /> - Once you’ve done that, click “upload page” and the once uneditable area now becomes editable!

To get started with SiteGrinder, download the demo today!
This tutorial was brought to you by the Pagelime team in conjunction with the really cool dudes over at SiteGrinder/Media Lab. This article was co-authored by Adam Dexter and Awesome-Intern Tyler Shambora.
Tags: cms-editable, css, sitegrinder, sitegrinder 3















I’m guessing you need the Sitegrinder “Control Add-On” to be able to use this Pagelime feature right?
Is it possible to do all this with the -xmedia hint or something?
Hi Kalegiro,
I don’t believe that you need the Control Add-On off the jump, though the Control Add-On has a lot of cool features. Watch the nettuts tutorial on integrating Pagelime and Sitegrinder. It’s got the whole walkthrough and a video!