Click here to Skip to main content
15,887,214 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: what does this mean in the css3 font? Pin
cjoki4-Aug-11 10:52
cjoki4-Aug-11 10:52 
GeneralRe: what does this mean in the css3 font? Pin
User 17164924-Aug-11 12:13
professionalUser 17164924-Aug-11 12:13 
GeneralRe: what does this mean in the css3 font? Pin
cjoki5-Aug-11 5:14
cjoki5-Aug-11 5:14 
QuestionContent Management System? Pin
Waqas Ahmad Abbasi3-Aug-11 20:29
Waqas Ahmad Abbasi3-Aug-11 20:29 
AnswerRe: Content Management System? Pin
SUCHIT S SHAH3-Aug-11 23:55
SUCHIT S SHAH3-Aug-11 23:55 
AnswerRe: Content Management System? Pin
Simon_Whale4-Aug-11 0:08
Simon_Whale4-Aug-11 0:08 
QuestionImg centering and music player Pin
starr0073-Aug-11 14:01
starr0073-Aug-11 14:01 
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 

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.