Quote:
Originally Posted by om_prakash
Instead you can have simple image tag
Code:
<img src="../images/PageNum.gif" border="0">
<a class="periwinkle" href="test.asp?p=2">2</a>
<a class="periwinkle" href="test.asp?p=3">3</a>
<a class="periwinkle" href="test.asp?p=4">4</a>
<a class="periwinkle" href="test.asp?p=5">5</a>
<a class="periwinkle" href="test.asp?p=6">6</a>
|
Thanks for the reply,
I had thought of doing that way but the number of pages is created dynamically.
So at any given time I could have 50 pages. I didn't want to create 50 images depending on the number. The method I'm using works great except for the wraping issue.