How?
- Started
- Last post
- 6 Responses
- Atkinson
How do I make something open within a div? I know I can use the object tag but I've read in a few places this is frowned upon. Is this the case - why? Any alts?
- detritus0
Why?
- ukit0
Open within a div? What do you mean?
- Atkinson0
I'll use my site as an example, this is where I have used the object tag.
http://www.craigatkinson.co.uk/l…
in the link above, the news link is open within the main div on the right. Is this an 'ok' way of doing it? It seems to work, but then frames also work - get me?
- univers0
I am still lost. When I go to your site everything seems fine, but I am not clear on what I am looking for.
- Atkinson0
haha, nice.
My question is this, 'is it considered good practice to use the objsect tag when opening something within a div, or is there a better alternative method?'. EG: <div id="main"><object data="domain" type="text/html" width="100%" height="100%" ></object></div>
