view more pic's, is there a way?? |
view more pic's, is there a way?? |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Jul 2005 Member No: 188,530 ![]() |
Is There A Way to cover up the "View More Picture's" Link, with an image??
|
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 1,912 Joined: May 2005 Member No: 137,527 ![]() |
Try this code -
CODE {hides your view more pics} ^inbetween style(<style></style>) tags.
td a:link {visibility:hidden;} {restores anything that may be affected by the above code} td.text a:link, a.navbar:link, table td div div font a:link {visibility:visible;} {brings back edit button} div a:link {visibility:visible;} |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 58 Joined: Jul 2005 Member No: 188,530 ![]() |
that did not werk
|
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
It works for me
![]() CODE <style type="text/css"> {hides your view more pics} td a:link {visibility:hidden;} {restores anything that may be affected by the above code} td.text a:link, a.navbar:link, table td div div font a:link {visibility:visible;} {brings back edit button} div a:link {visibility:visible;} </style> is what you do and it works, I put it in about me and it hid the view more pics. |
|
|
![]() ![]() |