Using blink on Text, How?
Thapa Damar <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have the following in my html file:
<table cellpadding="0" cellspacing="0" border="0">
<tbody>
<tr>
<td nowrap bgcolor="#999999"><a
class="Dir::Get_Data.HomeHeader.home" href="home">|Home|</a></td>
</tr>
</tbody>
.....
I am trying to do as:
<td> <a href="home">"|Home|"</a>
and provide url with blink.
But, "|Home|" does not come up in the screen. How it can be done? What
am not doing here?
Thanks,
Damar