Sel-p
Newbie-
Posts
8 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Store
Everything posted by Sel-p
-
Добрый вечер. Есть блок. .main_content { min-width:980px; max-width:1200px; margin: 0 auto; } В нем блок <ul class="ulip"> <li> <img src="icons/rst.png" alt="Только камеры РСТ" title="Только камеры РСТ"></li> <li> <img src="icons/vozvrat_14.png" alt="Возврат товара в течении 14-ти дней" title="Возврат товара в течении 14-ти дней"></li> <li> <img src="icons/garanty.png" alt="Официальная гарантия" title="Официальная гарантия"></li> <li> <img src="icons/dostavka.png" alt="Доставка по России" title="Доставка по России"></li> <li> <img src="icons/price.png" alt="Прозрачные цены" title="Прозрачные цены"></li> </ul> .ulip { padding-top:20px; margin:0 auto; } Блок <ul> никак не могу отцентровать по середине. Что не так? Вот ссылка http://yadi.sk/d/11C4rKB0EA4Hj на целый фрагмент Заранее спасибо за помощь.
-
Да судя по всему это надо копать в самом Wp-e-commerce
-
Спасибо за ответ. А подскажите в каком файле эти строчик вставлять? Заранее спасибо.
-
Добрый день не могу избавиться от <link rel='canonical' на трех страницах как это сделать? Страницы находятся на магазине http://wordpress.org/extend/plugins/wp-e-commerce/. На трех страницах вылезли эти <link rel='canonical' 1) http://goprors.ru/buy_gopro-2/action-cameras/gopro-hero-3-black-edition/ 2) http://goprors.ru/buy_gopro-2/action-cameras/gopro-hero-3-silver-edition/ 3) http://goprors.ru/buy_gopro-2/action-cameras/gopro-hero-3-white-edition/ Как можно убрать canonical? Заранее спасибо.
-
Есть. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link rel="SHORTCUT ICON" href="favicon.ico" /> <title>Документ без названия</title> </head> <body> <table width="960" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="100"> </td> </tr> <tr> <td height="50"> <table width="960" border="0" cellspacing="0" cellpadding="0" class="pageList"> <tr> <td width="190" height="45" style="border-left:1px solid #fff"><a href=""><span></span></a></td> <td width="190" height="45" style="border-left:1px solid #333"><a href=""><span>Фаркопы</span></a></td> <td width="190" height="45" style="border-left:1px solid #333"><a href=""><span>Фаркопы VFM</span></a></td> <td width="190" height="45" style="border-left:1px solid #333"><a href=""><span>Электрооборудование</span></a></td> <td width="190" height="45" style="border-left:1px solid #333"><a href=""><span></span></a></td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table> </body> </html> @charset "windows-1251"; /* CSS Document */ body { margin:0; padding:0; } a { color: #000000; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } .pageList { font-style: normal; /* обнуляем отсупы */ margin: 0; padding: 0; } .pageList span { margin-bottom: 0px; width: 190px; height: 45px; border: 0px; } .pageList a { display:block; text-align: center; font-size: 16px; color: #fff; background-color:#C00; font-weight:bold; font-family:Arial, Helvetica, sans-serif; height: 45px; } .pageList a:hover { text-decoration: none; color: #CCC; background: #F00; }
-
Дальше-то что? Подскажет кто-нибудь, что делать? Пускай со <span>
-
В курсе, но хочу сделать так. Если готовы предложить альтернативу я только за.
-
Добрый день. Есть проблема текст не могу выровнять по центру (вертикально). <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link rel="SHORTCUT ICON" href="favicon.ico" /> <title>Документ без названия</title> </head> <body> <table width="960" border="0" cellspacing="0" cellpadding="0" align="center"> <tr> <td height="100"> </td> </tr> <tr> <td height="50"> <table width="960" border="0" cellspacing="0" cellpadding="0" class="pageList"> <tr> <td width="192" style="border-left:1px solid #fff" align="center"><a href=""><li></li></a></td> <td width="192" style="border-left:1px solid #333" align="center"><a href=""><li>Фаркопы</li></a></td> <td width="192" style="border-left:1px solid #333" align="center"><a href=""><li>Фаркопы VFM</li></a></td> <td width="192" style="border-left:1px solid #333" align="center"><a href=""><li>Электрооборудование</li></a></td> <td width="192" style="border-left:1px solid #333" align="center"><a href=""><li></li></a></td> </tr> </table> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table> </body> </html> CSS @charset "windows-1251"; /* CSS Document */ body { margin:0; padding:0; } a { color: #000000; text-decoration: none; } a:hover { color: #F60; text-decoration: underline; } .pageList { font-style: normal; /* обнуляем отсупы */ margin: 0; padding: 0; } .pageList li { display:block; margin-bottom: 0px; width: 192px; height: 45px; border: 0px; display:table-cell; } .pageList a { text-align: center; display:table-cell; font-size: 16px; color: #fff; padding: 0px 0px; background-color:#C00; font-weight:bold; font-family:Arial, Helvetica, sans-serif; } .pageList a:hover { text-decoration: none; color: #CCC; background: #F00; } Скриншот