0

多くのガイドを検索した後、私はこれを行うことができました: http://img541.imageshack.us/img541/491/1i7.pngしかし、他のウェブサイトでそれを使用すると、テキストが間違って配置されます ( http:/で確認できます) 。 /www.indiedb.com/games/celosia )。これが私が使用したコードです:

<IMG SRC="http://img196.imageshack.us/img196/2261/vvpp.png">
<DIV STYLE="position:absolute; top:10px; left:30px; width:900px; height:25px">
<CENTER><FONT SIZE="+1" COLOR="white">Celosia - the gothic memory card game is a game for everyone, new to this genre or veterans, you will truly enjoy the dark atmosphere and awesome music. Help a goddess, travel around the world and unveil a big mystery or test your skills in the Time attack or Boss modes in over 50 levels. Celosia is currently in Alpha stage so everything you see is subject to changes. You can also follow the official Facebook or Twitter page for updates and news.</FONT></CENTER>
</DIV>
4

1 に答える 1

0
<DIV STYLE="position:absolute; top:10px; left:30px; width:900px; height:25px;background-url:http://img196.imageshack.us/img196/2261/vvpp.png;">
<CENTER><FONT SIZE="+1" COLOR="white">Celosia - the gothic memory card game is a game for        everyone, new to this genre or veterans, you will truly enjoy the dark atmosphere and awesome     music. Help a goddess, travel around the world and unveil a big mystery or test your skills in     the Time attack or Boss modes in over 50 levels. Celosia is currently in Alpha stage so     everything you see is subject to changes. You can also follow the official Facebook or Twitter     page for updates and news.</FONT></CENTER>
</DIV>

アップデート:

代わりにこれを試してください。http://jsfiddle.net/astephenb/mBu4h/

于 2013-06-28T14:30:14.593 に答える