PC Review


Reply
Thread Tools Rate Thread

how do I hide anchors?

 
 
ICT 0418
Guest
Posts: n/a
 
      18th Apr 2010
i created an anchor from a text and i don;t want the text to show, how do i
do that?
 
Reply With Quote
 
 
 
 
Hot-text
Guest
Posts: n/a
 
      18th Apr 2010
<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 />

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



"ICT 0418" <ICT (E-Mail Removed)> wrote in message
news:9AE1FB3A-E94E-459F-91FE-(E-Mail Removed)...
> i created an anchor from a text and i don;t want the text to show, how do
> i
> do that?


 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      19th Apr 2010
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
_____________________________________________


"Hot-text" <hot-(E-Mail Removed)> wrote in message news:FB9C5FA1-1038-4FA2-BB1D-(E-Mail Removed)...
<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 />

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



"ICT 0418" <ICT (E-Mail Removed)> wrote in message
news:9AE1FB3A-E94E-459F-91FE-(E-Mail Removed)...
> i created an anchor from a text and i don;t want the text to show, how do
> i
> do that?



 
Reply With Quote
 
Hot-text
Guest
Posts: n/a
 
      19th Apr 2010
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" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> 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
> _____________________________________________
>
>
> "Hot-text" <hot-(E-Mail Removed)> wrote in message
> news:FB9C5FA1-1038-4FA2-BB1D-(E-Mail Removed)...
> <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 />
>
> +++++++++++++++++++++++++++++++++
>
>
>
> "ICT 0418" <ICT (E-Mail Removed)> wrote in message
> news:9AE1FB3A-E94E-459F-91FE-(E-Mail Removed)...
>> i created an anchor from a text and i don;t want the text to show, how do
>> i
>> do that?

>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      21st Apr 2010
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!" (-;
_____________________________________________


"Hot-text" <hot-(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
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" <(E-Mail Removed)> wrote in message
news:#(E-Mail Removed)...
> 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
> _____________________________________________
>
>
> "Hot-text" <hot-(E-Mail Removed)> wrote in message
> news:FB9C5FA1-1038-4FA2-BB1D-(E-Mail Removed)...
> <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 />
>
> +++++++++++++++++++++++++++++++++
>
>
>
> "ICT 0418" <ICT (E-Mail Removed)> wrote in message
> news:9AE1FB3A-E94E-459F-91FE-(E-Mail Removed)...
>> i created an anchor from a text and i don;t want the text to show, how do
>> i
>> do that?

>
>



 
Reply With Quote
 
Hot-text
Guest
Posts: n/a
 
      21st Apr 2010
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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!" (-;
> _____________________________________________
>
>
> "Hot-text" <hot-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
>> 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
>> _____________________________________________
>>
>>
>> "Hot-text" <hot-(E-Mail Removed)> wrote in message
>> news:FB9C5FA1-1038-4FA2-BB1D-(E-Mail Removed)...
>> <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 />
>>
>> +++++++++++++++++++++++++++++++++
>>
>>
>>
>> "ICT 0418" <ICT (E-Mail Removed)> wrote in message
>> news:9AE1FB3A-E94E-459F-91FE-(E-Mail Removed)...
>>> i created an anchor from a text and i don;t want the text to show, how
>>> do
>>> i
>>> do that?

>>
>>

>
>

 
Reply With Quote
 
lucas Muyela
Guest
Posts: n/a
 
      4th Jun 2010
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:

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
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 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 /

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

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 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 /

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

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 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!

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 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!

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/tutorials...for-vbnet.aspx
 
Reply With Quote
 
No Mo
Guest
Posts: n/a
 
      4th Jun 2010
Hey Hooplehead Eggheader:

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

<lucas Muyela> wrote in message news:(E-Mail Removed)...
: 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/tutorials...for-vbnet.aspx


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Anchors slimjim009 Microsoft Word Document Management 1 19th Sep 2008 01:21 PM
anchors in vwd dwight Microsoft VB .NET 0 30th May 2006 09:42 PM
Anchors in FP Josh Microsoft Frontpage 4 10th Apr 2005 07:30 AM
What about Anchors (#) and ASP.NET? Lars Netzel Microsoft ASP .NET 5 27th Jul 2004 01:57 PM
problems anchors =?Utf-8?B?Sm9obiBC?= Windows XP Internet Explorer 4 13th Mar 2004 03:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:02 PM.