pic marquee in module |
![]() ![]() |
pic marquee in module |
Jul 23 2004, 04:32 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
does any one know the code to get a picture marquee in ur module...like this one
http://www.xanga.com/home.aspx?user=get_st0ked |
|
|
|
Jul 23 2004, 04:37 PM
Post
#2
|
|
![]() wanderlust personified. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 7,515 Joined: Jan 2004 Member No: 797 |
Hmmm... that looks oddly familiar.
|
|
|
|
Jul 23 2004, 04:55 PM
Post
#3
|
|
![]() Look its... ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,817 Joined: Feb 2004 Member No: 4,767 |
lol look at the scripts they will be there
http://www.createblog.com/forums/index.php?showtopic=14595 |
|
|
|
Jul 23 2004, 05:00 PM
Post
#4
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
thanks
|
|
|
|
Jul 23 2004, 05:04 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
but...wait...how do u get it into a module? im slow at this...sorry
|
|
|
|
Jul 23 2004, 05:34 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jun 2004 Member No: 19,710 |
You need to make a Custom Module allowing HTML.. The code for custom module is: The code for the marquee is: Put that code where it says"Put Marquee code here" |
|
|
|
Jul 23 2004, 05:56 PM
Post
#7
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
it doesnt work. heres what i entered, can someone check if its right
[CODE]<!-- begin code provided by createblog.com --> <!-- 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> <!--Add your profile here --> <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>TITLE OF MODULE</b></th></tr><tr><td valign="top" class="module"> <!-- begin code provided by createblog.com --> <marquee behavior="alternate"><marquee width="250"> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-016.gif> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-008.gif> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-015.gif> </marquee></marquee> <!-- end code provided by createblog.com --> </td></tr></table><br> </td><td width="500" valign="top" align="left"> <!-- end code provided by createblog.com --> <!-- end code provided by createblog.com --> |
|
|
|
Jul 23 2004, 08:32 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Jun 2004 Member No: 19,710 |
QUOTE <!-- begin code provided by createblog.com --> <marquee behavior="alternate"><marquee width="250"> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-016.gif> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-008.gif> <http://img78.photobucket.com/albums/v337/angBAKLAnaBAKLAako/saliva-n-eleanor-015.gif> </marquee></marquee> <!-- end code provided by createblog.com --> You got ride of the <img scr="url here">... the only part u need to edit it "url here"..thats where u put ur images... So your code should b like this: |
|
|
|
Jul 23 2004, 10:26 PM
Post
#9
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
thanks so much...lol
|
|
|
|
Jul 24 2004, 01:19 AM
Post
#10
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Jul 2004 Member No: 33,544 |
everything works, but theres one problem. when i save the changes, the editing links like the "look and feel" disappear when i sign into my xanga
|
|
|
|
Jul 24 2004, 01:22 AM
Post
#11
|
|
![]() What the fack. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 6,164 Joined: Mar 2004 Member No: 8,519 |
If you want to go into the CLAF page. Bookmark this link, so then you can still edit your page, even if you can't see the link.
http://www.xanga.com/CLAF/default.asp There ya go. |
|
|
|
![]() ![]() |