PDA

View Full Version : Help needed desperately



cricketchamps
July 15th, 2006, 11:44 AM
can u please visit this page (http://www.xyooj.com/blog/plink/technical/27/wordpress-youtube-video-gallery-plugin/) and tell me where do i put this


<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Ya249HodrPU"></param><embed src="http://www.youtube.com/v/Ya249HodrPU" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

in this


yt_video_full {
margin: 0px 6px 6px -6px;
padding: 4px;
text-align:center;
}
.yt_video_thumbs {
height: 470px;
overflow:scroll;
border: 2px inset gray;
}
.yt_video_thumb {
text-align:center;
}
.yt_video_thumb_meta {
margin: 0px;
padding: 4px 0px 4px 0px;
text-align: left;
overflow: hidden;
}

.yt_video_thumb_meta .yt_thumb_meta_label {
font-weight: bold;
}
.yt_video_thumb_img {
margin: 5px;
padding: 4px;
/*width: 220px;*/
width: 45%;
height: 220px;
float:left;
text-align:center;
}
.yt_video_thumb_img img {
background-color: #fff;
border: 1px solid #a9a9a9;
margin: 6px 6px 6px 6px;
padding: 4px;
}
.yt_gallery_footer {
clear:left;
}

If you will visit this page you will get what i mean by that.

http://www.xyooj.com/blog/plink/technical/27/wordpress-youtube-video-gallery-plugin/

Adrian
July 15th, 2006, 01:05 PM
the code you posted is css you can't put an object in it without f'n it up. look for the body tag.

alvintan
July 17th, 2006, 06:51 AM
Try placing the youtube code in a new page and upload that. They access it with a regular browser and you can see how it works. Then decide where you want it to appear and place the code on the page you want. Like Adrian said, that bit that you showed is CSS...