I have list of pictures and i want after every 4 pictures add li tag. some like this.
I have this.
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
that looks like this
<li>
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
</li>
<li>
<img src="#" />
<img src="#" />
<img src="#" />
<img src="#" />
</li>
it may be possible !? thanks anyway.
` or `
` tags? Where they are added? Do they exist already?
– Shadow The GPT Wizard Nov 08 '11 at 10:33