Is there a CSS target for an iframe...HTML below
HTML Code:<iframe target="main">
Printable View
Is there a CSS target for an iframe...HTML below
HTML Code:<iframe target="main">
HTML Code:<iframe name="main" id="main">
No, for your link you must do:
<a href="FILENAME" target="main">TEXT</a>
I tihnk this is what you mean?
Doesn't matter now
Thread closed