HTML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsWeb DesignHTML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 20th, 2012, 09:29 PM
Nick Wyden Nick Wyden is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 44 Nick Wyden Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 4 h 10 m 54 sec
Reputation Power: 0
New Member - Centering an Image

I am writing the home page for a website here is my code that I am using for a slideshow for this purpose I will just make up a name.


Code:
<!DOCTYPE html>
<html>
<head>
<meta name="keywords" "question"/>
<style>

div
{
width:10px
height:10px
box-shadow: 10px 10px 5px #888888 
}

</style>
</head> 

<body> 
<div><img src="img.jpeg"/></div> 




My question is whenever I try to center img.jpeg it will not center i have tried

<p align="center"><div><img src="img.jpeg"></div></p>

I have tried

<div align="center">img src="img.jpeg"></div>

and

<div><center><img src="img.jpeg"></div>

but none of these work so how can I center this photo? thanks

Reply With Quote
  #2  
Old November 20th, 2012, 09:59 PM
BarryG BarryG is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2011
Location: Sydney Australia
Posts: 131 BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level)BarryG User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 3 Days 7 h 51 m 28 sec
Reputation Power: 83
Quote:
Originally Posted by Nick Wyden

but none of these work so how can I center this photo? thanks


Code:
<!DOCTYPE html>
<html>
<head>
<meta name="keywords" "question"/>
<style>

.pic
{
width:100px;
height:100px;
box-shadow: 10px 10px 5px #888888 ;

}
.center {
	width:100px;
	padding: none;
	margin:0 auto;
}
</style>
</head> 

<body> 
<div class="center"><img class='pic' src="img.jpeg"/></div> 
</body>
</html>

Reply With Quote
  #3  
Old November 21st, 2012, 12:23 AM
Catacaustic's Avatar
Catacaustic Catacaustic is offline
Code Monkey V. 0.9
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Mar 2005
Location: A Land Down Under
Posts: 1,885 Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level)Catacaustic User rank is General 12nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 2 Weeks 4 Days 14 h 47 m 3 sec
Reputation Power: 1798
Why not do it the easy way?

Code:
.center{
    text-align: center;
}

Code:
<p class="center"><img ... /></p>

Reply With Quote
  #4  
Old November 21st, 2012, 09:09 PM
Nick Wyden Nick Wyden is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2012
Posts: 44 Nick Wyden Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 4 h 10 m 54 sec
Reputation Power: 0
great thanks DD

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignHTML Programming > New Member - Centering an Image

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap