I think im going to have 2 window type things like i have now one for the menu and one for the actaul page so if i add a page i can just edit the one menu page instead of having to go through and do them all. any other ideas? maybe i will post a template up sometime
Announcement
Collapse
No announcement yet.
About to make a new web site, any tips?
Collapse
X
-
Learn cascading style sheets. You can change simple things like links that will appear on every page from a single file. I just started converting to CSS so I don't know everything yet, but I can see it's worth it.
Tables are meant to display tables of information. Don't use them to create layouts. Table layouts will be unpredictable on many browsers.
Comment
-
Originally posted by DoriftuEvoLearn cascading style sheets. You can change simple things like links that will appear on every page from a single file. I just started converting to CSS so I don't know everything yet, but I can see it's worth it.
Tables are meant to display tables of information. Don't use them to create layouts. Table layouts will be unpredictable on many browsers.
Style sheets will allow you do do what you want too, if you are using the same menu buttons/images/ they should load pretty quick giving you the illusion of frames, you can also have scroll bars and stuff within div tags, CSS is pretty neat you should learn it.
Sold it.
Comment
Comment