Перейти к содержанию
Авторизация  
Odesey

Gm Shop

Рекомендуемые сообщения

У меня проблема с гм шопом целый день сижу мучаюсь - http://s61.radikal.ru/i174/1208/e9/8b95dd32296d.jpg

Мне надо что бы получилось как здесь - http://s018.radikal.ru/i519/1208/a6/5fc66351e052.jpg

Только мне нужно что бы было без текста "Шоты бесконечные"

Подскажите что нужно поставить в html?

Скрытый текст
<tr>

<td align=center><button value="Оружие" action="bypass -h npc_%objectId%_Chat 1" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.normal_tab"></td>

<td align=center><button value="Броня" action="bypass -h npc_%objectId%_Chat 2" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

<td align=center><button value="Разное" action="bypass -h npc_%objectId%_Chat 3" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

</tr>

<<<<<<<<<ЧТО СЮДА ВСТАВИТЬ????>>>>>>>>>>

<tr>

<td><button value="D Grade" action="bypass -h npc_%objectId%_Quest 918_DonateList" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="C Grade" action="bypass -h npc_%objectId%_Chat 2" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="B Grade" action="bypass -h npc_%objectId%_Quest 917_Clan" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="A Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="S Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

Изменено пользователем Odesey

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Привет,перед кнопкой ставишь <td align=center> и в конце кнопки </td> . Ниже код.

 

<tr>

<td align=center><button value="Оружие" action="bypass -h npc_%objectId%_Chat 1" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.normal_tab"></td>

<td align=center><button value="Броня" action="bypass -h npc_%objectId%_Chat 2" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

<td align=center><button value="Разное" action="bypass -h npc_%objectId%_Chat 3" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

</tr>

<tr>

<td align=center><button value="D Grade" action="bypass -h npc_%objectId%_Quest 918_DonateList" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="C Grade" action="bypass -h npc_%objectId%_Chat 2" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="B Grade" action="bypass -h npc_%objectId%_Quest 917_Clan" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="A Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="S Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

Это был пример,чтобы были кнопки по центру,а чтобы они столбиком сверху пишешь:

 

<center>

<table width=230> ширина таблицы, и расположение её и всё что в неё входит по центру.

</table>

</center>

Изменено пользователем genokk22

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

Можете пожалуйста показать на скрипте я просто не понимаю куда это вставлять?

Вставляю сюда

Скрытый текст
<tr>

<td align=center><button value="Оружие" action="bypass -h npc_%objectId%_Chat 1" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.normal_tab"></td>

<td align=center><button value="Броня" action="bypass -h npc_%objectId%_Chat 2" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

<td align=center><button value="Разное" action="bypass -h npc_%objectId%_Chat 3" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

</tr>

СЮДА

<tr>

<td align=center><button value="D Grade" action="bypass -h npc_%objectId%_Quest 918_DonateList" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="C Grade" action="bypass -h npc_%objectId%_Chat 2" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="B Grade" action="bypass -h npc_%objectId%_Quest 917_Clan" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="A Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td align=center><button value="S Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

И как начинаю нажимать на гм шоп комп глючит жоско

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты

мастер ты по хтмл)

 

честно говоря что ты хочешь словом "СЮДА" понять тяжело, но думаю вот что)

 

Скрытый текст
<html>

<title>Gm Shop</title>

<body>

<img src="путь к картинке" width=300 height=32 align=left>

<br>

<table width=230>

<tr>

<td align=center><button value="Оружие" action="bypass -h npc_%objectId%_Chat 1" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.normal_tab"></td>

<td align=center><button value="Броня" action="bypass -h npc_%objectId%_Chat 2" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

<td align=center><button value="Разное" action="bypass -h npc_%objectId%_Chat 3" width=73 height=26 back="L2UI_ch3.siege_tab3_over" fore="L2UI_ch3.siege_tab3"></td>

</tr>

<tr><td></td></tr>

<br>

<center>

<font color="B09878">Шоты бесконечные</font>

<table width=230>

<tr>

<td><button value="D Grade" action="bypass -h npc_%objectId%_Quest 918_DonateList" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="C Grade" action="bypass -h npc_%objectId%_Chat 2" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="B Grade" action="bypass -h npc_%objectId%_Quest 917_Clan" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="A Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

</tr>

<tr>

<td><button value="S Grade" action="bypass -h npc_%objectId%_Chat 1" width=135 height=24 back="L2UI_CH3.bigbutton3_down" fore="L2UI_CH3.bigbutton3"></td>

<tr><td></td></tr>

<br>

<img src="путь к картинке" width=300 height=32 align=left>

</body>

</center>

</html>

 

пробуй если что пиши

Поделиться сообщением


Ссылка на сообщение
Поделиться на другие сайты
Авторизация  

  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

×
×
  • Создать...