Help - Search - Members - Calendar
Full Version: Picture marquee in custom header? (that works!)
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
CRAZII_IN_LOVE
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?
gelionie
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.
CRAZII_IN_LOVE
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?
lovescream
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..?
mellow.gif You can use that code in the custom header but YES it will show on the top. Are you talking about custom MODULES?
CRAZII_IN_LOVE
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..?
mellow.gif You can use that code in the custom header but YES it will show on the top. Are you talking about custom MODULES?

*


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.
Kenado
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
CRAZII_IN_LOVE
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. huh.gif
Kenado
Could you paste your code for the custom module?
CRAZII_IN_LOVE
<!-- 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 -->
Kenado
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>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.