MyBB Community Forums

Full Version: HTML help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok I am not sure if this is in the right section but I am sure either way I can get an anwser how would I make this code for I can put it in the footer of my site..

<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODY5Mzc5MTc2MTcmcHQ9MTI4NjkzNzkyMzQ2NiZwPTY5NDMwMSZkPSZnPTEmbz*1NjM5ZTRjOTg1YWY*MzAxYjI4/M2NkNTkzMDA5NzNhYSZvZj*w.gif" /><div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"> <object width="435" height="270"> <param name="movie" value="http://www.playlistproject.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_red.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D81328353%26t%3D1286937916&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.playlistproject.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_red.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D81328353%26t%3D1286937916&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object> <br/> <a href="http://www.playlistproject.net"><img src="http://www.playlistproject.net/mc/images/create_red.jpg" border="0" alt="Get a playlist!"/></a> <a href="http://www.playlistproject.net/playlist/20820058379/standalone" target="_blank"><img src="http://www.playlistproject.net/mc/images/launch_red.jpg" border="0" alt="Standalone player"/></a> <a href="http://www.playlistproject.net/playlist/20820058379/download"><img src="http://www.playlistproject.net/mc/images/get_red.jpg" border="0" alt="Get Ringtones"/></a> </div>


And align it to the center?
<div id="centred something">


<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyODY5Mzc5MTc2MTcmcHQ9MTI4NjkzNzkyMzQ2NiZwPTY5NDMwMSZkPSZnPTEmbz*1NjM5​ZTRjOTg1YWY*MzAxYjI4/M2NkNTkzMDA5NzNhYSZvZj*w.gif" /><div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"> <object width="435" height="270"> <param name="movie" value="http://www.playlistproject.net/mc/mp3player_new.swf"></param> <param name="allowscriptaccess" value="never"></param> <param name="wmode" value="transparent"></param> <param name="flashvars" value="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_red.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D81328353%26t%3D1286937916&amp;wid=os"></param> <embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.playlistproject.net/mc/mp3player_new.swf" flashvars="config=http%3A%2F%2Fwww.indimusic.us%2Fext%2Fpc%2Fconfig_red.xml&amp;mywidth=435&amp;myheight=270&amp;playlist_url=http%3A%2F%2Fwww.playlistproject.net%2Fpl.php%3Fplaylist%3D81328353%26t%3D1286937916&amp;wid=os" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" border="0"/> </object> <br/> <a href="http://www.playlistproject.net"><img src="http://www.playlistproject.net/mc/images/create_red.jpg" border="0" alt="Get a playlist!"/></a> <a href="http://www.playlistproject.net/playlist/20820058379/standalone" target="_blank"><img src="http://www.playlistproject.net/mc/images/launch_red.jpg" border="0" alt="Standalone player"/></a> <a href="http://www.playlistproject.net/playlist/20820058379/download"><img src="http://www.playlistproject.net/mc/images/get_red.jpg" border="0" alt="Get Ringtones"/></a> </div> 
</div>

Add to your CSS file

#centred something {
width: 700px ;
margin-left: auto ;
margin-right: auto ;
}

Tada.
What CSS file.. LOL I am so dump..
This is for MyBB or what?
(2010-10-13, 02:56 AM)Mark.M Wrote: [ -> ]This is for MyBB or what?

{code stated above}
Here is the correct code: And its from playlist.com it just says html embed code... I am not sure if it is mybb compaitable...
If not someone want to make it for me? I am not to good at codes stuff. LOL

And I just screwed something up because now its in my header and it does not show the code anywhere to be seen on my site.....
There's nothing wrong with the code, open up the footer template and paste it in.
What do you want it as? In a template, a Mycode? Etc.
PM sent
Ok so I added this to global advance at the very bottom:
#centred something {
width: 700px ;
margin-left: auto ;
margin-right: auto ;
}

Then I added the music player code in the footer but nothing happened anyone willing to help me? LOl I am sitll strulling after the best of them all failed. LOL just goes to show how new i am.