Problem

sapper

Paragon
Joined
Oct 15, 2009
Messages
1,124
Reaction score
0
FP$
2,037
Here's a problem I've recently encountered after reading a couple of books on optimising websites for search engines.

One of the most important things to do it seems is to add the alt "" tag to images on a site.

Now thats ok for websites written using HTML

How do you do it for images in posts on a forum ?

For those of you that don't know the <alt> tag tells search engines what the image is, so if you post a picture of pink flowers the alt tag would be "pink flowers"

Anyone know of a way to get around this ?<br /><br />-- 06 Oct 2012, 20:50 --<br /><br />I actually found a BBCode on Stokers site:

BBcode

Code:
    [imgalt]{URL},{SIMPLETEXT}[/imgalt]

HTML

Code:
    <img src="{URL}" alt="{SIMPLETEXT}" title="{SIMPLETEXT}" />

Help Line

Code:
    [imgalt]http://www.phpbb3bbcodes.com/styles/prosilver/imageset/site_logo.png,PhpBB3 BBCodes Logo[/imgalt]

Because this BBCode has the {simpletext}, it's best not to make it public knowledge
 
Back
Top Bottom