I am trying to line up a mini flashplayer, that I downloaded from a website, under a centered image in some cases, and in other cases to the immediate left or immediate right of an image. This mini flashplayer uses "objects", and I plugged in my local pc (for testing) information.
I realize this is a basic question that everyone knows how to position an "object" to line up with an image, but I am not experienced at this and would appreciate any assistance.
I use this CSS for the center aligned images:
But using this CSS on the object (putting a span with a class=IND3) to line up the object with it has no affect.
Here is the code for the mini flash player that I am trying to align with the image:
I also need to position the flash player, in other cases, to the left or right of an image. But if that is not possible but the centering is possible, I'll change the other images to be centeerd as well.
I realize this is basic html coding but I just don't know how to do this.
Thank you
[A pc novice - the "IT Management" after my userid is there by mistake but there isn't any way to change it]
I realize this is a basic question that everyone knows how to position an "object" to line up with an image, but I am not experienced at this and would appreciate any assistance.
I use this CSS for the center aligned images:
Code:
.IND3 {
PADDING-RIGHT: 95px; PADDING-LEFT: 55px; FONT-SIZE: 12pt; PADDING-BOTTOM: 0px;
MARGIN: 0in 0% 0pt 25%; PADDING-TOP: 0px;
}
But using this CSS on the object (putting a span with a class=IND3) to line up the object with it has no affect.
Here is the code for the mini flash player that I am trying to align with the image:
Code:
<object type="application/x-shockwave-flash"
data="button/musicplayer.swf?&song_url=Music/Anthem.mp3&buttons=,images/playbutton.jpg,images/stopbutton.jpg,&" width="15" height="23">
<param name="movie"
value="button/musicplayer.swf?&song_url=Music/Anthem.mp3&buttons=,images/playbutton.jpg,images/stopbutton.jpg,&" />
<img src="noflash.gif"
width="15" height="23" alt="" />
</object>
I also need to position the flash player, in other cases, to the left or right of an image. But if that is not possible but the centering is possible, I'll change the other images to be centeerd as well.
I realize this is basic html coding but I just don't know how to do this.
Thank you
[A pc novice - the "IT Management" after my userid is there by mistake but there isn't any way to change it]