PDA

View Full Version : Itallic in photo discription


jeronimo
31st of May 2005 (Tue), 08:13
Hello

Is it possible to put text style's in the photo discription.
For exapmple you see a picture of a monky.

Then the discription is

This is a Katta (latin name; Lemur catta)


How should I do this?

Thanks for the reply

malum
7th of June 2005 (Tue), 09:51
By putting the HTML code in the text box

jeronimo
12th of June 2005 (Sun), 15:42
By putting the HTML code in the text box

Strangely enough this did not work out for me.
I get or the codes as text or nothing at all happens :confused:

EricKonieczny
12th of June 2005 (Sun), 16:53
This is the code you will need to put in for Italic text to show up
__________________
<html>
<body>
<strong>Monkey</strong>
<p>This is a Katta (latin name;<em> Lemur catta</em>)<br>
</p>
</body>
</html>


_________________


But you also must make sure that under your MISC settings, that

Photo Text: Activate Links is UNCHECKED

otherwise it will not work

here is what it will look like then

http://www.ekreating.com/gallery/photo.php?photo=569&exhibition=14&u=1241|0|...&pass=d31bd255884820c4f24922d0a07cffd4 (http://www.ekreating.com/gallery/photo.php?photo=569&exhibition=14&u=1241%7C0%7C...&pass=d31bd255884820c4f24922d0a07cffd4)

jeronimo
15th of June 2005 (Wed), 07:10
Thank you, this is what i ment. I did not put the <html><body> part, just the <em> part.