Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

ALT tags for images in forum posts

Quote Reply
ALT tags for images in forum posts
Hi!

In Convert.pm file we have the following line:

Code:
$txt .= qq{$save_pre<img src="$img" border="0" />$post};

Now, I want to add an "alt" tag with the post title like:

$txt .= qq{$save_pre<img src="$img" border="0" alt="post_title_here" />$post};

Any suggestion?
Subject Author Views Date
Thread ALT tags for images in forum posts katakombe 5250 Apr 10, 2010, 4:29 AM
Post Re: [katakombe] ALT tags for images in forum posts
Andy 5133 Apr 10, 2010, 6:59 AM
Thread Re: [katakombe] ALT tags for images in forum posts
brewt 5108 Apr 10, 2010, 2:55 PM
Post Re: [brewt] ALT tags for images in forum posts
katakombe 5107 Apr 11, 2010, 12:43 AM