Registered: March 13, 2007 | Reputation: | Posts: 17,334 |
| Posted: | | | | will just leave it at that... I am speechless after that one! | | | Pete |
|
Registered: March 13, 2007 | Reputation: | Posts: 906 |
| Posted: | | | | Quoting RossRoy: Quote:
The problem I have is the location where the votes appear that mess up the whole page.
I've fixed this for myself. (Not happy about the location, but at least it's not as bad as it was) Change line 54 to var output = document.getElementById('_ctl0_cphMain_pnlEvaluate').getElementsByTagName('tr')[2].getElementsByTagName('td')[0];
and line 93 to var voteTop = document.getElementById('_ctl0_cphMain_pnlEvaluate').getElementsByTagName('tbody')[0];
As I said, it's not perfect but it doesn't mess up the layout and it works for image only contributions | | | The colour of her eyes, were the colour of insanity |
|
Registered: March 13, 2007 | Posts: 793 |
| Posted: | | | | Quoting reybr: Quote:
As I said, it's not perfect but it doesn't mess up the layout and it works for image only contributions Woohoo! Thanks for that! Wish I could've done that myself, but I lack the knowledge |
|