Classes getting added
-
Hi All
I hope you can help as I can’t find the answer anywhere.
If I have a div. <div class=”mystyle”>Text</div>
and inside the div tag I press enter, the html ends up as<div class=”mystyle”>Text</div>
<div class=”mystyle”>New line</div>What I need is
<div class=”mystyle”>Text
new line</div>How can I stop wordpress adding extra divs? Main problem comes when adding images.
Thanks
Mark
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Classes getting added’ is closed to new replies.