PDA

View Full Version : Dreamweaver Sizing Issues



J5Entertainment
15 Aug 2005, 05:20 PM
I'm pretty much a newbie when it comes to dreamweaver.

When using frames, how do you enable scrollbars for your frameset aswell as the individual frame(s) that already have scrollbars?

:confused:

Streakfury
16 Aug 2005, 10:04 AM
I don't think you need to.


<frame scrolling="yes">
...
</frame>

Then I think that is all you need. Just add the scrolling="yes" code to any frame that you want to have scroll bars.

:)