View Full Version : Comicry


Owlie42
04-07-2004, 08:49 PM
I wasn't sure where to put this, but... yeah.

I'm working on a comic at the moment, and I want to put it online. The question is: what's the best way to display it?

StarCrystal
04-07-2004, 10:07 PM
Hm.. Maybe tables might be the easiest? <_< I'm not sure how you would set up, but you can check out: http://www.keenspace.com
They offer free comic hosting.

Annabelle
04-08-2004, 04:59 PM
table code:

<table>
<tr><td>
<img src="COMIC_PIC_1.gif">
</td><td>
<img src="COMIC_PIC_2.gif">
</td><td>
<img src="COMIC_PIC_3.gif">
</td><td>
<img src="COMIC_PIC_4.gif">
</td></tr><td>
<img src="COMIC_PIC_5.gif">
</td></tr></table>

and so on. hope it helped!