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

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -