|
#1
|
||||
|
||||
|
HTML Editor for new photo page
I want to use both "English" and "Persian" description for my photos, but the editor in new photo page, is a text-only and not a rich HTML editor.
how can I put HTML tags (like dir="rtl" , div , p , ...) into the image description ? I use pp1.6, is there any plugin or some other tools? Thanks |
|
#2
|
|||
|
|||
|
did you check markdown?
you can always edit the text in another editor and copy and paste it there, maybe that helps |
|
#3
|
||||
|
||||
|
You can always insert HTML-Tags into the description field, it doesn't matter if Markdown is enabled or not.
If Markdown is enabled in options page, you can choose to use HTML or Markdown. Right now there is no HTML-editor for the description field planned, but perhaps somebody would write an addon for that. Since there are a lot of new workspaces all over the admin area, that should not be so tricky... KArin |
|
#5
|
||||
|
||||
|
Quote:
Yes, I've tried Markdown, but no description on how to have tags like this dir="rtl" in <p> or <div> tags! If you want to type in Right-to-left languages (like Arabic or Farsi) you need the dir="rtl" tag! Quote:
Quote:
I've installed this addon right now, I've changed the text by this editor, set the align right and set the english part bold, but when I save the changes, and update the photo, no effect at description on main page, see below screenshots : 1 - editing text 2 - output text |
|
#6
|
|||
|
|||
|
you can always assing the "rtl" or "ltr" by CSS as well, using <p class="rtl"> or <p class="ltr"> then...
Code:
.ltr {direction:ltr;}
.rtl {direction:rtl;}
|
|
#7
|
||||
|
||||
|
Quote:
Have a look at this one: http://blog.uhlig.at/index.php?showimage=553 The thumbs are inserted with markdown, the bold text "tigers" is html <b> tag. Database entry: Code:
One of my favorite visiting points in Schönbrunn are the tigers and their new enclosure. The enclosure for the tigers and leopards was one of the first new invented sponsoring projects of the former director Dr. Pechlarner. The old buildings and cages were left for monument conservation reasons and the new outside enclosures were built aside to them. The visitors can enter the old buildings and find there a lot of information about tigers, protection of species and the famous tiger ad videos of the main sponsor Esso. Watching the <b>tigers</b> in the outside enclosure is a great experience for they live in a family group, youngsters and parents together. These images show the adult male tiger playing with one of the youngsters. [](index.php?showimage=549&category=8 "Playing Tiger 1") [](index.php?showimage=550&category=8 "Playing Tiger 2") [](index.php?showimage=551&category=8 "Tiger Daddy 1") [](index.php?showimage=552&category=8 "Tiger Daddy 2") |
|
#8
|
||||
|
||||
|
Brhhhhh!!!
I've just found the solution! The mystery is in the <IMG_NOTES_CLEAN> and <IMG_NOTES> I should used the second one instead of the first!!! LOL ! Thanks all |
|
#9
|
||||
|
||||
|
so simple it can be...
glad it is working now KArin |
| Post Reply |
| Thread Tools | |
|
|