Astahost.com   Mar 19, 2010
Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > HTML, XML and other Markup Languages

How To #2: Custom BBCodes For IPB (Marquee)

free web hosting
Open Discussion & Free Web Hosting > Computers & Tech > How-To's and Tutorials > Programming > HTML, XML and other Markup Languages

How To #2: Custom BBCodes For IPB (Marquee)

miCRoSCoPiC^eaRthLinG
MARQUEE Tag

Hi,
    I'm back with yet a second tutorial on how I created the MARQUEE tag. It's working well - but at first it'll seem that the tag has caused your browser to freeze. I guess depending on the different ways that IE and Mozilla Compliant Browsers parse HTML tags - the outputs are a little different. While using FireFox, the Marquee wouldn't start scrolling till all the page elements & the page itself has FULLY LOADED. Till then, it might seem that the browser's on the verge of freezing. On the other hand, in IE the Marquee starts off rightaway - even without 100% page load.

    Anyway, here's the code:
CODE
<div id="marquee" style="width:600px; border: solid 1px #000000;"><marquee direction={option}>{content}</marquee></div>


    As you can see, I've placed the Marquee within a <div> tag and specified a fixed width - to keep the Marquee safely embedded in your post and not expand and push the right border of your post out of the page. I've left the height unspecified, so that the <div> can expand on it's own to fit your text. Also I've given this box a 1-pixel wide Black Border as you can make out from the style="..." attribute of <div>.

    The {option} here takes the direction of the Marquee (left, right, up, down) and passes it on to the HTML <marquee> tag. The {content} that is your textual content between the [ MARQUEE ] [ /MARQUEE ] tags, is placed here between actual HTML <marquee> tags. Just inspect the code a little carefully - there's hardly anything to explain about this. It's fairly self-evident.

Have fun smile.gif

 

 

 


Comment/Reply (w/o sign-up)

vizskywalker
how do you add javascript or php to a BBCode. Does the BBCode just consist of html like any other webpage except it has variables {option} and {content} or do you have to do something special to get the javascrpt to start?

Comment/Reply (w/o sign-up)

miCRoSCoPiC^eaRthLinG
Nope. nothing special needed. And yea, {content} and {option} are just two variables here which wouldnt be available in normal HTML. The BBCode parser takes those two and combines them with normal HTML Code. I explained a little more here: http://www.astahost.com/index.php?showtopi...782&#entry25782

Comment/Reply (w/o sign-up)

rkage
Am I the only one who detests marquees? They are really annoying. They dont move smoothly and its annoying when people have large amounts of text, you miss the first few words and you have to wait 1 minute before it comes round again.

Comment/Reply (w/o sign-up)

vizskywalker
I don't mind them, but I think they are going the way of the blink code. I think now that flash is taking over and animated gifs are easy to use and almost everyone can view them, simple animation like marquee and blink are no longer needed or wanted. As a BBCode, I think it may be overused by people, or it may not be.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)




See Also,

*SIMILAR VIDEOS*
Searching Video's for howto, 2, custom, bbcodes, ipb, marquee
advertisement




How To #2: Custom BBCodes For IPB (Marquee)

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com



Creative Commons License