I'm having an issue with embedding three YouTube videos on a page. I wrapped them in a DIV and gave them a CLASS of "videoplayer". However, the DIV and CLASS don't seem to be displaying on the page.
To view the problem, check out:
Below is the CSS that's being used:
.videoplayer {
border: 1px solid #1D740C;
height: 384px;
width: 480px;
padding: 0px;
margin-left: 25px;
margin-bottom: 25px;
}
I've checked extensively and it seems like the DIV and CLASS are not being recognized at all, even though they are present. Has anyone encountered this issue before, or could it be against the rules?