Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.3

Request #8482 HTML Code surrounded by <p>
Submitted: 2006-08-16 10:49 UTC
From: ex-venom at gmx dot net Assigned:
Status: Open Package: Text_Wiki (version 1.1.0)
PHP Version: 5.1.4 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-08-16 10:49 UTC] ex-venom at gmx dot net (ex)
Description: ------------ Hi I have Question about HTML in TextWiki I use my own syntax for replacing IMG Tags. Similar to wiki syntax my img is replaced by the Image and its DB stored Image Description in a <div> Layer. If I parse it I have a div Container in p Block, which is unvalid html. So I thought, replace my syntax with wiki code and than let it parse by text wiki. Is it possible to do HTML, which is not surrounded by a <p>? Or is there a way that my own IMG Tag is ignored so that there is just my Text and no <p> block surrounded?

Comments

 [2006-10-16 05:34 UTC] chris at sign dot com dot au (Chris)
I also would find it useful if the <html> </html> open and close tags did not need to be on their own lines as this can upset formatting. This currently works: <html> ...custom html code... </html> However this doesn't: <html>...custom html code...</html> I want to include custom HTML embedded into Wiki syntax i.e.: * Wiki syntax <html>...custom html code...</html> Thanks for looking into this.