Help!, I need some... |
![]() ![]() |
Help!, I need some... |
Aug 9 2004, 10:17 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Hey,
Well, this might be a little confusing, but I want to get the little line under the bottom of my last entry on the page back. I used the "3 entries per page" script and it took it away. If you dont know what I'm talking about, go to my page and go all the way to the bottom. You will see it just ends, and the bar that used to be there isn't. Can anyone point out part of the code that would make it not appear or know a code so I can get that back? Sorry if its still not clear to some of you..I fix it later if it isnt. Thanks. |
|
|
|
Aug 9 2004, 10:20 PM
Post
#2
|
|
![]() my moods are unpredictable ![]() ![]() ![]() ![]() Group: Member Posts: 148 Joined: Jun 2004 Member No: 20,201 |
can you post up the code that you are using?...
EDIT//// try adding this to stylesheet: CODE <!-- begin code provided by createblog.com --> hr {color: #____} <!-- end code provided by createblog.com --> add the color of your choice...i don't know if it will work but its worth a try EDIT 2//// well ...the code seems fine...try adding that code that i gave you above and see if it makes a difference This post has been edited by cu_tie_pie: Aug 9 2004, 10:25 PM |
|
|
|
Aug 9 2004, 10:24 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Sure:
<script> numberOfEntries = 3; //Change this value here... if(location.pathname=='/home.aspx'){ var tds = document.getElementsByTagName ('a'); for (var i = 0; i < tds.length; i++) { timeString = tds[i].innerText; if(timeString.match(/\d+:\d+ [ap]m\b/i)){break;} } stuff = tds[i].parentNode.parentNode.parentNode.parentNode.parentNode; for(j=1;j<numberOfEntries;j++){ stuff=stuff.nextSibling.nextSibling.nextSibling if(stuff.tagName=='BR'){ stuff=stuff.previousSibling; } } for(i=0;i<20;i++){ if(stuff.tagName=='HR' && stuff.nextSibling.tagName=='TABLE') { stuff.nextSibling.removeNode(true); break; } stuff = stuff.nextSibling; stuff.style.display='none'; }} </script> |
|
|
|
Aug 9 2004, 10:39 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
This is a newbie question, but where is stylesheet? I dont use a skin or anything..
|
|
|
|
Aug 9 2004, 10:43 PM
Post
#5
|
|
|
The Phisch ![]() ![]() ![]() ![]() Group: Member Posts: 195 Joined: Aug 2004 Member No: 38,433 |
A stylesheet is this:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> </style> <!-- end code provided by createblog.com --> You put CODE <!-- begin code provided by createblog.com --> hr {color: #____} <!-- end code provided by createblog.com --> between the stylesheet. |
|
|
|
Aug 9 2004, 10:53 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Hmm, I found something like that, but its still not working...not sure why.
|
|
|
|
Aug 9 2004, 11:57 PM
Post
#7
|
|
|
The Phisch ![]() ![]() ![]() ![]() Group: Member Posts: 195 Joined: Aug 2004 Member No: 38,433 |
Maybe it was coded wrong?
|
|
|
|
Aug 10 2004, 12:43 AM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Well, I dont use a skin or anything, so where exaclty would I find this?
|
|
|
|
Aug 10 2004, 08:38 AM
Post
#9
|
|
![]() . ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,488 Joined: Feb 2004 Member No: 3,625 |
Try adding this to the bottom of your Website Stats:
CODE <!-- begin code provided by createblog.com -->
<hr size="1" noshade="noshade" /></td> </tr> </table> <!-- end code provided by createblog.com --> |
|
|
|
Aug 10 2004, 11:53 AM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 139 Joined: Aug 2004 Member No: 38,686 |
Nice, that gets the bar there, but all they way across the bottom, anyway to shorten it ?
|
|
|
|
![]() ![]() |