Xhtml

liunx

Guest
Does anyone know how to do frames in XHTML?<!--content-->You can in XHTML 1.0 but you have to use a frameset doctype but you can't do it at all in XHTML 1.1.<br />
<br />
As for doing the frames, just do the same as you would for HTML.<br />
<br />
Whether it's an iframe:<br />
<br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.w3.org/">You can't see frames</iframe><br />
<br />
Or with a frameset. I'm not gonna post the frameset example though.<!--content-->How would I change the size of the IFrame?<!--content--><iframe src=http://www.webdeveloper.com/forum/archive/index.php/"http://www.w3.org/" width="320" name="w3c" height="240">You can't see frames.</iframe><br />
<br />
You should also add a name to identify it so that you can refer to it with links.<!--content-->thanks a lot<!--content-->Happy to help. :)<!--content-->
 
Back
Top