servernews html
Posted: Sun Jun 14, 2009 7:51 am
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hey all, Quick question on servernews.htm. How can i add a next page link to it? With other html you do:
And it links. Example....1111-1.htm to 1111-2.htm
I have tried making a servernews-2 and using that code above to link servernews.htm to servernews-2.htm
And i also tried this code:
No luck on linking servernews. to my next page of server news.
Any help would be appreciated..thanx
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hey all, Quick question on servernews.htm. How can i add a next page link to it? With other html you do:
Code: Select all
<a action="bypass -h npc_%objectId%_Chat 2">Next -></a>
I have tried making a servernews-2 and using that code above to link servernews.htm to servernews-2.htm
And i also tried this code:
Code: Select all
<action="bypass -h npc_%objectId%_Chat servernews-2">
Any help would be appreciated..thanx