Forum Moderators: not2easy
In a block of text I want to highlight a few words in a different colour.
But, on applying it the chosen words end up on a new line
like this
rather than remain in the flow of the text, which is where I need them to be.
Code side it's applied <div class="yellow">like this</div>.
.yellow {
font-weight: bold;
color: #FF9900;
}
Any suggestions as to why this might be happening or where I should be looking for the problem? Oh, and be gentle..;-)
Syzygy