PDA

View Full Version : Repressing the words PREV and NEXT


asamuel
Mar-17-2008, 12:51 AM
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:
<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>



_________

asamuel
Mar-17-2008, 01:29 AM
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;
}

asamuel
Mar-18-2008, 01:38 AM
bump