<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Alignment Query</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Alignment Query]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 02:25:39 +0000</pubDate>
  <lastBuildDate>Wed, 23 Nov 2005 08:35:45 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=17319</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Alignment Query : first of all this is a topic related...]]></title>
   <link>https://forums.webwiz.net/alignment-query_topic17319_post94198.html#94198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20191">Ali Bilgrami</a><br /><strong>Subject:</strong> 17319<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2005 at 8:35am<br /><br /><DIV>first of all this is a topic related to MODS you shud be posting this in the relative topic in which this mod was discussed originally AND in the relative&nbsp;MODS FORUM&nbsp;unless you had some other reason for making a new one.</DIV><DIV>ANYWAY</DIV><DIV>&nbsp;</DIV><DIV>change this</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>If NOT rsTopPostersMod.EOF Then Response.Write("&lt;br&gt;")<BR>Loop<BR></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>to this</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>If NOT rsTopPostersMod.EOF Then Response.Write(":")<BR>Loop<BR></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>OR if you do not want a spacer</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>Loop<BR></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>simply delete the IF statement above LOOP.</DIV>]]>
   </description>
   <pubDate>Wed, 23 Nov 2005 08:35:45 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/alignment-query_topic17319_post94198.html#94198</guid>
  </item> 
  <item>
   <title><![CDATA[Alignment Query : Hi all,  A real easy question...]]></title>
   <link>https://forums.webwiz.net/alignment-query_topic17319_post94184.html#94184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19991">Shayneh</a><br /><strong>Subject:</strong> 17319<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2005 at 4:12am<br /><br />Hi all,<DIV>&nbsp;</DIV><DIV>A real easy question for you gurus out there but i cant seem to figure it out. I have Top posters code installed as below but it displays the top posters vertically when i need it to be displayed horizontally.</DIV><DIV>&nbsp;</DIV><DIV>Example. It displays as below</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp; &nbsp;Poster1 xx</DIV><DIV>&nbsp;&nbsp;&nbsp; Poster2 xx</DIV><DIV>&nbsp;&nbsp;&nbsp; Poster3 xx</DIV><DIV>&nbsp;&nbsp;&nbsp; Poster4 xx</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;Poster5 xx</DIV><DIV>&nbsp;</DIV><DIV>I need it display as Poster1 xx, Poster2 xx, Poster3 xx, Poster4 xx, Poster5 xx</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>&lt;script&nbsp; language="JavaScript"&gt;<BR>&lt;!-- Hide from older browsers...<BR>//Function to open pop up window<BR>function openWin(theURL,winName,features) {<BR>&nbsp;&nbsp; window.open(theURL,winName,features);<BR>}<BR>// --&gt;<BR>&lt;/script&gt;<BR>&lt;%<BR>Dim rsTopPostersMod<BR>Dim strSQLTopPostersMod<BR>Dim strTopPostersModCon<BR>Dim adoTopPostersModCon<BR>Dim strTopPosterUsername<BR>Dim strTopPostersModForumPath<BR>'The path to the forum<BR>strTopPostersModForumPath = " "<BR>'Database connection<BR>'-----------------------------<BR>'-----------------------------<BR>'Default connection<BR>strTopPostersModCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" &amp; Server.MapPath("admin/database/wwforum.mdb")<BR>'Uncomment for a full phsyical path. Then change the path<BR>'strTopPostersModCon = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=C:/yoursite/root/forum/admin/database/"<BR>'Uncomment for a DSN connection<BR>'strTopPostersModCon = "DSN=DSN_NAME"<BR>'-----------------------------<BR>'-----------------------------<BR>Set adoTopPostersModCon = Server.CreateObject("ADODB.Connection")<BR>adoTopPostersModCon.Open strTopPostersModCon<BR>Set rsTopPostersMod = Server.CreateObject("ADODB.Recordset")<BR>strSQLTopPostersMod = "SELECT TOP 5 tblAuthor.Author_ID, tblAuthor.Username, tblAuthor.No_of_posts FROM tblAuthor "<BR>strSQLTopPostersMod = strSQLTopPostersMod &amp; "ORDER BY tblAuthor.No_of_posts DESC;"<BR>rsTopPostersMod.Open strSQLTopPostersMod, adoTopPostersModCon<BR>Do WHILE NOT rsTopPostersMod.EOF<BR>&nbsp;If len(rsTopPostersMod("Username"))&gt;18 then<BR>&nbsp; strTopPosterUsername = left(rsTopPostersMod("Username"),18) <BR>&nbsp;Else<BR>&nbsp; strTopPosterUsername = rsTopPostersMod("Username")<BR>&nbsp;End If<BR>&nbsp;Response.Write("&lt;a href=""javascript:openWin('" &amp; strTopPostersModForumPath &amp; "pop_up_profile.asp?PF=" &amp; rsTopPostersMod("Author_ID") &amp; "','profile','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=590,height=425' )""&gt;" &amp; strTopPosterUsername &amp; "&lt;/a&gt; (" &amp; rsTopPostersMod("No_of_posts") &amp; ")")<BR>rsTopPostersMod.MoveNext<BR>If NOT rsTopPostersMod.EOF Then Response.Write("&lt;br&gt;")<BR>Loop<BR>rsTopPostersMod.Close<BR>Set rsTopPostersMod = Nothing<BR>adoTopPostersModCon.Close<BR>Set adoTopPostersModCon = Nothing<BR>%&gt;<BR></td></tr></table></DIV><DIV>&nbsp;</DIV><DIV>Appreciate the help!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 23 Nov 2005 04:12:44 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/alignment-query_topic17319_post94184.html#94184</guid>
  </item> 
 </channel>
</rss>