Problem with editing a page
savannahga
Registered Users Posts: 225 Major grins
When I click the "edit" link to edit a page the edit box doesn't show up to input html. What gives?
Here's the page: http://www.savannahga.smugmug.com/gallery/260075
Thanks,
Jeff
Here's the page: http://www.savannahga.smugmug.com/gallery/260075
Thanks,
Jeff
0
Comments
http://www.datewealthypeople.com
http://www.datewealthypeople.com
www.socalimages.com
Artistically & Creatively Challenged
Usually, when this happens to folks, it's because the custom HTML you have put in the page has some missing tags which messes up the Smugmug HTML display. Often it's a missing </div> tag, but it could be other types of tags too. You do have a lost of custom HTML in this page. I'd suggest rechecking each piece of your HTML to make sure that all open and closing tags are matched, particularly <div></div> and <table></table>.
There are also some other ways to edit things that aren't vulnerable to this problem. For example, if you're trying to edit the gallery description, you can go to the customize gallery page and edit the description there.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
If fact, when I run your page through an HTML validator, it shows all sorts of errors with lots of unclosed tags. To start with, line 264 has a div tag inside a table that isn't closed. When you fix your HTML, this problem will likely go away.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question