Hi, i want to call two CSS styles in one paragraph and show in one line Example, what i want: <p class="class1">Text text</p><p class="class2"> texttext</p> Code (markup): Result Text texttexttext Is there any posibillity to do this?