dChan


173 : 名無し編集部員 [sage] : 2009/01/11 (土) 05:34:35 ID: 3YJRwHCp
I'm looking for the tag which makes a tag ineffective in it.
Like this,

<div align="center">
this is on the center
<?>this is on the left side<?>
this is on the center
</div>

Hope this makes sense.
I want this tag, <?>.
Thanks.
174 : ◆CHINPOGEDU [be(1263805597);] : 2009/01/11 (土) 14:15:53 ID: W/GMlORC
>>173
<div align="center">
this is on the center
<div align="left">this is on the left side</div>
this is on the center
</div>

or, another...