98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » web-design-training - Frames
web-design-training - Frames
Resolved · Low Priority · Version Standard
RE: Frames
Hi Tom,
In Dreamweaver, start a new page and go to the General -> Framesets category, then choose your layout.
Or, go to Insert -> Frames -> and choose where you want the frame to appear.
Don't forget that frames suck!
The code is something like this, with an individual file being linked (src) to each frame.
<frameset rows="*,80" cols="*" frameborder="NO" border="0" framespacing="0">
<frameset cols="*,80" frameborder="NO" border="0" framespacing="0">
<frame src="/Untitled-1" name="mainFrame">
<frame src="/UntitledFrame-2" name="rightFrame" scrolling="NO" noresize>
</frameset>
<frame src="/UntitledFrame-3" name="bottomFrame" scrolling="NO" noresize >
</frameset>
Hope this helps.
Regards, Rich
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Viewing you page in the browserIf you are working in design view you can quicky preview your webpage by pressing the F12 key |