What does "border="0" alt=""> mean?

I’ve seen it on this board and could make a stab at its meaning but I’m not certion. While you’re at it what does “OP” means?

Here are my guesses if you want a laugh

  1. “border =“0” alt=”"> means something like ‘no definition is possible’ OR ‘you statement lacks meaning’

  2. “OP” stands for original proposition.

OK, now you see why I asked.

Thanks in advance - border =“0” alt=""> :frowning:

OP means “Original Post”, the one that started the thread.

The other, I don’t know. Have you seen it in posts or could it be your browser not reading something properly?

** Oblong**–I’ve seen it in posts in the Great Debates section. Could be the browser – If you don’t see it after 1034 posts than I’m sure it is -

Thanks – Border=“0” alt=""> :slight_smile:

border=“0” alt=""> is an HTML fragment from an image tag. When you use <img> to insert an image in an HTML page, you can define “alt” text to describe the image to people who use screen readers or browse with image downloading turned off. This is typically done to make web pages accessible to the visually handicapped and to assist in keyword indexing of images. The border=“0” part is used to turn of the link outline that appears around an image when it’s used as a link. If you put an <img> tag inside an <a> tag to make it clickable, most browsers will display the image with a blue border (or whatever color is defined for use in text links). This is usually aesthetically undesirable, so you turn off the link borders with border=“0”.

If you’re seeing this, it probably means the HTML you’re viewing has errors that are causing the fragments to be displayed instead of parsed, or someone tried to insert an image in a post (which isn’t allowed on this board). Of course, it may have some conversational meaning which is one big swoosh to me.

  1. These are called attributes for the HTML <img> tag. Normally, when an image is used as a link, browsers will create a border around it. The “border=‘0’” part eliminates it. “Alt” gives a textual description for the image, so if the image doesn’t load (or somebody is surfing with an all-text browser such as Links), you can still see what it is supposed to be. It is a bad practice not to set it.

Even more specifically, <img> tags ending that way seem to get generated for smilies. Your smilie for instance is:

<img src=“images/smilies/frown.gif” border=“0” alt="">

They probably should have generated the text form of the emoticon as the alt attribute, but I doubt that VB would consider it a very high prioroty request.

OK - great. I thought coders were talking about me behind my back! I feel a lot better.

Thanks

<clue=“0”> <thatone=close(1)>
:wink:

Or, sometimes, depending upon context, the “Original Poster”. As in, “the OP said in the OP, ‘Here are my guesses if you want a laugh’”