07-26-2004, 08:54 PM | #1 (permalink) |
Tilted
|
html interface help
hey guys im gonna start making a site and i wanted to ask how can i make the navigation and banner interfaces stuck where they are so i wouldnt have to make it different and only the contnt page can load where its suppose to be. here it is what it will look like.
|
07-26-2004, 09:24 PM | #2 (permalink) |
Addict
Location: Chicago
|
I don't know a whole lot of HTML off of the top of my head, but theres a really good site with a ton of HTML examples and stuff. They give you the code, and you can edit it right there and preview what it looks like. It's really useful, and great to mess around with and learn. I think I remember seeing something like what you're describing.
http://www.w3schools.com/html/html_examples.asp |
07-27-2004, 04:46 AM | #3 (permalink) |
beauty in the breakdown
Location: Chapel Hill, NC
|
Learn some HTML and CSS. HTML is for the content of the page, CSS is for the design. Neither is hard, but if you want to do it, just having someone give you a template isnt going to teach you anything. That design you want is pretty basic, and shouldnt take long to figure out.
__________________
"Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws." --Plato |
07-27-2004, 06:11 AM | #5 (permalink) |
Delicious
|
You could use frames or inline frames for that(not the prettiest but it works). w3schools.com explains how to use them both. The best way to learn html is to view the source of other people's pages to see how they got something to work.
__________________
“It is better to be rich and healthy than poor and sick” - Dave Barry |
07-27-2004, 02:13 PM | #6 (permalink) |
Junkie
|
First create your design in your graphic program of choice.
After it's created, you would slice up the image into sections. I would make 3 sections 1 would be the banner section. Another section the menu, and finally the last would be the content. Before you save it make sure to crop it to the size of your image. Then I would use a program called macromedia dreamweaver, macromedia also offers a trial version which will do. Create a table using dreamweaver, and insert each of the sliced images into the table. Next I would change the, I believe the v-space and h-space, and lastly change the point size of the table to 0, all this can be found in the property inspector at the bottom. What this does, is make the table border invisible, and makes all your images flush w/ each other. |
Tags |
html, interface |
|
|