Dreamweaver Question

skarys

New Member
I am new at web design. I want to create a frame like page on a page but not use frames. What are my options?
 

MediaInf

New Member
Are you wanting to use a "frame like" page for the purpose of layout (design)? Or, for the purpose of functionality?

For design, tables will work. Or CSS and div tags with floats (use the Dreamweaver CSS templates - they already come with this).

For functionality, I use PHP Includes. This is how certain elements stay the same on every page (e.g. the header, navigation and footer)
 

web67

New Member
@above absolutely, this can be accomplished by using div tags and css
 
Last edited:
Top