Uni work help

Suspended
Joined
30 Aug 2004
Posts
9,206
Im building (another) website and wanted to know how to lock links. The picture below shows what i mean. That would be the homepage with links set in the left and upper columns. Then all i want is to lock them to my cascading style sheet so when i build other pages the links update as i update the homepage.

So in theory when I build another page and add the stylesheet the links reflect reflect to those on the homepage (with only the other info changing)

thanks

lock.jpg
 
might get a better response in the html forum :p

But based on your image it sounds fine, it's kinda like me asking a 5 year old drawing the outline of my car and handing it to a designer and saying does this look fine. :D
 
Pajeh said:
I believe what you are after is using frames check out http://www.w3schools.com/html/html_frames.asp

However I would try and avoid using frames, just copy the code for the menus into a new html then change the content the style sheet will remain the same.

A better method would to be use PHP and include a header file which includes the links, then any updates to the header file will reflect across the site.

Alex
 
Back
Top Bottom