|
Posted by Vivek on 08/03/07 19:02
On Aug 3, 11:42 am, Ed Mullen <e...@edmullen.net> wrote:
> Vivek wrote:
> > Hi,
>
> > Is it possible to link all the entries in a list to different html
> > pages.
> > For example,
>
> > Food
> > Fruit
> > Apple
> > Grapes
> > Banana
> > Vegetable
>
> > In the above list, I can link "Apple " to a html file by using "A
> > ref". But, if I do the same for "Fruit", the link disappears.
> > Is something like this is possible or not?
>
> > Thnaks,
> > Vivek
>
> It is certainly possible and very straightforward. Post a link to the
> page so we can see the code.
>
> --
> Ed Mullenhttp://edmullen.nethttp://mozilla.edmullen.nethttp://abington.edmullen.net
> If man evolved from apes why do we still have apes?
I have copied the code below.
I want to link the "Memory" to a html page and also it should continue
to be a list. The moment I enter " <A href = "index.html"> Memory </
a>" the Memory text disappears.
CODE --
<body>
<ul id="2" class="none">
<br>
<li><font face="Arial" color="#0074C1">
<span style="font-size: 11pt; font-weight: 700"><a
href="product_new.html">Products</a></span></font></li>
<li>
<span style="font-size: 8pt; font-weight: 700"> Memory</
a></span>
<ul id="2" class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight: 700"> TSMC</
span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight: 700">
45</a></span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> GS</a></span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> <a href="TSMC_Memory_45nm_SRAM.html">SRAM </a></
span></font>
</li>
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> <a href="TSMC_Memory_45nm_ULL.html"> Ultra Low
Leakage</a></span></font>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>
Navigation:
[Reply to this message]
|