How do you...
How do you...
I think I'm going to use this thread in the future for asking all questions about the site's technology and functionality, so we've got it all in one place.
First question: can we embed youtube videos? I've tried the default BBcode markup, but it didn't work. This forum uses its own unique code and scripts, right? I hope you didn't remove this feature.
First question: can we embed youtube videos? I've tried the default BBcode markup, but it didn't work. This forum uses its own unique code and scripts, right? I hope you didn't remove this feature.
Alright, let me give it a shot. This site has a nice explanation on how to embed youtube videos with BBcode:
http://www.bbcode.org/examples/?id=11
Using those instructions, we should get an embedded video below:
[youtube]qRuNxHqwazs[/youtube]
Now for HTML. More than few websites showed that embedding YT videos with HTML uses the same code. But there's another way, elaborated here:
http://www.htmlgoodies.com/tutorials/we ... b-Site.htm
Testing below, the same video should appear embedded again:
<iframe width="480" height="390" src="http://www.youtube.com/embed/qRuNxHqwazs" frameborder="0" allowfullscreen></iframe>
http://www.bbcode.org/examples/?id=11
Using those instructions, we should get an embedded video below:
[youtube]qRuNxHqwazs[/youtube]
Now for HTML. More than few websites showed that embedding YT videos with HTML uses the same code. But there's another way, elaborated here:
http://www.htmlgoodies.com/tutorials/we ... b-Site.htm
Testing below, the same video should appear embedded again:
<iframe width="480" height="390" src="http://www.youtube.com/embed/qRuNxHqwazs" frameborder="0" allowfullscreen></iframe>
Ahaha... something went wrong, and I don't have a clue what.
I was trying to embed this particular video:
http://www.youtube.com/watch?v=qRuNxHqwazs
I was trying to embed this particular video:
http://www.youtube.com/watch?v=qRuNxHqwazs
BTW, there's a sticky thread here for the posting of any entertaining YouTube (or other) videos you might want to post, rather than starting a new thread for each one.
Also, on the topic of site functionality and BBCode, while we were looking into the youtube tag, we also added a wiki tag... ie. [wiki]Poutine[/wiki]. Looks tasty, doesn't it? ;)
Also, on the topic of site functionality and BBCode, while we were looking into the youtube tag, we also added a wiki tag... ie. [wiki]Poutine[/wiki]. Looks tasty, doesn't it? ;)
It's just easier to write {wiki}Whatever{/wiki} than it is to write {url=http://en.wikipedia.org/wiki/Whatever}Whatever{/url}... mainly for my own use, don't care if anybody else finds it useful, took 30 seconds to add.
I mentioned this in the other thread, but I'm having a hard time with text and picture alignment, and I was wondering if we can try to work it out here.
The following tutorial describes exactly what I want to do:
http://www.angelfire.com/nm/thehtmlsour ... twrap.html
And this tutorial describes the same problem(among others), and shows the same code being used to solve the issue:
http://www.htmlcodetutorial.com/images/_IMG_ALIGN.html
So, I want to be able to stop text from aligning or wrapping around an image on either left or right side with a line of code, so that the next block of text stays neatly below the image. Both tutorials say that <br clear="all"> or <br clear=all> does exactly that. But it's not working. I've tried using <br clear="left"> when the picture was aligned to the left and <br clear="right"> for pictures aligned to the right, and vice versa. But it just won't do anything.
Other solutions I've seen didn't work either. Some people suggest to use CCS, but this is rather difficult.
Any suggestions?
The following tutorial describes exactly what I want to do:
http://www.angelfire.com/nm/thehtmlsour ... twrap.html
And this tutorial describes the same problem(among others), and shows the same code being used to solve the issue:
http://www.htmlcodetutorial.com/images/_IMG_ALIGN.html
So, I want to be able to stop text from aligning or wrapping around an image on either left or right side with a line of code, so that the next block of text stays neatly below the image. Both tutorials say that <br clear="all"> or <br clear=all> does exactly that. But it's not working. I've tried using <br clear="left"> when the picture was aligned to the left and <br clear="right"> for pictures aligned to the right, and vice versa. But it just won't do anything.
Other solutions I've seen didn't work either. Some people suggest to use CCS, but this is rather difficult.
Any suggestions?
No clue man. Both those tutorials seem pretty straight-forward to me... I don't know why they wouldn't be working for you... as you can see from the Articles I've posted so far, I don't use the code myself, I just write until the line wraps naturally around the graphic.... I honestly couldn't tell you why such a simple HTML tag is giving you trouble. Seems pretty basic to me from here.
Who is online
Users browsing this forum: No registered users and 1 guest