Author Topic: How can I write in the "Description" useing the "html" commands  (Read 2560 times)

0 Members and 1 Guest are viewing this topic.

Offline ma3foos

  • Newbie
  • *
  • Posts: 27
    • View Profile
How can I write in the "Description" useing the "html" commands
« on: December 25, 2006, 07:44:51 AM »
Hello,

How can I write in the "Description" useing the "html" commands,

like if i want to write a bold text,

i tried to do like this but nothing happend
<html>
<body>
<p><b> My Test </b></p>
</body>
</html>


Please Helps,

manurom

  • Guest
Re: How can I write in the "Description" useing the "html" commands
« Reply #1 on: December 25, 2006, 05:07:21 PM »
Hello;
in Administrator Control Panel, or member upload use simply:
Code: [Select]
<p><b> My Test </b></p>
as <html>, <body>, </body> and </html> tags are already declared in the template.
By the way, what version of 4images do you use?