phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00464
[Question #81977]: TAG in article are truncated
New question #81977 on phpns:
https://answers.launchpad.net/phpns/+question/81977
here is the line i'm inserting in an article:
<div style="text-align: center">
<a href="reservation1.php?KeepThis=true&TB_iframe=true&height=500&width=700&modal=true" class="thickbox" title="FORMULAIRE DE RESERVATION"><img src="images/Boutons/reserver.gif" alt="" /></a>
</div>
this line invokes the creation of a button at the end of the article. This button should execute the opening of a thickbox and should display a basic html form.
**BUT**
those attributes ": class="thickbox" title="FORMULAIRE DE RESERVATION" disapear each time i save (following changes) the article
to resume:
i'm saving (it is saved as this in th database the first time):
<div style="text-align: center">
<a href="reservation1.php?KeepThis=true&TB_iframe=true&height=500&width=700&modal=true" class="thickbox" title="FORMULAIRE DE RESERVATION"><img src="images/Boutons/reserver.gif" alt="" /></a>
</div>
and when i come back to the article, it is displayed like that:
<div style="text-align: center">
<a href="reservation1.php?KeepThis=true&TB_iframe=true&height=500&width=700&modal=true" ><img src="images/Boutons/reserver.gif" alt="" /></a>
</div>
any help?????
regards
--
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.