Jump to content

MonaX

Neophyte
  • Posts

    1
  • Joined

  • Last visited

MonaX's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Помогите изменить ширину ячейки! Вот html код: <table border="0" width="100%" cellspacing="1" cellpadding="2"> <tr><td class="footer-createbtn1" colspan="2"><?if($NUM_ENTRIES$)?><!--<s5225>-->Фотографий в альбоме<!--</s>-->: <b>$NUM_ENTRIES$</b><?endif?></td></tr> <tr><td colspan="2" class="footer-createbtn1"><?if($SORTING_MENU$)?><!--<s5221>-->Сортировать по<!--</s>-->: $SORTING_MENU$<?endif?></td></tr><br> <tr><td colspan="2" align="center">$BODY$<hr/><div align="center">$SLIDESHOW_BUTTON$</div></td></tr> <tr><td colspan="2" align="center">$PAGE_SELECTOR1$</td></tr> </table> CSS код: td.footer-createbtn1 {border:1px #C4C4C4 solid;border-radius:5px; background-color: #f2f2f2; background-image: linear-gradient(bottom, #dadada 22%, #f2f2f2 61%); background-image: -o-linear-gradient(bottom, #dadada 22%, #f2f2f2 61%); background-image: -moz-linear-gradient(bottom, #dadada 22%, #f2f2f2 61%); background-image: -webkit-linear-gradient(bottom, #dadada 22%, #f2f2f2 61%); background-image: -ms-linear-gradient(bottom, #dadada 22%, #f2f2f2 61%); padding:5px; margin-bottom:5px; width:55px; clear:both; } Ни как не могу изменить ширину, пробовал разные методы! Может лучше сделать Дивами? Помогите сделать.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy