XFdestek
Kurucu Üye
If I select text that includes line breaks and format it as inline code:
The <code> tag doesnt span across all the lines together. Is there a way to force this?
It separates each line like so:
Preferred:
<code class="bbCodeInline">First line of text
<br>
Second line of text
<br>
Third line of text
</code>
First line of text
Second line of text
Third line of text
The <code> tag doesnt span across all the lines together. Is there a way to force this?
It separates each line like so:
Preferred:
<code class="bbCodeInline">First line of text
<br>
Second line of text
<br>
Third line of text
</code>