画像のようにテキストを中央に作るにはどうすればいいですか?テキストを画像の下に配置する方法
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Title</title>
</head>
<body>
<center>
<img src="http://www.wikima4.com/assets/templates/wikima4/css/images/red.jpg" width=
"1200" height="150" />
</center>
<div align="justified">
<font size="3" face="calibri">text text text text The quick brown fox jumps over the
lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over
the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps
over the lazy dog The quick brown fox jumps over the lazy dog<br />
<br />
You can download the documentation from this link: Download</font>
</div>
</body>
</html>
私はちょうどコードを掲載しました。私は何が起こったのか分かりません投稿したものを消しました – tintincutes
それは中央に揃えることが可能ですか? – tintincutes
私はCSSフィールドにcenterizeを追加したことに気付きました。テキストパッドだけをhtmlとして持っているとどうなりますか?私はhtmlコードにどこに追加しますか? – tintincutes