Picture marquee in custom header? (that works!), having trouble!! help |
![]() ![]() |
Picture marquee in custom header? (that works!), having trouble!! help |
Aug 7 2005, 04:12 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Aug 2005 Member No: 195,383 |
My premium ran out, & so I put the code for custom headers on my page. I know that there are several posts for marquees, but I am having alot of trouble getting a marquee to work in my custom header. Im fairly new to this, so perhap I might be doing it wrong. Is there a code for a custom header with the code for a picture marquee already inside it? Can anyone please help me with this?
|
|
|
|
Aug 7 2005, 06:01 AM
Post
#2
|
|
![]() say maydayism. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 7,447 Joined: Jun 2004 Member No: 26,344 |
Just put this in your Look and Feel page -> Header -> Input your own Header HTML:
CODE <marquee direction=left><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"></marquee> ^ you can change the direction and add more image tags. |
|
|
|
Aug 7 2005, 06:08 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Aug 2005 Member No: 195,383 |
But if its in the custom header wont the pictures be on the top of the page? I was looking for a code for a Picture Marquee that I could use in my custom header?
|
|
|
|
Aug 7 2005, 06:11 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
You.. Don't really make a lot of sense to me. You just said
QUOTE But if its in the custom header wont the pictures be on the top of the page? followed by QUOTE I was looking for a code for a Picture Marquee that I could use in my custom header? She gave you the code to put in there..? |
|
|
|
Aug 7 2005, 06:31 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Aug 2005 Member No: 195,383 |
QUOTE(Spiritedfreak @ Aug 7 2005, 6:11 PM) You.. Don't really make a lot of sense to me. You just said followed by She gave you the code to put in there..? SORRY! Yes I meant to say Custom Modules! I cant find a code that will work in the Custom Module, sorry Im kinda new to this. |
|
|
|
Aug 7 2005, 06:33 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
do you need the customs modules code?
If you don't use an extra custom module and paste the code that niez_cho gave you where it says content here and such |
|
|
|
Aug 8 2005, 07:01 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Aug 2005 Member No: 195,383 |
Well I have the custom module, its just that I cannot get the picture marquee inside it. i dont know if im using the wrong code for one of them or what. Is there a code for a custom module that already has the code for a picture marquee inside it? im a total retard when it come to html.
|
|
|
|
Aug 8 2005, 07:05 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
Could you paste your code for the custom module?
|
|
|
|
Aug 8 2005, 07:15 PM
Post
#9
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Aug 2005 Member No: 195,383 |
<!-- begin code provided by createblog.com -->
<script> titleContent = 'Title Here'; moduleContent = 'Module Content'; 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 --> |
|
|
|
Aug 8 2005, 07:36 PM
Post
#10
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,551 Joined: Feb 2005 Member No: 102,857 |
where it says Module Content Here
paste this code CODE <marquee direction=left><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"><IMG src="IMAGE URL HERE"></marquee>
|
|
|
|
![]() ![]() |