no, i want to use <p> ...</p> and there should be any linebreak as well.. I tried display:inline but that is also not working
Tags to prevent line breaks are: <nobr> </nobr> However I am not sure if they override <p></p> tags. Q...
To everyone suggesting how to create line breaks: The question is how to avoid line breaks. Sam, setting the paragraph to display inline is what you want. However, if the element above the paragraph is also a block-level element -- a heading, for example -- then it will force any element after it onto the next line. So, the block-level element preceding the paragraph must also be displayed inline.