Jump to content

Question

14 answers to this question

Recommended Posts

  • 0
Posted

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
Posted
<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!!!

 

 

  Please look it.. Look this image and say me the code please .

  • 0
Posted

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
Posted (edited)

you want in a row pages on NPC 

 

 

2cwlvli.png

 

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 by xxdem
  • 0
Posted

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
Posted (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 by Tryskell
Guest
This topic is now closed to further replies.


×
×
  • Create New...