[^johnnyc-02.png class=right^] Is generating class right twice in the HTML output... like:
<img src='http://sitename/home/files/johnnyc-02.png' class='right' alt='' class='right' width="200" height="211" /> I also see an example of an unwanted <p> If I have at the very top of a page... no blank line starting the page. !This is a title [^johnnyc-02.png class=right^]` Hi and Welcome to my website. Meaning that I don't want there to be any line spaces between the header, the image and the first line. I would expect output like: <h1>This is a title</h1> <img src='http://sitename/home/files/johnnyc-02.png' class='right' alt='' width="200" height="211" />Hi and Welcome to my website.<br/> Instead I get: <h1>This is a title</h1> <p><img src='http://sitename/home/files/johnnyc-02.png' class='right' alt='' class='right' width="200" height="211" />Hi and Welcome to my website.</p> How do I get output without the paragraph? I would only expect that if I did. !This is a title [^johnnyc-02.png class=right^]` Hi and Welcome to my website. Next line. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
