Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

web-design-training - frames

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

web-design-training - Frames

ResolvedVersion 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.

Dreamweaver tip:

Toggle panels on and off

Press the F4 key to toggle all the panels in Dreamweaver on or off. This gives you more editing and programming screen space.

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.