Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 v3.3 BUG + FIX inc_post_buttons... wrong width
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Aaron S.
Average Member

USA
985 Posts

Posted - 04 April 2002 :  10:46:46  Show Profile  Visit Aaron S.'s Homepage
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

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 11 April 2002 :  21:15:40  Show Profile
fixed in v3.4
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07