Re: Centering an image with css
- From: Spartanicus <invalid@xxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 07:24:32 GMT
Carolyn Marenger <cajunk@xxxxxxxxxxxx> wrote:
>In HTML, I used <center><img src="whatever.gif></center> to horizontally
>center a graphic on a page. What is the CSS way of doing the same?
p{text-align:center}
<p><img src="image.png" alt="alt content here"></p>
--
Spartanicus
.
- Follow-Ups:
- Re: Centering an image with css
- From: Carolyn Marenger
- Re: Centering an image with css
- References:
- Centering an image with css
- From: Carolyn Marenger
- Centering an image with css
- Prev by Date: Centering an image with css
- Next by Date: Re: Table with input width 100%
- Previous by thread: Centering an image with css
- Next by thread: Re: Centering an image with css
- Index(es):
Relevant Pages
|