web-design-training - frames

Forum home » Delegate support and help forum » Dreamweaver Training and help » web-design-training - Frames

web-design-training - Frames

resolvedResolved · Low Priority · Version Standard

Tom has attended:
Dreamweaver 8 Introduction course

Frames

How do I successfully add a frame?

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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


Server loaded in 0.08 secs.