Page 1 of 1

[SOLVED]Trying to align DewPlayer with adjacent text.

Posted: Wed Feb 22, 2012 8:41 pm
by genestevo
Hi Folks,
I've successfully downloaded, installed and have working a brilliant little gadget called Dewplayer.
However I'm going wrong somewhere with the alignment of the player with the associated text.
The page is at: http://historypoints.org/index.php?page ... lace-names
The HTML is:

Code: Select all

<p>To hear how to pronounce Conwy press play: {cms_module module=DewPlayer id=1; align="absmiddle"}</p>
Any advice greatfully recieved. It works as is but I'd rather learn how to get it to look right as well.
Cheers,
Gene Stevo.

Re: Trying to align DewPlayer with adjacent text.

Posted: Wed Feb 22, 2012 9:25 pm
by Wishbone
You can do something like:

Code: Select all

.dewplayer {
position: relative;
top: 5px;
}

Re: Trying to align DewPlayer with adjacent text.

Posted: Wed Feb 22, 2012 11:29 pm
by genestevo
Thank you, thank you, thank you.
Never thought to make a class. Truth be known I wouldn't have known what to call it, guess dewplayer too obvious for my barely trained mind. :)
Whenever I see those curly bracket things I get all twitchy and nervous.
Cheers again,
Gene Stevo.

Re: [SOLVED]Trying to align DewPlayer with adjacent text.

Posted: Thu Feb 23, 2012 12:58 am
by Wishbone
The 'curly bracket things' are what makes CMSMS great! :)