PDA

View Full Version : iframes location


Crazydog
09-23-2005, 03:23 AM
how would I align iframes so there is one in every table?
(attached image)

pjleonhardt
09-23-2005, 03:54 AM
If I interpret what your somewhat cryptic question correctly...

I think you're saying that for each little box you'd like an iframe?
Simply add an iframe into each table..


...
<table><tr><td><iframe ... /></td></tr></table>
...