Code: Select all
.My_Images_Here img {padding: 20px;}
.imagelisttd {padding:20px;}
.imagelistimg {padding:20px;}Code: Select all
.My_Images_Here td...
Code: Select all
.My_Images_Here img {padding: 20px;}
.imagelisttd {padding:20px;}
.imagelistimg {padding:20px;}Code: Select all
.My_Images_Here td...
baklavoni wrote:...I tried all, but still no success.
At same link http://www.kompas.ba/cms/index.php?about_us
...
Code: Select all
td img {padding-bottom: 20px;}Code: Select all
td img {padding-bottom: 20px; padding-right: 20px;}TIp#2Jensensen wrote:TIP:
DO NOT RELY ON BUILT IN SPACER, but think about your template and read TOP DOWN your source code/CSS --> from <body..ID...class> to the item located on your page, you want to apply you styles....
Add your own classes to --> your own templates...
Code: Select all
td .My_Images_Here img {padding: 0 20px 20px 0;}This works for IMAGES CP (still not working for IMAGES <DIV>, but I need only one of them working)claus wrote:This is for you to be able to survive the entry lessions - I'll give you something to play with![]()
![]()
Code: Select all
.My_Images_Here img {padding: 20px;} .imagelisttd {padding:20px;} .imagelistimg {padding:20px;}
After few tries I manage to get this code work! Only one thing wasn't OK - my template. It was all messed upJensensen wrote: add/change to:reload and you'll see....Code: Select all
td img {padding-bottom: 20px; padding-right: 20px;}
Thanks, You make me realize that the best way is to make my own template.Jensensen wrote:TIP:
DO NOT RELY ON BUILT IN SPACER, but think about your template and read TOP DOWN your source code/CSS --> from <body..ID...class> to the item located on your page, you want to apply you styles....
Add your own classes to --> your own templates...
TIp#2
to have this styles applied ONLY to --> images within a -->table --> within your --> template div class="My_Images_Here"Code: Select all
td .My_Images_Here img {padding: 0 20px 20px 0;}
in a while, crocodile...claus wrote:![]()
see you later, alligater
EDIT: alligator
EDIT again: you the could be forced to answer: in a while, crocodile![]()