For every post in this section I have about 7-10 related images. I fill out a description using a wysiwig editor to insert into the database. Each post usually has about 5 paragraphs about the article, followed by <h2> with paragraphs about technical specs. What I want to do is be able to echo the images specifically.
1- Image before the first paragraph
3- After the third paragraph
1- After the <h2>
2-5 next to the paragraphs of the technical specs.
My question is one, can I acheive this, and two where should I start reading about how to acheive this. I beleive I will use regex but have read upon other methods and know this will be a mix of php/css. But don't know too much from there, as this is more complicated than what I do know.
If anyone can link me to some articles/tutorials or books that explain in great detail I would appreciate it!
Thanks!