Resources for the DotNetNuke Community
Dear
First... congratulations with you excellent module.I try to setup the PrintIcon and the PrintText aligned. But I can't... This is the code that the module generate...
<td class="GvbCntr02_05"><a id="dnn_ctr375_dnnTEMPLATEPRINT_hypImage" title="Print de inhoud van deze container!" href="/dsko/Default.aspx?tabid=55&mid=375&SkinSrc=[G]Skins/GvbSkin02/GvbSkin02-Prnt01&ContainerSrc=[G]Containers/GvbCntr02/GvbCntr02-Prnt01&dnnprintmode=true" target="_blank">
<img title="Print de inhoud van deze container!" src="/dsko/Portals/_default/Containers/GvbCntr02/Print.gif" alt="" border="0" /></a>
<a id="dnn_ctr375_dnnTEMPLATEPRINT_hypText" class="TmplPrnt" href="/dsko/Default.aspx?tabid=55&mid=375&SkinSrc=
[G]Skins/GvbSkin02/GvbSkin02-Prnt01&ContainerSrc=[G]Containers/GvbCntr02/GvbCntr02-Prnt01&dnnprintmode=true" target="_blank">Print</a></td>
This is my css code:
.GvbCntr02_05{ vertical-align: top; height: 32px; text-align: right; background-position: right top; background-image: url(GvbCntr02_02.gif); white-space: nowrap;}
a.TmplPrnt:link, a.TmplPrnt:visited{ font-weight: normal; font-size: 11px; color: #305f25; font-family: Verdana, Arial, Tahoma, Sans-Serif; text-decoration: none; vertical-align: baseline; padding: 0 10 0 0;}a.TmplPrnt:hover{ color: #26bf00;}a.TmplPrnt:active, a.TmplPrnt:focus{ color: #197f00;}a.TmplPrnt:active:hover{ color: #26bf00;}
I think the reason why this happens is: because the code that the module generate have a blank piece of text between the two <a></a> Blanco <a></a> tags...
Can anyone help me?...