scrapeyard
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Fixing WordPress
In reply to: Dangling Paragraph Tag in Comments FixedThanks for the effort. I am myself trying to figure out something very similar to the one you mentioned.
I am using WP-Polls. At one point WordPress is adding <p> and </p> which makes no sense.
For example, the code
<div class="AnserBox"><span id="pds-answer6"> <ul class="wp-polls-ul"> <li> <input class="PollRadio" type="radio" id="poll-answer-14" name="poll_6" value="14" /><label for="poll-answer-14">This question is not long enough</label></li> <li> <input class="PollRadio" type="radio" id="poll-answer-15" name="poll_6" value="15" /><label for="poll-answer-15">My be the answers are !</label></li> </ul> </span></div> <div class="PollBottom" > <div class="pds-vote"> <div class="pds-votebutton-outer"> <input type="submit" value="" name="vote" class="pds-votebutton" onclick="poll_vote(6); return false;" onkeypress="poll_result(6); return false;" /><a href="#ViewPollResults" title="View Results Of This Poll">View Results</a></div>
Note the starting < p > tag and end < /p >
<div class="AnserBox"><span id="pds-answer6"> <ul class="wp-polls-ul"> <li> <input class="PollRadio" type="radio" id="poll-answer-14" name="poll_6" value="14" /><label for="poll-answer-14">This question is not long enough</label></li> <li> <input class="PollRadio" type="radio" id="poll-answer-15" name="poll_6" value="15" /><label for="poll-answer-15">My be the answers are !</label></li> </ul> </span></div> <div class="PollBottom" > <div class="pds-vote"> <div class="pds-votebutton-outer"> <input type="submit" value="" name="vote" class="pds-votebutton" onclick="poll_vote(6); return false;" onkeypress="poll_result(6); return false;" /><a href="#ViewPollResults" title="View Results Of This Poll">View Results</a></div>
[sig moderated]
Viewing 1 replies (of 1 total)