css - How can I put an image outside of the paragraph? -


instead of

<p>hello <img src="helloworld.jpg"> world</p> 

i have:

<p>hello</p><img src="helloworld.jpg"><p>world</p> 

<p> has padding of 40px , images use space available.

you can turn off paragraphs content (link), far know can't turn off elements only.

what can modify html after retrieving database before outputting it. haven't specified server-side language, c# i've found csquery great.


Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -