How to code a link to an image within an article?

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
steveb
Posts: 1
Joined: Tue Jul 12, 2005 5:45 pm

How to code a link to an image within an article?

Post by steveb »

We use PHPMyFAQ 1.3.12 for our support site. I've been tasked with adding some information about HOWTO configure Outlook for a POP3 account. I would like to put an image into the article but am struggling with the coding. We are using HTML instead of BB for the site. Whatever I write does not display when viewed. Can someone help me understand what I need to change to get this to work? The last bit of test code I tried was:

Code: Select all

<img style="width: 698px; height: 611px;" alt=""
 src="http://support.simplybits.net/images/hcp_1.gif">
Thorsten
Posts: 15759
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I think all HTML tags are stripped in 1.3 but it's long time ago I wrote this.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply