The formatting buttons look funky... especially bold, code and smile.
For a while I thought my monitor was just off... but now I realize it is bug in the code. The width is set wrong for some of the buttons.
<td bgColor="<% =strPopUpTableColor %>" align=right rowspan=2 valign=top>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Format:</b></font>
</td>
<td bgColor="<% =strPopUpTableColor %>" align=left>
<a href="Javascript:bold();"><img src="icon_editor_bold.gif" width="22" height="22" alt="Bold" border="0"></a>
<a href="Javascript:italicize();"><img src="icon_editor_italicize.gif" width="23" height="22" alt="Italicized" border="0"></a>
<a href="Javascript:underline();"><img src="icon_editor_underline.gif" width="23" height="22" alt="Underline" border="0"></a>
<a href="Javascript:center();"><img src="icon_editor_center.gif" width="22" height="22" alt="Centered" border="0"></a>
<a href="Javascript:hyperlink();"><img src="icon_editor_url.gif" width="22" height="22" alt="Insert Hyperlink" border="0"></a>
<a href="Javascript:email();"><img src="icon_editor_email.gif" width="23" height="22" alt="Insert Email" border="0"></a>
<% if strIMGInPosts = "1" then %>
<a href="Javascript:image();"><img src="icon_editor_image.gif" width="23" height="22" alt="Insert Image" border="0"></a>
<% end if %>
<a href="Javascript:showcode();"><img src="icon_editor_code.gif" width="22" height="22" alt="Insert Code" border="0"></a>
<a href="Javascript:quote();"><img src="icon_editor_quote.gif" width="23" height="22" alt="Insert Quote" border="0"></a>
<a href="Javascript:list();"><img src="icon_editor_list.gif" width="23" height="22" alt="Insert List" border="0"></a>
<% if lcase(strIcons) = "1" then %>
<a href="JavaScript:openWindow2('pop_icon_legend.asp')"><img src="icon_editor_smilie.gif" width="22" height="22" alt="Insert Smilie" border="0"></a>
<% end if %>
</td>
Anywhere it says width=22 should be changed to width=23 (should be on 5 buttons):
<td bgColor="<% =strPopUpTableColor %>" align=right rowspan=2 valign=top>
<font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><b>Format:</b></font>
</td>
<td bgColor="<% =strPopUpTableColor %>" align=left>
<a href="Javascript:bold();"><img src="icon_editor_bold.gif" width="23" height="22" alt="Bold" border="0"></a>
<a href="Javascript:italicize();"><img src="icon_editor_italicize.gif" width="23" height="22" alt="Italicized" border="0"></a>
<a href="Javascript:underline();"><img src="icon_editor_underline.gif" width="23" height="22" alt="Underline" border="0"></a>
<a href="Javascript:center();"><img src="icon_editor_center.gif" width="23" height="22" alt="Centered" border="0"></a>
<a href="Javascript:hyperlink();"><img src="icon_editor_url.gif" width="23" height="22" alt="Insert Hyperlink" border="0"></a>
<a href="Javascript:email();"><img src="icon_editor_email.gif" width="23" height="22" alt="Insert Email" border="0"></a>
<% if strIMGInPosts = "1" then %>
<a href="Javascript:image();"><img src="icon_editor_image.gif" width="23" height="22" alt="Insert Image" border="0"></a>
<% end if %>
<a href="Javascript:showcode();"><img src="icon_editor_code.gif" width="23" height="22" alt="Insert Code" border="0"></a>
<a href="Javascript:quote();"><img src="icon_editor_quote.gif" width="23" height="22" alt="Insert Quote" border="0"></a>
<a href="Javascript:list();"><img src="icon_editor_list.gif" width="23" height="22" alt="Insert List" border="0"></a>
<% if lcase(strIcons) = "1" then %>
<a href="JavaScript:openWindow2('pop_icon_legend.asp')"><img src="icon_editor_smilie.gif" ="23" height="22" alt="Insert Smilie" border="0"></a>
<% end if %>
</td>
--Aaron
MySubs Email MOD
MOD to Smile Mgr
HotKeys MOD