hide some blogrings |
hide some blogrings |
Apr 11 2006, 08:43 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Apr 2006 Member No: 393,184 |
i ve some ppl could hide some of their blogrings but not all
is there a code for that ? thanks for ur help |
|
|
|
![]() |
Apr 11 2006, 09:32 PM
Post
#2
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Could you provide an example? I'm guessing custom modules.
|
|
|
|
Apr 12 2006, 02:32 AM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Apr 2006 Member No: 393,184 |
like i see some ppl in this blogring but when i go to their site, that blogring doesnt appear, although there r stll some other blorings
|
|
|
|
| *digital.fragrance* |
Apr 12 2006, 06:39 AM
Post
#4
|
|
Guest |
Yep, use one of createblog's custom module codes and input the blogrings that you want displayed. Then hide your normal default blogring module.
|
|
|
|
Apr 12 2006, 09:44 AM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Apr 2006 Member No: 393,184 |
can u show me how ? :)
|
|
|
|
| *digital.fragrance* |
Apr 12 2006, 02:20 PM
Post
#6
|
|
Guest |
To remove the first blogring modules (the one you have right now):
http://www.createblog.com/scripts/download.php?id=199 To get a custom module: http://www.createblog.com/forums/index.php?showtopic=122299 (you can take out the name, gender, and other profile stuff and put links to your blogrings there.) |
|
|
|
Apr 14 2006, 01:39 AM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 6 Joined: Apr 2006 Member No: 393,184 |
the second link seems to be broken...
|
|
|
|
Apr 14 2006, 01:49 AM
Post
#8
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
-.-U Baka.... Bakabakashii....
CODE <style type=text/css> ^ Into header HTML. Edit as needed. The following goes into webstats./* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} /* edit to your liking */ table.module { border: 1px solid #000000; width:160px; background-color:f2f2f2; } table.module th { background-color: #336699;font: bold 11px arial; text-transform: uppercase;color: #FFFFFF; border: none; } table.module td {color: #000000; text-align: left; border: none; background-image: none; } </style> <!-- add this below all the CSS --> <table border=0 width="660"><tr><td valign="top" width="160"> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>About Me</b></th></tr><tr><td valign="top" class="module"> <center><img src="http://p.xanga.com/USERNAME/profile.jpg"></center><p> <b>name:</b> uhhhh..<br> <b>gender:</b> errr<br> <b>hobbies:</b> blah blah<br> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Subscriptions</b></th></tr><tr><td valign="top" class="module"> <!-- Add your subscriptions here --> <a href="http://www.xanga.com/SOMEONE">someone</a><br> <a href="http://www.xanga.com/SOMEONE2">someone 2</a> </td></tr></table><br> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>Bloggies</b></th></tr><tr><td valign="top" class="module"> <!-- Add your blogrings here --> <a href="http://www.xanga.com/blogrings/blogring.asp?id=200537">Xangans.com</a> </td></tr></table><br> <!-- Here's your CUSTOM MODULE.. copy and paste as needed --> <table border="1" cellspacing="0" cellpadding="4" width="100%" class="module"><tr><th valign="top" align="left" class="module"><b>CUSTOM MODULE</b></th></tr><tr><td valign="top" class="module"> La la la =] </td></tr></table><br> </td><td width="500" valign="top" align="left"> CODE </td></tr></table>
|
|
|
|
![]() ![]() |