why wont my custom module code, work ? |
why wont my custom module code, work ? |
Dec 24 2004, 11:21 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
im using this code but it wont workk.. will someone fix it.. ?
CODE <!-- begin code provided by createblog.com -->
<script> titleContent = 'Somtimes'; moduleContent = '<BR>Sometimes I honestly don't love you, I think of all those other boys I can't really help the way I feel for them It's like a four year old, with a brand new toy'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" class="left"><tr><th valign="top" align="left" class="left">' + titleContent + '</th></tr><tr><td valign="top" class="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> |
|
|
|
![]() |
Dec 24 2004, 11:23 PM
Post
#2
|
|
|
Change Gon Come ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,286 Joined: May 2004 Member No: 18,822 |
what do you mean it won't work?
|
|
|
|
Dec 24 2004, 11:24 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
it dont show.
|
|
|
|
Dec 24 2004, 11:28 PM
Post
#4
|
|
![]() xxx hobo ;) ![]() ![]() ![]() ![]() Group: Member Posts: 272 Joined: Dec 2004 Member No: 74,219 |
Try this...
COPY AND PASTE INTO CUSTOM HEADER (REQUIRED 2 OF 3): CODE <!-- begin code provided by createblog.com --> <style type=text/css> /* 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"> <!-- end code provided by createblog.com --> Enjoy |
|
|
|
Dec 24 2004, 11:30 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
i dont wnna get rid of my other modules.
|
|
|
|
Dec 24 2004, 11:31 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,137 Joined: Nov 2004 Member No: 62,193 |
take out all of the apostraphe marks (except for the ones before and after your writing), they interfere with the code so it will look like this: |
|
|
|
Dec 24 2004, 11:38 PM
Post
#7
|
|
![]() xxx hobo ;) ![]() ![]() ![]() ![]() Group: Member Posts: 272 Joined: Dec 2004 Member No: 74,219 |
Oh sorry, try this one then...
CODE <!-- begin code provided by createblog.com --> <!-- 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> <!-- end code provided by createblog.com --> I hope this works.. |
|
|
|
![]() ![]() |