Posted by Jay Blanchard on 11/28/05 16:52
[snip]
I am trying to create my own CMS. To being with I want to let users edit
anything within a <p> tag.
I want to have a menu to the left and display the webpage in the rest of the
page, and for each set of <p> tags I want the user to be able to click on
the link to edit that paragraph.
My problem is how can I include a webpage in my CMS and for each <p> tag
wrap an <a href""> tag araound it?
[/snip]
Much applause for your initiative.
You can include a webpage in your CMS using frames or iframes
(http://www.w3.org). While there you can look for information on anchors,
which is what an <a> tag is.
[Back to original message]
|