xanga blog help |
![]() ![]() |
xanga blog help |
![]()
Post
#1
|
|
freakofakid43 ![]() Group: Member Posts: 5 Joined: Aug 2005 Member No: 204,803 ![]() |
ok... i enterd this code.. hoping i can make my webentries smaller.....
<!-- begin code provided by createblog.com --> <script type="text/javascript"> function adjustSirListHeight() { // *** define the height of your SIR-list in the line below var sirListHeight = '120px'; var allTables = document.getElementsByTagName('tbody'); for (i=0; i < allTables.length; i++) { if ((allTables[i].innerHTML.indexOf('Blogrings') != -1) && (allTables[i].innerHTML.toUpperCase().indexOf('<TABLE') == -1)) { sirlist = allTables[i].lastChild; temp = sirlist.firstChild.innerHTML; sirlist.removeChild(sirlist.firstChild); td = document.createElement('td'); div = document.createElement('div'); div.style.width = '190px'; div.style.height = sirListHeight; div.style.overflow = 'auto'; div.innerHTML = temp; td.appendChild(div); sirlist.appendChild(td); break; } } } if (navigator.userAgent.indexOf('Mac') == -1) if ((document.URL.indexOf('weblogs') == -1) && (document.URL.indexOf('guestbook') == -1) && (document.URL.indexOf('events') == -1) && (document.URL.indexOf('reviews') == -1)) adjustSirListHeight(); </script> <!-- end code provided by createblog.com --> But it doesnt do anything!!!!!!!!!!!! email me please @freakofakid43@gmail.com |
|
|
![]()
Post
#2
|
|
![]() Don't worry guys, size doesn't matter...to lesbians ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,444 Joined: Jan 2005 Member No: 85,066 ![]() |
Maybe it's not working anymore. There are many codes for xanga that don't work anymore. And what do you mean make web entries smaller? And did you read the instructions of the code? Give me the link that gives the code and I'll see what i can do.
|
|
|
![]()
Post
#3
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 ![]() |
..... You blog entries ain't gonna get any smaller if you're using that.
![]() CODE <style type="text/css"> That will resize your blog area. Adjust the 4oo part as needed.
table.blogbody { /* this edits the other the place where the blog is */ border: 1px dashed #008000; background-color: #Transparent; width: 400px;} </style> |
|
|
![]()
Post
#4
|
|
freakofakid43 ![]() Group: Member Posts: 5 Joined: Aug 2005 Member No: 204,803 ![]() |
QUOTE(andromeda_90 @ Aug 31 2005, 12:31 PM) Maybe it's not working anymore. There are many codes for xanga that don't work anymore. And what do you mean make web entries smaller? And did you read the instructions of the code? Give me the link that gives the code and I'll see what i can do. this is the site where i got it from http://www.createblog.com/forums/index.php?showtopic=84796 it worked before............ |
|
|
![]()
Post
#5
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 ![]() |
Wait what I don't get what you're tying to do, trying to make the blog area smaller or make the code work again?
|
|
|
![]()
Post
#6
|
|
freakofakid43 ![]() Group: Member Posts: 5 Joined: Aug 2005 Member No: 204,803 ![]() |
im trying to make it smaller yes.............
but while doing soo.. i want the scroll bars.............. is that even possible??? |
|
|
![]()
Post
#7
|
|
![]() Amberific. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,913 Joined: Jul 2004 Member No: 29,772 ![]() |
Like Reili said, that code doesn't affect your entries, just your blogrings module.
Try this code: http://www.createblog.com/forums/index.php...rollbar+entries |
|
|
![]() ![]() |