rlfem123 Posted February 21, 2016 Posted February 21, 2016 Hello to all , How i can add pages in my html file as the image?
0 Snoopi Posted February 21, 2016 Posted February 21, 2016 <ul> <li><a href="page2.html">[2]</a></li> </ul>
0 rlfem123 Posted February 21, 2016 Author Posted February 21, 2016 <ul> <li><a href="page2.html">[2]</a></li> </ul> Dont work with href .. he is only icon now..
0 SweeTs Posted February 21, 2016 Posted February 21, 2016 This one is dynamic contens for sure, but you can easily make it static. If you have for example few htms and you simply want to 'split' them like that.
0 ExCaLiBuR® Posted February 21, 2016 Posted February 21, 2016 <td width="38"> <a action="bypass -h npc_%objectId%_Chat 1"> Page1 </a> </td> <td> <a action="bypass -h npc_%objectId%_Chat 2"> Page2 </a> </td>
0 rlfem123 Posted February 21, 2016 Author Posted February 21, 2016 <td width="38"> <a action="bypass -h npc_%objectId%_Chat 1"> Page1 </a> </td> <td> <a action="bypass -h npc_%objectId%_Chat 2"> Page2 </a> </td> Guys stop to kidding me really.. I said in one row!!! http://postimg.org/image/oqad5zuun/ Please look it.. Look this image and say me the code please .
0 ExCaLiBuR® Posted February 21, 2016 Posted February 21, 2016 seriously now ? why you dont test it ? do you want to create a full HTML file for you ?
0 rlfem123 Posted February 21, 2016 Author Posted February 21, 2016 seriously now ? why you dont test it ? do you want to create a full HTML file for you ? bro i dont need full html file im testing and now bro, just im saying this is not the code that i want
0 ExCaLiBuR® Posted February 21, 2016 Posted February 21, 2016 (edited) you want in a row pages on NPC Edited February 21, 2016 by ExCaLiBuR®
0 xxdem Posted February 21, 2016 Posted February 21, 2016 (edited) you want in a row pages on NPC Took you a while genius. here you go <table width=25% border=0> <tr> <td>%page0%</td> <td> %page1% </td> <td>|</td> <td> %page2% </td> <td>|</td> <td> %page3% </td> </tr> </table> live example: https://www.facebook.com/aepvp/photos/pb.116711918403798.-2207520000.1456080215./989120081162973/?type=3&theater Edited February 21, 2016 by xxdem
0 ExCaLiBuR® Posted February 21, 2016 Posted February 21, 2016 Took you a while genius. here you go <table width=25% border=0> <tr> <td>%page0%</td> <td> %page1% </td> <td>|</td> <td> %page2% </td> <td>|</td> <td> %page3% </td> </tr> </table> live example: https://www.facebook.com/aepvp/photos/pb.116711918403798.-2207520000.1456080215./989120081162973/?type=3&theater i take the photo from crome :)
0 Tryskell Posted February 22, 2016 Posted February 22, 2016 (edited) You probably want to generate them dynamically (one : it's a burden to write such thing notably for 100+ entries, and 2 : it will scale automatically no matter amount of entries), there are few exemples under admin commands AdminSkill, AdminEditChar (to list all online characters, and to list target skills). If the content of those HTMs are dynamic, then make it an "all dynamic" thing. Otherwise, I agree it got less uses if you both know amount and you know there wo'nt have added content later on. Edited February 22, 2016 by Tryskell
Question
rlfem123
Hello to all , How i can add pages in my html file as the image?
14 answers to this question
Recommended Posts