how do I hide anchors?

I

ICT 0418

i created an anchor from a text and i don;t want the text to show, how do i
do that?
 
H

Hot-text

<a></a> No Snow
<a>Show</a>

<a id="a_1">Show by putting your texts here</a>
<a id="a_1"></a> No Show by not putting text in the anchor!

++++++++++++++++++ HERE HOW IT WORKS ++++++++++++++++++++++++++

<p><a id="top"></a>BookMarks<br /> At the Top
<a href="#a1">go to anchor A1</a></p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a2">go to anchor A2</a><br />
<a id="a1"></a> My anchor A1</p><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a3">go to anchor A3</a><br />
<a id="a2"></a> My anchor A2

</p><br />

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#top">My anchor At the Top of Page</a><br />
<a id="a3"></a> My anchor A3</p><br />

+++++++++++++++++++++++++++++++++
 
S

Stefan B Rusynko

1) <a></a> is not an anchor,
- it is an empty hyperlink
<a name="bookmarkname"></a> is an empty anchor or bookmark
2) empty hyperlinks do nothing,
3) and empty anchors/bookmarks fail in many browsers

To create an anchor that does not show on the page add a blank gif image in it, or a space as in:
<a name="bookmarkname">&nbsp;&nbsp;</a>
--




<a></a> No Snow
<a>Show</a>

<a id="a_1">Show by putting your texts here</a>
<a id="a_1"></a> No Show by not putting text in the anchor!

++++++++++++++++++ HERE HOW IT WORKS ++++++++++++++++++++++++++

<p><a id="top"></a>BookMarks<br /> At the Top
<a href="#a1">go to anchor A1</a></p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a2">go to anchor A2</a><br />
<a id="a1"></a> My anchor A1</p><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a3">go to anchor A3</a><br />
<a id="a2"></a> My anchor A2

</p><br />

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#top">My anchor At the Top of Page</a><br />
<a id="a3"></a> My anchor A3</p><br />

+++++++++++++++++++++++++++++++++
 
H

Hot-text

Stefan B Rusynko
You do not know how HTML work do you
For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
they have and [ id] in it...
That Make it not empty
Look if you TEST it out in all browsers it will not fail, and It work in a
TEXT browsers Too!

Bookmarks is not empty it haves id name "top"
The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>

Just a EX...<a></a> No Snow as a link right
<a>Show</a> Snow as a link right ....... Just a EX...


To day anchor with span
<a href="#span1">go to span</a>
<span id="span1" ></span>

the anchor will always find his id
<a href="#br1">go to BR</a>
<br id="br1" />

<a href="#hr1">go to HR</a>
<HR id="hr1"/>


and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have came
0.009% right on give INFO!
You need to be move like Tom [Pepper] Willett who is 99.98% right at all
times!
or be like PA Baer who 99.97% right at all times!
 
S

Stefan B Rusynko

I stand by the facts on the validity of empty link and lack of attributes in both
<a></a> No Snow
<a>Show</a>
- that were in the top of your post,
- and neither does anything as they were posted

I did not comment on the rest of your sample which uses ID instead of the name attribute
- and which does not use below invalid code
<a></a> No Snow
<a>Show</a>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


Stefan B Rusynko
You do not know how HTML work do you
For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
they have and [ id] in it...
That Make it not empty
Look if you TEST it out in all browsers it will not fail, and It work in a
TEXT browsers Too!

Bookmarks is not empty it haves id name "top"
The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>

Just a EX...<a></a> No Snow as a link right
<a>Show</a> Snow as a link right ....... Just a EX...


To day anchor with span
<a href="#span1">go to span</a>
<span id="span1" ></span>

the anchor will always find his id
<a href="#br1">go to BR</a>
<br id="br1" />

<a href="#hr1">go to HR</a>
<HR id="hr1"/>


and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have came
0.009% right on give INFO!
You need to be move like Tom [Pepper] Willett who is 99.98% right at all
times!
or be like PA Baer who 99.97% right at all times!
 
H

Hot-text

I see you are right here!
and I have to Backspace and say you 97% right
And Thank you for be Kind you!

Stefan B Rusynko said:
I stand by the facts on the validity of empty link and lack of attributes
in both
<a></a> No Snow
<a>Show</a>
- that were in the top of your post,
- and neither does anything as they were posted

I did not comment on the rest of your sample which uses ID instead of the
name attribute
- and which does not use below invalid code
<a></a> No Snow
<a>Show</a>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


Stefan B Rusynko
You do not know how HTML work do you
For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
they have and [ id] in it...
That Make it not empty
Look if you TEST it out in all browsers it will not fail, and It work in
a
TEXT browsers Too!

Bookmarks is not empty it haves id name "top"
The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>

Just a EX...<a></a> No Snow as a link right
<a>Show</a> Snow as a link right ....... Just a EX...


To day anchor with span
<a href="#span1">go to span</a>
<span id="span1" ></span>

the anchor will always find his id
<a href="#br1">go to BR</a>
<br id="br1" />

<a href="#hr1">go to HR</a>
<HR id="hr1"/>


and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have
came
0.009% right on give INFO!
You need to be move like Tom [Pepper] Willett who is 99.98% right at all
times!
or be like PA Baer who 99.97% right at all times!




Stefan B Rusynko said:
1) <a></a> is not an anchor,
- it is an empty hyperlink
<a name="bookmarkname"></a> is an empty anchor or bookmark
2) empty hyperlinks do nothing,
3) and empty anchors/bookmarks fail in many browsers

To create an anchor that does not show on the page add a blank gif image
in it, or a space as in:
<a name="bookmarkname">&nbsp;&nbsp;</a>
--




<a></a> No Snow
<a>Show</a>

<a id="a_1">Show by putting your texts here</a>
<a id="a_1"></a> No Show by not putting text in the anchor!

++++++++++++++++++ HERE HOW IT WORKS ++++++++++++++++++++++++++

<p><a id="top"></a>BookMarks<br /> At the Top
<a href="#a1">go to anchor A1</a></p>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a2">go to anchor A2</a><br />
<a id="a1"></a> My anchor A1</p><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#a3">go to anchor A3</a><br />
<a id="a2"></a> My anchor A2

</p><br />

<br />
<br />
<br />
<br />
<br />
<br />
<br />
<p><a href="#top">My anchor At the Top of Page</a><br />
<a id="a3"></a> My anchor A3</p><br />

+++++++++++++++++++++++++++++++++
 
L

lucas Muyela

how do I hide anchors?



ICT 0418 wrote:

how do I hide anchors?
18-Apr-10

i created an anchor from a text and i don;t want the text to show, how do
do that?

Previous Posts In This Thread:

how do I hide anchors?
i created an anchor from a text and i don;t want the text to show, how do
do that?

<a></a> No Snow<a>Show</a><a id="a_1">Show by putting your texts here</a><a
<a></a> No Sno
<a>Show</a

<a id="a_1">Show by putting your texts here</a
<a id="a_1"></a> No Show by not putting text in the anchor

++++++++++++++++++ HERE HOW IT WORKS +++++++++++++++++++++++++

<p><a id="top"></a>BookMarks<br /> At the To
<a href="#a1">go to anchor A1</a></p
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#a2">go to anchor A2</a><br /
<a id="a1"></a> My anchor A1</p><br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#a3">go to anchor A3</a><br /
<a id="a2"></a> My anchor A

</p><br /

<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#top">My anchor At the Top of Page</a><br /
<a id="a3"></a> My anchor A3</p><br /

+++++++++++++++++++++++++++++++++

1) <a></a> is not an anchor,- it is an empty hyperlink<a
1) <a></a> is not an anchor
- it is an empty hyperlin
<a name="bookmarkname"></a> is an empty anchor or bookmar
2) empty hyperlinks do nothing
3) and empty anchors/bookmarks fail in many browser

To create an anchor that does not show on the page add a blank gif image in it, or a space as in
<a name="bookmarkname">&nbsp;&nbsp;</a
-

____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage
"Warning - Using the F1 Key will not break anything!" (-
To find the best Newsgroup for FrontPage support see
http://www.net-sites.com/sitebuilder/newsgroups.as
____________________________________________

<a></a> No Sno
<a>Show</a

<a id="a_1">Show by putting your texts here</a
<a id="a_1"></a> No Show by not putting text in the anchor

++++++++++++++++++ HERE HOW IT WORKS +++++++++++++++++++++++++

<p><a id="top"></a>BookMarks<br /> At the To
<a href="#a1">go to anchor A1</a></p
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#a2">go to anchor A2</a><br /
<a id="a1"></a> My anchor A1</p><br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#a3">go to anchor A3</a><br /
<a id="a2"></a> My anchor A

</p><br /

<br /
<br /
<br /
<br /
<br /
<br /
<br /
<p><a href="#top">My anchor At the Top of Page</a><br /
<a id="a3"></a> My anchor A3</p><br /

+++++++++++++++++++++++++++++++++

Stefan B RusynkoYou do not know how HTML work do youFor in ++++ HERE HOW IT
Stefan B Rusynk
You do not know how HTML work do yo
For in ++++ HERE HOW IT WORKS +++++ is not one an empty ancho
they have and [ id] in it..
That Make it not empt
Look if you TEST it out in all browsers it will not fail, and It work in
TEXT browsers Too

Bookmarks is not empty it haves id name "top
The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a

Just a EX...<a></a> No Snow as a link righ
<a>Show</a> Snow as a link right ....... Just a EX..

To day anchor with spa
<a href="#span1">go to span</a
<span id="span1" ></span

the anchor will always find his i
<a href="#br1">go to BR</a
<br id="br1" /

<a href="#hr1">go to HR</a
<HR id="hr1"/

and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have cam
0.009% right on give INFO
You need to be move like Tom [Pepper] Willett who is 99.98% right at al
times
or be like PA Baer who 99.97% right at all times!

I stand by the facts on the validity of empty link and lack of attributes in
I stand by the facts on the validity of empty link and lack of attributes in bot
<a></a> No Snow
<a>Show</a>
- that were in the top of your post,
- and neither does anything as they were posted

I did not comment on the rest of your sample which uses ID instead of the name attribute
- and which does not use below invalid code
<a></a> No Snow
<a>Show</a>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


Stefan B Rusynko
You do not know how HTML work do you
For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
they have and [ id] in it...
That Make it not empty
Look if you TEST it out in all browsers it will not fail, and It work in a
TEXT browsers Too!

Bookmarks is not empty it haves id name "top"
The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>

Just a EX...<a></a> No Snow as a link right
<a>Show</a> Snow as a link right ....... Just a EX...


To day anchor with span
<a href="#span1">go to span</a>
<span id="span1" ></span>

the anchor will always find his id
<a href="#br1">go to BR</a>
<br id="br1" />

<a href="#hr1">go to HR</a>
<HR id="hr1"/>


and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have came
0.009% right on give INFO!
You need to be move like Tom [Pepper] Willett who is 99.98% right at all
times!
or be like PA Baer who 99.97% right at all times!

I see you are right here!
I see you are right here!
and I have to Backspace and say you 97% right
And Thank you for be Kind you!


Submitted via EggHeadCafe - Software Developer Portal of Choice
MSChart For VB.Net
http://www.eggheadcafe.com/tutorial...4dc6-9aa7-4f6246763650/mschart-for-vbnet.aspx
 
N

No Mo

Hey Hooplehead Eggheader:

Did you even bother to read the replies to the original thread you hijacked?

<lucas Muyela> wrote in message : how do I hide anchors?
:
:
:
: ICT 0418 wrote:
:
: how do I hide anchors?
: 18-Apr-10
:
: i created an anchor from a text and i don;t want the text to show, how do
i
: do that?
:
: Previous Posts In This Thread:
:
: On Sunday, April 18, 2010 6:51 AM
: ICT 0418 wrote:
:
: how do I hide anchors?
: i created an anchor from a text and i don;t want the text to show, how do
i
: do that?
:
: On Sunday, April 18, 2010 3:14 PM
: Hot-text wrote:
:
: <a></a> No Snow<a>Show</a><a id="a_1">Show by putting your texts
here</a><a
: <a></a> No Snow
: <a>Show</a>
:
: <a id="a_1">Show by putting your texts here</a>
: <a id="a_1"></a> No Show by not putting text in the anchor!
:
: ++++++++++++++++++ HERE HOW IT WORKS ++++++++++++++++++++++++++
:
: <p><a id="top"></a>BookMarks<br /> At the Top
: <a href="#a1">go to anchor A1</a></p>
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#a2">go to anchor A2</a><br />
: <a id="a1"></a> My anchor A1</p><br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#a3">go to anchor A3</a><br />
: <a id="a2"></a> My anchor A2
:
: </p><br />
:
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#top">My anchor At the Top of Page</a><br />
: <a id="a3"></a> My anchor A3</p><br />
:
: +++++++++++++++++++++++++++++++++
:
: On Monday, April 19, 2010 4:27 AM
: Stefan B Rusynko wrote:
:
: 1) <a></a> is not an anchor,- it is an empty hyperlink<a
: 1) <a></a> is not an anchor,
: - it is an empty hyperlink
: <a name="bookmarkname"></a> is an empty anchor or bookmark
: 2) empty hyperlinks do nothing,
: 3) and empty anchors/bookmarks fail in many browsers
:
: To create an anchor that does not show on the page add a blank gif image
in it, or a space as in:
: <a name="bookmarkname">&nbsp;&nbsp;</a>
: --
:
: _____________________________________________
: SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: "Warning - Using the F1 Key will not break anything!" (-;
: To find the best Newsgroup for FrontPage support see:
: http://www.net-sites.com/sitebuilder/newsgroups.asp
: _____________________________________________
:
:
: <a></a> No Snow
: <a>Show</a>
:
: <a id="a_1">Show by putting your texts here</a>
: <a id="a_1"></a> No Show by not putting text in the anchor!
:
: ++++++++++++++++++ HERE HOW IT WORKS ++++++++++++++++++++++++++
:
: <p><a id="top"></a>BookMarks<br /> At the Top
: <a href="#a1">go to anchor A1</a></p>
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#a2">go to anchor A2</a><br />
: <a id="a1"></a> My anchor A1</p><br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#a3">go to anchor A3</a><br />
: <a id="a2"></a> My anchor A2
:
: </p><br />
:
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <br />
: <p><a href="#top">My anchor At the Top of Page</a><br />
: <a id="a3"></a> My anchor A3</p><br />
:
: +++++++++++++++++++++++++++++++++
:
: On Monday, April 19, 2010 5:57 AM
: Hot-text wrote:
:
: Stefan B RusynkoYou do not know how HTML work do youFor in ++++ HERE HOW
IT
: Stefan B Rusynko
: You do not know how HTML work do you
: For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
: they have and [ id] in it...
: That Make it not empty
: Look if you TEST it out in all browsers it will not fail, and It work in
a
: TEXT browsers Too!
:
: Bookmarks is not empty it haves id name "top"
: The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>
:
: Just a EX...<a></a> No Snow as a link right
: <a>Show</a> Snow as a link right ....... Just a EX...
:
:
: To day anchor with span
: <a href="#span1">go to span</a>
: <span id="span1" ></span>
:
: the anchor will always find his id
: <a href="#br1">go to BR</a>
: <br id="br1" />
:
: <a href="#hr1">go to HR</a>
: <HR id="hr1"/>
:
:
: and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have
came
: 0.009% right on give INFO!
: You need to be move like Tom [Pepper] Willett who is 99.98% right at all
: times!
: or be like PA Baer who 99.97% right at all times!
:
: On Wednesday, April 21, 2010 4:27 AM
: Stefan B Rusynko wrote:
:
: I stand by the facts on the validity of empty link and lack of attributes
in
: I stand by the facts on the validity of empty link and lack of attributes
in both
: <a></a> No Snow
: <a>Show</a>
: - that were in the top of your post,
: - and neither does anything as they were posted
:
: I did not comment on the rest of your sample which uses ID instead of the
name attribute
: - and which does not use below invalid code
: <a></a> No Snow
: <a>Show</a>
:
:
: --
:
: _____________________________________________
: SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
: "Warning - Using the F1 Key will not break anything!" (-;
: _____________________________________________
:
:
: Stefan B Rusynko
: You do not know how HTML work do you
: For in ++++ HERE HOW IT WORKS +++++ is not one an empty anchor
: they have and [ id] in it...
: That Make it not empty
: Look if you TEST it out in all browsers it will not fail, and It work in
a
: TEXT browsers Too!
:
: Bookmarks is not empty it haves id name "top"
: The Link to Bookmarks is <a href="#top">My anchor At the Top of Page</a>
:
: Just a EX...<a></a> No Snow as a link right
: <a>Show</a> Snow as a link right ....... Just a EX...
:
:
: To day anchor with span
: <a href="#span1">go to span</a>
: <span id="span1" ></span>
:
: the anchor will always find his id
: <a href="#br1">go to BR</a>
: <br id="br1" />
:
: <a href="#hr1">go to HR</a>
: <HR id="hr1"/>
:
:
: and you a Microsoft MVP - FrontPage Stefan B Rusynko for Today you have
came
: 0.009% right on give INFO!
: You need to be move like Tom [Pepper] Willett who is 99.98% right at all
: times!
: or be like PA Baer who 99.97% right at all times!
:
: On Wednesday, April 21, 2010 5:28 AM
: Hot-text wrote:
:
: I see you are right here!
: I see you are right here!
: and I have to Backspace and say you 97% right
: And Thank you for be Kind you!
:
:
: Submitted via EggHeadCafe - Software Developer Portal of Choice
: MSChart For VB.Net
:
http://www.eggheadcafe.com/tutorial...4dc6-9aa7-4f6246763650/mschart-for-vbnet.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top