|
Posted by Chaddy2222 on 12/12/69 11:50
vivekaseeja@gmail.com wrote:
> Michael Hedinger wrote:
>
> > how do you do WHAT? are you asking about the linking that the correct
> > html site will appear in the right frame? that would be <a
> > href="rightframe.html" target="right"> in the frameset source you need
> > to define the right frame with <frame ..... name="right>"
>
> Think i messed up my question. My apoligies. The right hand side has to
> be a single html page which will show different html content depending
> upon what has been clicked on the left hand side. The problem is that
> all the html content has to be a single html page. So i imagine the
> content would have to be hidden or unhidden depending upon what is
> clicked on the left hand side. How can i do that -- that is hide and
> unhide ?
Hmmmm, to do that normally, you would need more then one HTML File to
link to. Or you could use named anchors to link to specific sections of
the page, but that may or may not be a good solution.
A way you could do is if to use Server side includes, you would use CSS
to style your pages and use some include, to baysicly retrieve the
required content from a Database. This means that when I link is
clicked that the page is generated dynamically.
You could use a CMS to do this, you need PHP or some other language and
MySQL though.
Alternitively, just use a stylesheet and create your pages, useing some
simple HTML to help bring the pages in to shape, CSS is good as it's
powerfull and you can design your pages how you want and make changes
easily.
Check out my new design.
In my Sig below.
I hope that helps.
>
> thanks ..
> vivekian
--
Regards Chad. http://freewebdesign.cjb.cc
Navigation:
[Reply to this message]
|