|
hi
im making a page where users can basically create a webpage within a webpage, i want to allow html and css formatting (no other code tho) inside these sub-pages. my problem is that, if a user doesnt open or close their tags properly, their sub-page can mess up the rest of the html on the main-page.
So i need to restrict html to a specified area, ive thought of using iframes and filling the frame src before the main-page loads, but there will be several pages referencing the iframe src, and if the src page is referrenced twice at once, one of the site users will see the wrong sub-page list.
hope im making sense, anybody had to make something similar to this before? anybody know what my search terms might be for such a system?
mark m
|