Posted by dorayme on 11/09/22 11:50
In article
<1150413406.769293.186700@i40g2000cwc.googlegroups.com>,
vivekaseeja@gmail.com wrote:
> dorayme wrote:
> > Now I understand your q better: to link to something in the
> > middle of a long page on the right side this should work
> > reasonably well:
> >
> > <a href="rightHandDoc.html#middle" target="rightframe">click to
> > middle of page</a>
> >
> > in the navigation.
> >
> > In the html for the right, you would put
> >
> > id="middle"
> >
> > where you want the link to go to:
> >
> > <h1 id="middle">A heading that is about the middle of the
> > page</h1>
> >
> > This works well on my tests
> >
> > (You can also use another construction but try this)
>
> Would want the content present within the h1 tag to remain hidden until
> the corresponding link on the left side is clicked on. It should be
> invisible.
>
Whatever do you mean? There is no content in the <h1...> just as
there is no picture in <img src="pic.jpg">. The latter is just
text and acts as instruction to web browsers.
--
dorayme
[Back to original message]
|