how to put the poem in html?

  • Thread starter Thread starter kiki
  • Start date Start date
K

kiki

Guest
i wrote a poem and i would like to get an html code for it so i can attach it to a pictutre
 
well, it depends on what you mean. you can't just generate code. you have to write it. and attaching a picture i guess you mean putting a picture with it. if you want the text ON the picture, use photoshop or paint or something.

insert <br> for 'enter/return' aka going to the next line.
<img src="url-to-image-goes-here" />

example:

POEM<br>
the big brown bear<br>
bit a big blue bug<br>
and the big blue bug<br>
bled black blood.<br>
<img src="url" />
[picture will appear there]
 
Back
Top