Click here to Skip to main content
15,917,862 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Img centering and music player Pin
vbmike3-Aug-11 17:37
vbmike3-Aug-11 17:37 
Putting this line in your css file makes the image you have centered in the div you have the image contained in.
CSS
img {   display: block;   margin-left: auto;   margin-right: auto; }.
. This is quick and dirty and may not work exactly with the rest of your page. Add this to your css file to see all the div's you may want to re-think:
CSS
* { border: 1px solid red !important; }
. You will have to size your div like the ones near the bottom of the page (list) if you want this image centered on the page as those are.

I tried this without your "This is the img I want centered" text removed so I could view the img centered. If you have other images you will have to add an "id" or a class name to the image so it applies to only the one you want. See the W3Schools page for good instructions on css and Html. Smile | :)

(First reply so formatting may not be up to snuff in text above.)
vbmike

GeneralRe: Img centering and music player Pin
starr0074-Aug-11 8:04
starr0074-Aug-11 8:04 
GeneralRe: Img centering and music player Pin
vbmike4-Aug-11 16:49
vbmike4-Aug-11 16:49 
GeneralRe: Img centering and music player Pin
starr0075-Aug-11 12:49
starr0075-Aug-11 12:49 
GeneralRe: Img centering and music player Pin
vbmike5-Aug-11 13:59
vbmike5-Aug-11 13:59 
GeneralRe: Img centering and music player Pin
starr0075-Aug-11 16:18
starr0075-Aug-11 16:18 
GeneralRe: Img centering and music player Pin
vbmike6-Aug-11 10:32
vbmike6-Aug-11 10:32 
GeneralRe: Img centering and music player Pin
starr0076-Aug-11 15:05
starr0076-Aug-11 15:05 
GeneralRe: Img centering and music player Pin
vbmike7-Aug-11 2:55
vbmike7-Aug-11 2:55 
GeneralRe: Img centering and music player Pin
starr0077-Aug-11 14:38
starr0077-Aug-11 14:38 
GeneralRe: Img centering and music player Pin
vbmike9-Aug-11 15:05
vbmike9-Aug-11 15:05 
GeneralRe: Img centering and music player Pin
starr00711-Aug-11 14:34
starr00711-Aug-11 14:34 
GeneralRe: Img centering and music player Pin
starr00711-Aug-11 14:42
starr00711-Aug-11 14:42 
GeneralRe: Img centering and music player Pin
vbmike12-Aug-11 12:52
vbmike12-Aug-11 12:52 
Questionpositioning issue in IE9 Pin
siva4552-Aug-11 23:09
siva4552-Aug-11 23:09 
AnswerRe: positioning issue in IE9 Pin
Gerben Jongerius3-Aug-11 2:08
Gerben Jongerius3-Aug-11 2:08 
GeneralRe: positioning issue in IE9 Pin
Ed Nutting23-Aug-11 0:11
Ed Nutting23-Aug-11 0:11 
QuestionHow to identify a particular Web site is not active Pin
Gali197825-Jul-11 7:53
Gali197825-Jul-11 7:53 
AnswerRe: How to identify a particular Web site is not active Pin
Maximilien25-Jul-11 9:06
Maximilien25-Jul-11 9:06 
AnswerRe: How to identify a particular Web site is not active Pin
Shahriar Iqbal Chowdhury/Galib25-Jul-11 22:13
professionalShahriar Iqbal Chowdhury/Galib25-Jul-11 22:13 
QuestionHow can I check if my IIS is alive using C#? Pin
goldsoft24-Jul-11 4:32
goldsoft24-Jul-11 4:32 
AnswerRe: How can I check if my IIS is alive using C#? Pin
SomeGuyThatIsMe28-Jul-11 17:21
SomeGuyThatIsMe28-Jul-11 17:21 
Questioncant connect windows-mobile to webservice in my computer Pin
Gali197821-Jul-11 23:26
Gali197821-Jul-11 23:26 
QuestionASP.Net Webforms - Is there an easy way to know if a validator in a hidden control is failing? Pin
Rafferty Uy21-Jul-11 15:55
Rafferty Uy21-Jul-11 15:55 
QuestionBackground Image Disappeared from Website Pin
Fiore197515-Jul-11 20:45
Fiore197515-Jul-11 20:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.