Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shared borders question

Status
Not open for further replies.

piratefan

Programmer
Jul 20, 2003
195
US
I am pretty new to web site development. I used FrontPage for my first site. I threw the site together before I knew what shared borders were. I had over 100 pages and everytime I wanted to add or subtract anything from the menu(that is on all pages), I had to physically do it with my FP editor. I later found out that shared borders in FP would have made it easy to just make the change to that area and it would be reflected on all pages.

In the meantime, I created another site using asp.net coding. I used a tool called WebMatrix to do so. It's free and I am guessing not as easy to use as some other tools that may be available. But it got the job done.

I went back to the first site and wanted to redo it. Because I was now familiar with the WebMatrix, I did the first site using it. I have a feeling it was not the best way to do it. The site has no calls to a database and just displays static files. But like I say, I was comfortable with it and I also didn't know how to do the shared border type thing using html. With asp.net, you just use control pages for menus, etc.

My question is how does one do a "shared border" using html? I would now like to delve into designing sites and would very much like to use html only for sites that require only static pages. In fact, I have books on both html and xhtml. Any pointers for my dumb butt with this appreciated. Is xhtml the way to go? I do have a decent understanding of a good portion of it.

Thanks very much.
 
I recommend that you read up on server side includes. A TT member has written this site
Using SSI, you can write one page that is included on all other pages (very useful for menus)

Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)

fart.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top