technokinetic: (huh)
Naoe Nagi ([personal profile] technokinetic) wrote2008-03-03 12:23 am

Edits

So you want me to edit something from the Schwarz post? Do tell!

[identity profile] technokinetic.livejournal.com 2008-03-03 06:23 am (UTC)(link)
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

[identity profile] technokinetic.livejournal.com 2008-03-03 06:35 am (UTC)(link)
Find it? It's standard HTML

[identity profile] technokinetic.livejournal.com 2008-03-03 06:45 am (UTC)(link)
<~table rows~=~"X" cols~=~"2"~>
<~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

[identity profile] technokinetic.livejournal.com 2008-03-03 06:49 am (UTC)(link)
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.