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 Discussions (General)
 Forum Cosmetics
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

snaayk
Senior Member

USA
1061 Posts

Posted - 06 September 2002 :  23:52:40  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
When viewing a multi page topic there is an extra cell in the last header row. Its placed here so it can match the one in the first header row, for the page drop down. However, it's "prettier" if it is removed.

Line: 717
	if (AdminAllowed = 1) then
		if maxpages > 1 then
	        	Response.Write	"                <td align=""right"" bgcolor=""" & strHeadCellColor & """ nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """> </font></td>" & vbNewLine
		end if		Response.Write	"                <td align=""right"" bgcolor=""" & strHeadCellColor & """ nowrap>" & vbNewLine
		call AdminOptions()
		Response.Write	"</td>" & vbNewLine
	else
        	Response.Write	"                <td align=""right"" bgcolor=""" & strHeadCellColor & """ nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """> </font></td>" & vbNewLine
	end if


Remove the code in RED

Line: 707
	Response.Write	"                <td align=""center"" bgcolor=""" & strHeadCellColor & """ width=""" & strTopicWidthRight & """"
	if lcase(strTopicNoWrapRight) = "1" then Response.Write(" nowrap")
	'if maxpages > 1 and (AdminAllowed = 1) then Response.Write(" colspan=""2""")


replace with:

	Response.Write	"                <td "
		if maxpages > 1 then
	        	Response.Write	"colspan=""2"" "
		end if
	Response.Write  "align=""center"" bgcolor=""" & strHeadCellColor & """ width=""" & strTopicWidthRight & """"
	if lcase(strTopicNoWrapRight) = "1" then Response.Write(" nowrap")
	'if maxpages > 1 and (AdminAllowed = 1) then Response.Write(" colspan=""2""")

snaayk
Senior Member

USA
1061 Posts

Posted - 06 September 2002 :  23:54:42  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
looking closer I saw this:

'if maxpages > 1 and (AdminAllowed = 1) then Response.Write(" colspan=""2""")

were these intentions that were forgotten or was there a problem with there implementation?
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 September 2002 :  00:19:19  Show Profile
didn't like the way it looked. I think it's "prettier" if the top and the bottom look the same (in regards to how the text lines up in the cell just before it).
Go to Top of Page

snaayk
Senior Member

USA
1061 Posts

Posted - 07 September 2002 :  01:07:08  Show Profile  Visit snaayk's Homepage  Send snaayk an AOL message  Send snaayk an ICQ Message  Send snaayk a Yahoo! Message
quote:
Originally posted by RichardKinser

didn't like the way it looked. I think it's "prettier" if the top and the bottom look the same (in regards to how the text lines up in the cell just before it).



actually, after i edited mine, posted here, and went back I have to agree with you. The word topic won't line up and makes things look worse.
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 September 2002 :  01:25:46  Show Profile
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07