Are there any alternatives to using the dreaded iframes?
The site I’m currently on working does not have expanding content boxes, which is why I can’t use php?id to include the content, unless of course that works within an IFRAME?
any suggestions? The content is going on a ‘piece of paper’, so not much room, so iframes seem the only logical way of doing it to fit content in?
you can use the php?id method but you will have to think about how it would work, the concept is the same to include files, its just you are linking from a iframe instead.
Also you don’t need to have expanding content boxes to use the include method, I’m not quite sure why you think otherwise?