How to add an image inline
sassman - August 22, 2009 - 15:22
| Project: | FAQ_Ask |
| Version: | 6.x-1.2 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Description
Hi, and thanks for the great module! I am working on an "Ask Miss Susie" column for a website. I would like to put a picture of Miss Susie inline with the question form and on the answers page. Is there an easy way to do it? I can't find the layout for these pages.

#1
I believe that question is answered in the documentation on drupal.org Categories is the method used.
#2
I did the attached example by setting the term description to this:
<a href="http://swoozsalon.vpweb.com/index.html" target="_blank">Swooz Glenn</a> is a Charlotte-based hairdresser and makeup expert. She has graciously done presentations at .... meetings and welcomes your questions about makeup and hair (including ....).<br/>
Click here to <a href="/faq_ask/136">ask her a question</a>. She will answer as soon as possible.
<div class="clear-block"></div>
The picture of her is displayed by Taxonomy Image, which FAQ supports.
#3