Forum Moderators: DixonJones
<a href="http://www.mysite.net" target="_blank" link="noflow" class="postlink">http://www.mysite.net</a>
I think I understand target="blank", just forces my page to open in a new window. Right?
What I don't get are:
1) link="noflow". Is that somebody's rendition of rel="nofollow", or something else?
2) class="postlink". I haven't a clue for that one.
Are either of these valid / recognized commands?
If so, what do they do? If not, will G and Y simply ignore them?
Thanks in advance -Larry
class="postlink" is easy. That is simply telling the link to use the CSS class postlink. It's a formatting thing, if you learn a bit of basic CSS you'll pick it up right away.
Hope that helps, curious about that noflow...
The most likely thing is that it's from some WYSIWYG tool, at a guess, I'd say Adobe GoLive, but that's unsubstantiated.
I found one page about obsolete HTML 3.0 'tags' here:
[willcam.com...]
..but the syntax is different:
" NOFLOW Stops text from flowing around the figure. "
i.e. no mention of the link= part.
Maybe somebody is trying to keep the anchor text of a link to my page
from flowing around something else on his page.
If so, that's fine with me. -Larry
Here's another snippet from a separate page:
" NOFLOW allows you to prevent text flow around the table. e.g: <TABLE NOFLOW> "
Still no link=. I'm at a loss.
I wonder if somebody didn't mis-state rel="nofollow", only to be copied by others. -Larry