Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to put one html page into another using Dreamweaver(!) 8.
Old 10-19-2008, 04:11 PM How to put one html page into another using Dreamweaver(!) 8.
Skilled Talker

Posts: 79
Name: Yury
Trades: 0
I need to put one html page into another page, and I will need to do it pretty often.
How do you do it in Dreamweaver 8 (with no coding preferably). Please be specific and explain. Thank you.
__________________

Please login or register to view this content. Registration is FREE
kasparovda is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-19-2008, 07:11 PM Re: How to put one html page into another using Dreamweaver(!) 8.
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Honestly, I recommend you learn some coding. It is generally a bad idea to try to put together any website without having a decent understanding of HTML and hopefully CSS. Fortunately, this isn't a very advanced science, and is relatively easy to learn, though it takes some work.

What you are describing sounds like frames, or iframes. Both type of frames are usually a terrible design choice. It is better to use server-side includes to include content into other content.

In PHP, this is done like this:
PHP Code:
<!--a bunch of html goes here-->
<?php include "path/to/file.php"?>
<!--a bunch more html goes here-->
Now, whatever you have at path/to/file.php will be included automatically where you have put it in the document flow. You can make a path to a single file from multiple files, then update it to have a site-wide effect.

Of course, PHP is not a requirement. A google search for server-side-includes will help you if you would prefer another language.

Dreamweaver does have a templating system that allows you to do this type of thing automatically, without a server language. Unfortunately, I have no idea how it works, since I've never used it. If you absolutely are mortified of doing any code, you may want to look into it, though I definitely recommend you look at my suggestion first.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 10-21-2008, 05:31 AM Re: How to put one html page into another using Dreamweaver(!) 8.
Richard_zhou's Avatar
Experienced Talker

Posts: 48
Name: Richard_zhou
Location: Shenzhen,China
Trades: 0
use the frame or iframe tags, or you can use "include" function by script language.
__________________
Richard_zhou~

Please login or register to view this content. Registration is FREE

My Blog:
Please login or register to view this content. Registration is FREE
Richard_zhou is offline
Reply With Quote
View Public Profile Visit Richard_zhou's homepage!
 
Reply     « Reply to How to put one html page into another using Dreamweaver(!) 8.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.73778 seconds with 12 queries