Quote:
|
1- Why does only one part of my page go online? In other words. I have created three files that are diferent parts of the same page because i can only sent 1 mega through the ftp to my server( it´s free site). when i send the files only the one that i called index goes on line. Why?
|
A few things here. Firstly, no web page should be as big as 1 meg - they shouldn't even be close to that. If it's that big, something's wrong - I doubt that it could be.
When you visit a site, for example
www.mysite.comm, the page you are presented with is either index.htm, default.htm, or variations on those. Other pages you create you can address directly in your browser (
www.mysite.comm/mypage.htm), or link to from other pages.
I recommend you don't use frames at all until you've understood the basics, Dreamweaver doesn't make learning about them very easy. They're also frowned upon by many people for causing problems with search engines, so stick to plain pages for the time being.
If you do still want to use them, you'll need to give us some more details as to what is / isn't working, or give us a link to your site so we can see it for ourselves.
Peter.