November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Anything blocking it to the right? We would need to see the rest of your code (both html and css), to be able to help.
Hi
<TABLE border=0 width="100%" height=158>
<TBODY>
<TR vAlign=top>
<TD><P align=center>Test1</P></TD>
<TD align=right><P align=right><IMG alt="" src="/Documents/Environment/M%c3%a4rkning/EUeko.png"></P></TD></TR>
<TR vAlign=top>
<TD><P align=center>Test2</P></TD>
<TD>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</TD></TR></TBODY></TABLE>
Need to see the CSS for site (view mode), since it looked okay in the editor?
It was the CSS file :-)
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
Hi,
i have a celltable with an image.
I wanto to change the alignment of the cell.
In the text editor:
right click -> cell properties -> align right.
It's work.
But when i save and publish the alignment doesn't work. (image to left).
The generated html seems correct:
<TABLE border=0 width="100%">
<TBODY>
<TR vAlign=top>
<TD align=right><IMG style="WIDTH: 111px; HEIGHT: 110px" src="xxx"></TD>
Suggestions?