Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Centriranje slike
Author Message
Gereb34 Offline
Novi korisnik
*

Posts: 5
Joined: Aug 2009
Reputation: 0
Post: #1
Centriranje slike
Znači, ja sam dizajn za blog preradio s wordpressa, i postavljeno mi je da automatski na sliku dodaje border, sada bi li mogao postaviti da automatski i centrira sliku? Nes kao position center ili tako nes....

Pr za border

Code:
#middle img {
    border: 4px solid #000;
}
03-08-2009 11:38 AM
Find all posts by this user Quote this message in a reply
Len0 Offline
Forumaš
***

Posts: 303
Joined: Mar 2007
Reputation: 3
Post: #2
RE: Pitanje
Probaj ovako:
Code:
#middle img {
    border: 4px solid #000;
        display:block;
        margin-left: auto;
        margin-right: auto;
}

["hip","hip"]
(hip hip array!)
(This post was last modified: 03-08-2009 12:14 PM by Len0.)
03-08-2009 12:03 PM
Find all posts by this user Quote this message in a reply
Gereb34 Offline
Novi korisnik
*

Posts: 5
Joined: Aug 2009
Reputation: 0
Post: #3
RE: Pitanje
Ne radi nažalost, =(
03-08-2009 12:15 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)