Hey all, I’m working on my tribute page and have a question. http://codepen.io/kevblack12/pen/JEZRGW
I want to put text on the left and right of the image, what is the best way to do that?
Hey all, I’m working on my tribute page and have a question. http://codepen.io/kevblack12/pen/JEZRGW
I want to put text on the left and right of the image, what is the best way to do that?
hey
you could use align=left/right like this:
(<)img src=“URL of image” alt=“description” ALIGN=left/right(>)
the enter your text straight after by a heading or paragraph tag
check the comments in my fork of your project here
Haha that is great, thanks so much.