/    Sign up×
Community /Pin to ProfileBookmark

Unwanted hyperlinks

Something is hyperlinking words in my webpages. Does anyone know how I can stop it?
[COLOR=DarkOrange]
[SIZE=3]Help !![/SIZE][/COLOR]

to post a comment
Full-stack Developer

3 Comments(s)

Copy linkTweet thisAlerts:
@ray326Aug 04.2006 — Is it some kind of ad stuff your hosting service it foisting upon you?
Copy linkTweet thisAlerts:
@pcthugAug 04.2006 — Try placing the below code in the head tags of your HTML document:
[code=html]
<meta name="MSSmartTagsPreventParsing" content="TRUE">
[/code]
Copy linkTweet thisAlerts:
@LeeUAug 04.2006 — You might also try this:

[CODE]// AutoBlink
// Puts Google's Autolink on the Blink :)
// (c) 2005 Chris Ridings http://www.searchguild.com
// Redistribute at will but leave this message intact

var linkcount;
function checklinks() {
if (!(linkcount==document.links.length)) {
// Something changed the links!
// Iterate for an id of _goog
for (i=0; i < document.links.length; i++) {
if (document.links[i].id.substring(0,5)=="_goog") {
// If we find an id of _goog then remove the link!
var tr = document.links[i].parentTextEdit.createTextRange();
tr.moveToElementText(document.links[i]);
tr.execCommand("Unlink",false);
tr.execCommand("Unselect",false);
}
}
}
setTimeout("checklinks()",500);
}
if (document.getElementById && document.createElement) {
linkcount=document.links.length;
setTimeout("checklinks()",500);
}[/CODE]
×

Success!

Help @Ambassador43 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...