Web Hosting Talk







View Full Version : HTML question


ed8
04-13-2006, 10:47 PM
members,
I have some links in my page, but I want that one of those do not redirect.

for example:

www.topic1...
www.topic2...
www.topic3... > blocked
www.topic4...

With which HTML command is it possible to block a certain link?


Thanks.

Oceanworld
04-13-2006, 10:59 PM
Don't exactly know what you mean.

ed8
04-13-2006, 11:22 PM
If you write an URL in a page, HTML permit to access the page by click on this link.

But I want to block a certain link.

:peace:

the_pm
04-13-2006, 11:31 PM
Remove the <a href> tag around it? That's about all I can think of, given your description.

Can you provide an example of a page where your desired outcome is currently displayed?

ed8
04-13-2006, 11:59 PM
Remove the <a href> tag around it?

Thanks, I thought the editor had an automatic linking command.
I just have to write the URL.
:gthumb:

Website Rob
04-14-2006, 05:48 AM
< a href="#" >whatever< /a>