Advertisement:

Author Topic: Description in HTML Format  (Read 2027 times)

skumar

  • Newbie
  • *
  • Posts: 32
Description in HTML Format
« on: December 19, 2011, 06:19:13 am »
I've two queries

1) How can set HTML format in Add description for add posting page? Pls suggest.

2) Is any "Push To Top" link facilities for specific add?

Pls guide

trains58554

  • Osclass contributor
  • Hero Member
  • *****
  • Posts: 3642
  • osCanyon, the class of Osclass
Re: Description in HTML Format
« Reply #1 on: December 19, 2011, 06:45:24 am »
Hi skumar,

Welcome to the community!

Here is a list of plugins supported by osclass http://sourceforge.net/projects/osclass/files/Plugins/

Here is the plugin I think you are after http://sourceforge.net/projects/osclass/files/Plugins/rich-edit/

As for number 2 there is no click to go to top link in the items page it could be added.

you would have to edit the oc-content/themes/modern/item.php file. ( subsitute modern for the theme you are using if you are not using the modern theme )

<a name="topPage"> add this at the top of page

then where ever you want the click to go to the top link to apear enter this code
<a href="#topPage">Click to go to top of page</a>

Jay