Repressing the words PREV and NEXT

asamuelasamuel Registered Users Posts: 451 Major grins
Is it possible to repress the words PREV and NEXT and keep only <>?


Allen
Looks like no way to single out the next and prev from the < or >. It's part 
of the same text string. Maybe with js, post in hacks forum, someone there 
might be able to help.
 	Code:
 	[LEFT]<div class="photoNav nav">
   <a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,
   '/photos/264654551_qQCNa-Th.jpg');" 
   href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654551_qQCNa/Large">
   < Prev</a>
   <span class="title">2 of 16</span>
   <a class="nav" onmouseout="removePreview();" onmouseover="previewImage(event,'http://samuelbedford.smugmug.com/photos/264654140_BetE6-Th.jpg');" 
   href="http://samuelbedford.smugmug.com/gallery/2059370_9hrhY/1/264654140_BetE6/Large">
   Next ></a>
</div>[/LEFT]


_________
where's the cheese at?

http://www.samuelbedford.com

Comments

  • asamuelasamuel Registered Users Posts: 451 Major grins
    edited March 17, 2008
    Further I tried to change the font, size and colour of <prev next> to get the <> looking just as I want. I made the code alteration as follows and it did not work?

    What did I do wrong. Cheers.
    .gallery_2059370 #albumNav_top {font-family: Helvetica, Arial;
    font-size: 18px;
     color: #777;
    }
    
    where's the cheese at?

    http://www.samuelbedford.com
  • asamuelasamuel Registered Users Posts: 451 Major grins
    edited March 18, 2008
    bump
    where's the cheese at?

    http://www.samuelbedford.com
Sign In or Register to comment.