ここで私を助けてくれることを願っています.私はコーディングが初めてで、実行するのに本当に苦労しています.
gif 画像をページの中央中央に配置したいのですが、うまくいきません。また、初心者なので、画面サイズの変更時にCSSが直接中央に留まらないことがわかったので、CSSを使用したくありませんが、それを回避する方法があると確信しています。
CSS コードは次のとおりです。
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline; color: red;}
HTML:
<p style="position: absolute; center: 0; width: 100%; vertical-align: middle">
<img alt="logo" src="logov3.gif" title="logo">
</p>
<p style="position: absolute; bottom: 0; left: 0; width: 100%; text-align: center">
<a href="mailto:info@valuableconsultants.com">
<font color="#000000" face="Book Antiqua" size="2">info@valuableconsulatants.com</font>
</a>
</p>