so i would like to have different styles on one line but i cant
let me explain.
<div class=blue>i want this text in blue</div><div class=red>i want this text in red</div>
would return the following results.
i want this text in blue (blue text)
i want this text in red (red text)
i dont want the carriage return! how can i make it show up on one line and not one two separate lines?
let me explain.
<div class=blue>i want this text in blue</div><div class=red>i want this text in red</div>
would return the following results.
i want this text in blue (blue text)
i want this text in red (red text)
i dont want the carriage return! how can i make it show up on one line and not one two separate lines?