Oh I just used a 2-columned table in HTML... column 1 is the icons and column 2 is all the text. For the icons, I just found all of the URLs for each Schwarz member's default icon -- which I can change as soon as they ask me to. ^^; -- and used that in the < img src = "***" > stuff
It gets more complicated with more columns and trying to emulate different numbers of columns in the same table, but yeah ^^; that's the simplified version.
no subject
no subject
no subject
no subject
no subject
no subject
<~tr~><~td~>ICONS<~/td~><~td~>TEXT<~/td~><~/tr~>
<~tr~><~td~>MOREICONS<~/td~><~td~>MORETEXT<~/td~><~/tr~>
...
<~/table~>
ICONS is like any other image you want to put in:
<~img src~="URL">
And just take out all the ~'s
no subject
no subject
no subject