When you create an article - it is exactly the same as creating a post in vb (to vb, it is a post). Therefore placing images at runtime is as simple as uploading an attchment or using the [img] bbcode. A lot of users (including myself) that use vba gallery or photopost also use the Geek Gallery Popup to insert pics from their gallery at article creation time.
to make a 'comments' phrase, add a new global phrase called
comments_reads with the text:
Comments: {1}, Reads: {2}
In your GAS_threadbit template... stick the following HTML wherever you fancy it:
<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[comments_reads]</phrase>
Bammo - there you go
Iguana - Im with samir there... the displaying of the HTML doesnt have much to do with GAS other than the results get put into a GAS template... Check out the HTML output and see if you can find the problem from there. Still looks to me like it isnt valigned correctly.
HTH's