Jump to content

Verileri Yan Yana Sıralama


Recommended Posts

arkadaşlar asp bi sayfada veri tabanından çektiğim bilgiler alt alta sıralanıyor.bunları yan yana bir türlü sıralatamadım. bir çok forumdaki her konuyu inceledim ama yapamadım.kodları örnek olarak aşağıda veriyorum.bu kodlarla yan yana sıralama yapabilmek için ne yapmam lazım rica etsem yardımcı olurmusunuz.tşekkürler..

<tr>
<td>
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" id="table130">
<tr>
<td colspan="3">
<table border="0" style="border-collapse: collapse" width="100%" height="7" cellpadding="0" id="table131">
<tr>
<td width="4">
<img border="0" src="shop_img/az_leftbox3_top_l.gif" width="29" height="25"></td>
<td background="shop_img/az_leftbox1_top_m.gif">
<font style="font-size: 9pt; font-weight:700" color="#5480A7">
&nbsp;<%if session("lang")="turkce" then%>Bilgi<%else%>İnfo<%end if%></font></td>
<td width="15" valign="top">
<font style="font-size: 9pt">
<img border="0" src="shop_img/az_leftbox1_top_r.gif" width="15" height="25"></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="1%" height="67" background="shop_img/m_sol.gif">
<font color="#F1F9FE" style="font-size: 1pt">E<br>f<br>e<br>
s<br>T<br>E<br>C<br>H</font></td>
<td height="67" background="shop_img/az_categbox_bg_r.gif" width="99%" valign="top">


<div align="center">
<table border="0" cellpadding="0" style="border-collapse: collapse" width="92%" id="table132">
<%
set rs = server.createobject("adodb.recordset")
sql="Select * from sayfalar_"&session("lang")&""
rs.open SQL,tech,1,3
do while not rs.eof
%>
<tr>
<td width="15">
<img border="0" src="shop_img/haber.gif" width="14" height="10"></td>
<td>&nbsp; <a href="?islem=bilgi&id=<%=Rs("id")%>" style="text-decoration: none"><font color="<%=font%>"><b><%=Rs("baslik")%></b></font></a><br>
<%
Rs.MoveNext
Loop
%></td>
</tr>
</table>
</div>


</td>
Link to comment
Share on other sites

  • 3 hafta sonra ...

tr yeni satır demek
senin yapman gereken

<table>
<tr>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
<td>xx</td>
</tr>
</table>

şeklinde tek satırda verileri td içine gömeceksin.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...