This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
View Entire Thread
Re: I need advice on html site layout and coding (frames)

If you want to move away from frames there are several alternatives.

The most obvious is to have include the links and header in every page.
This has the advantage that search engines like it, and the disadvantage that any change to the links or the header will have to be changed manually on all pages.

One way I have used in the past is to code the links into a javascript file, then link to the file on every page.
It has the advantage that links only need to be changed in one file, and the same can be done for the header, but the disadvantage that search engines don't follow javascript links, so bad search placement.
A way to lessen this is to manually link to a sitemap on each page, so the search engines can follow the link to the sitemap, then follow the links in the sitemap to other areas, but this won't be completely effective.

If the header and links are going to be staying roughly the same after the development, go for option 1. If they will be changing a lot... I'd say look into php, but that's a bit more advanced.

Browser: Mozilla Firefox 3.6.*

OS: Windows 7

Re: I need advice on html site layout and coding (frames)

what about using frames instead of tables?

Browser: Main: Firefox. Secondary: IE

OS: Vista

Re: I need advice on html site layout and coding (frames)

Do you mean tables instead of frames? You could do that, but you get more flexibility and control using divs. Very simple example: http://scutterman.com/Bravenet/iframes/example_divs.html.
If you use css to style the divs you can get the layout to look almost any way you want it to, and once you get the hang of it, designing sites takes a lot less work.

Browser: Mozilla Firefox 3.6.*

OS: Windows 7

Re: I need advice on html site layout and coding (frames)

Hi,thanks to share your problem with me.I appreciate your discussion here.I'm just beginner in web designing so i'm not getting your problem.

Website Development Denver

Denver Web Designs