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
About to make a new web site, any tips?
Collapse
X
-
Tags: None
-
-
-
-
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
-
-
-
i think this is basicly what its gunna look like. I might have a little banner title thing at the top of each page and im trying to think of somehthing to put above the menu
Comment
-
That's a good basic layout for a personal site. It can always be spruced up with graphics if you decide to do so. The frames and tables wouldn't be my choice, but it'll work to get you started.Comment
Comment