View Full Version : Help with Web Page - embedded player


David Hurdon
March 2nd, 2006, 08:37 AM
I'm building a site to sell a DVD and using the hosting service's on-line web site builder, to take advantage of design templates beyond my poor HTML skills. I have access to it also by FTP and in order to embed a wm player for the trailer I pulled down the page, added the code and put it back. It seems to work fine, but there is a rectangle of dotted lines surrounding the player, and I didn't put them there. The site uses CSS and I don't speak it, so if it's coming from some set of parameters therein I wouldn't know. Can anyone give me advice on getting rid of it, the dotted rectangle that is?

http://www.toronto-island.com (the "Programme" page)

Thanks,

David Hurdon

Keith Loh
March 2nd, 2006, 11:32 AM
I didn't have time to find out which one of your three stylesheets has it but you are looking for the class "note" which is the container for your video.

Do a search in your files for

.note

and you should find it.

When you find where that "note" is, take out or comment out any line that refers to "border".

Save that stylesheet and upload it.

David Hurdon
March 2nd, 2006, 11:38 AM
Great help, Keith. Thanks. That's why I love this virtual place so much!

David Hurdon

David Hurdon
March 2nd, 2006, 01:01 PM
That did it! The note entry was actually in the html document for the page itself, rather than in the css files, and it was set to "0", but eliminating it made the line disappear. Thanks again, Keith.

David Hurdon

Keith Loh
March 2nd, 2006, 01:29 PM
It's nice solving problems yourself. That way you learn :)

Dan Euritt
March 2nd, 2006, 02:28 PM
david, the class id specified on that video page is the old one... this page has the latest class id on it: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/simpleexampleofscriptinginawebpage.asp

you should also make sure that the width and height specs listed are correct, and that it works in firefox, if possible.

James Emory
March 3rd, 2006, 06:32 AM
Yep, for HTML code, an image's border is defined in the img src string as border=0 for no border and any numer higher than zero for different size borders. You can find more information about embedded players and much more coding at the link below.

Embedded players
www.htmlgoodies.com/tutorials/web_graphics/article.php/3480061

www.htmlgoodies.com