Avatar billede milas Nybegynder
28. februar 2002 - 19:35 Der er 5 kommentarer og
1 løsning

HTML

Tjek lige www.absolutelets80s.dk/xtasy/tagwall_main.asp - fortæl mig så lige hvad jeg skal gøre for at de tags man tilføjer bilver inde i cellen og bare gør cellen større, istedet for at det begynder at stå uden for cellen...!!!
Avatar billede grunken Nybegynder
28. februar 2002 - 19:45 #1
placerer loopet i dit asp rigtigt så de næste ikke kommer uden for tablen såre simpelt
Avatar billede milas Nybegynder
28. februar 2002 - 19:48 #2
Hvor:

<html>

<head>
<meta name="Copyrigt" content="© R3b3L design">
<meta name="keywords" content="counter-strike, claner, cs, Xtasy">
<meta name="description" content="|XtAsY| CS-Clan">
<meta http-equiv="Content-Language" content="da">
<style>
}
A:link {
    COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
    COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
    COLOR: #ffffff; TEXT-DECORATION: none
}
</style>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>|XtAsY|</title>
</head>

<body bgcolor="#C0C0C0" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<div align="center"><div align="center"><center>

<table border="0" width="800" cellspacing="0">
  <tr>
    <td width="796" colspan="2"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"><img
    src="banner.jpg" width="796" height="100" alt="banner.jpg (30420 bytes)"></td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)" valign="top"><table
    border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><strong><font face="Tahoma">.::Menu::.</font></strong></small></td>
      </tr>
    </table>
    </td>
    <td width="696"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"
    valign="top"><table border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><strong><font face="Tahoma">XtAsY | Tagwall</font></strong></small></td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)" valign="top"><table
    border="0" width="100%">
      <tr>
        <td width="100%" style="border-bottom: 1px solid rgb(0,0,0)"><font face="Tahoma"><strong><small><small>»
        Home</small></small><br>
        </strong><small><small>&nbsp; - <a href="index.asp">News</a></small></small><br>
        <small><small>&nbsp; - <a href="memberz.asp">Members</a></small></small><br>
        <small><small>&nbsp; - <a href="clanwarz.asp">ClanWars</a></small></small><br>
        <small><small>&nbsp; - <a href="tagwall_main.asp">Tagwall</a></small></small><br>
        <small><small>&nbsp; - <a href="rulez.asp">Rules</a></small></small><br>
        <small><small>&nbsp; - <a href="linkz.asp">Links</a></small></small><br>
        <small><small>&nbsp; - <a href="admin.asp">Admin</a></small></small><br>
        <strong><small><small>» Downloads</small></small><br>
        </strong><small><small>&nbsp; - <a href="filez.asp">Files</a></small></small><br>
        <small><small>&nbsp; - <a href="demoz.asp">Demos</a></small></small><br>
        <small><small>&nbsp; - <a href="ss.asp">SS</a></small></small></font></td>
      </tr>
      <tr>
        <td width="100%"><p align="center"><font face="Tahoma">&nbsp; <br>
        <a href="http://www.thecleaners.dk" target="_blank"><img src="gat.gif" width="80"
        height="102" alt="gat.gif (5305 bytes)" border="0"></a><br>
        <br>
        <a href="http://www.thecpl.com" target="_blank"><img src="cpl.gif" width="83" height="83"
        alt="cpl.gif (7279 bytes)" border="0"></a><br>
        <br>
        <a href="http://www.counter-strike.dk" target="_blank"><img src="csdk88x31.gif" width="88"
        height="31" alt="csdk88x31.gif (11956 bytes)" border="0"></a><br>
        &nbsp; </font></td>
      </tr>
    </table>
    </td>
    <td width="696"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"
    valign="top"><div align="center"><center><table border="0" width="500">
      <tr>
        <td width="496" colspan="2"><p align="center"><a href="tagwall_add.asp"><small><font
        face="Tahoma">Add New Tag</font></small></a></td>
      </tr>
      <tr>
<%
Conn = "PROVIDER=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("tagwall.mdb") & ";UID=admin;PWD=;"
Set myConn = Server.CreateObject("ADODB.Connection")
myConn.Open Conn
Set rs = myConn.Execute("SELECT * FROM tagwall ORDER BY id desc")
do until rs.EOF
%>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Name:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("name")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Email:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a
        href="mailto:<%=rs("email")%>"><%=rs("email")%></a></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">ICQ:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("icq")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Homepage:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a href="<%=rs("hp")%>"><%=rs("hp")%></a></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Clan:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("clan")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Clan Homepage:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a href="<%=rs("clanhp")%>"><%=rs("clanhp")%></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Date:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("tagdato")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Comment:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("text")%>
</td>
      </tr>
    </table>
    </center></div></td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)"><table
    border="0" width="100%">
      <tr>
        <td width="100%"><small><small><small>&nbsp; </small></small></small></td>
      </tr>
    </table>
    </td>
    <td width="696" style="border: 1px solid rgb(0,0,0)"><table border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><small><small><strong><font face="Tahoma">Copyright
        © </a><a href="mailto:Rebel_Leader_667@Hotmail.com">R3b3L design</a></font></strong></small></small></small></td>
      </tr>
    </table>
    </td>
  </tr>
</table>
</center></div><%
rs.MoveNext
loop
myConn.Close
Set myConn = Nothing
%>
</div>
</body>
</html>
Avatar billede grunken Nybegynder
28. februar 2002 - 19:53 #3
sådan ca.

<html>

<head>
<meta name="Copyrigt" content="© R3b3L design">
<meta name="keywords" content="counter-strike, claner, cs, Xtasy">
<meta name="description" content="|XtAsY| CS-Clan">
<meta http-equiv="Content-Language" content="da">
<style>
}
A:link {
    COLOR: #000000; TEXT-DECORATION: none
}
A:visited {
    COLOR: #000000; TEXT-DECORATION: none
}
A:hover {
    COLOR: #ffffff; TEXT-DECORATION: none
}
</style>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>|XtAsY|</title>
</head>

<body bgcolor="#C0C0C0" text="#000000" link="#000000" vlink="#000000" alink="#000000">
<div align="center"><div align="center"><center>

<table border="0" width="800" cellspacing="0">
  <tr>
    <td width="796" colspan="2"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"><img
    src="banner.jpg" width="796" height="100" alt="banner.jpg (30420 bytes)"></td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)" valign="top"><table
    border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><strong><font face="Tahoma">.::Menu::.</font></strong></small></td>
      </tr>
    </table>
    </td>
    <td width="696"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"
    valign="top"><table border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><strong><font face="Tahoma">XtAsY | Tagwall</font></strong></small></td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)" valign="top"><table
    border="0" width="100%">
      <tr>
        <td width="100%" style="border-bottom: 1px solid rgb(0,0,0)"><font face="Tahoma"><strong><small><small>»
        Home</small></small><br>
        </strong><small><small>&nbsp; - <a href="index.asp">News</a></small></small><br>
        <small><small>&nbsp; - <a href="memberz.asp">Members</a></small></small><br>
        <small><small>&nbsp; - <a href="clanwarz.asp">ClanWars</a></small></small><br>
        <small><small>&nbsp; - <a href="tagwall_main.asp">Tagwall</a></small></small><br>
        <small><small>&nbsp; - <a href="rulez.asp">Rules</a></small></small><br>
        <small><small>&nbsp; - <a href="linkz.asp">Links</a></small></small><br>
        <small><small>&nbsp; - <a href="admin.asp">Admin</a></small></small><br>
        <strong><small><small>» Downloads</small></small><br>
        </strong><small><small>&nbsp; - <a href="filez.asp">Files</a></small></small><br>
        <small><small>&nbsp; - <a href="demoz.asp">Demos</a></small></small><br>
        <small><small>&nbsp; - <a href="ss.asp">SS</a></small></small></font></td>
      </tr>
      <tr>
        <td width="100%"><p align="center"><font face="Tahoma">&nbsp; <br>
        <a href="http://www.thecleaners.dk" target="_blank"><img src="gat.gif" width="80"
        height="102" alt="gat.gif (5305 bytes)" border="0"></a><br>
        <br>
        <a href="http://www.thecpl.com" target="_blank"><img src="cpl.gif" width="83" height="83"
        alt="cpl.gif (7279 bytes)" border="0"></a><br>
        <br>
        <a href="http://www.counter-strike.dk" target="_blank"><img src="csdk88x31.gif" width="88"
        height="31" alt="csdk88x31.gif (11956 bytes)" border="0"></a><br>
        &nbsp; </font></td>
      </tr>
    </table>
    </td>
    <td width="696"
    style="border-left: 1px solid rgb(0,0,0); border-right: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0)"
    valign="top"><div align="center"><center><table border="0" width="500">
      <tr>
        <td width="496" colspan="2"><p align="center"><a href="tagwall_add.asp"><small><font
        face="Tahoma">Add New Tag</font></small></a></td>
      </tr>
      <tr>
<%
Conn = "PROVIDER=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("tagwall.mdb") & ";UID=admin;PWD=;"
Set myConn = Server.CreateObject("ADODB.Connection")
myConn.Open Conn
Set rs = myConn.Execute("SELECT * FROM tagwall ORDER BY id desc")
do until rs.EOF
%>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Name:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("name")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Email:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a
        href="mailto:<%=rs("email")%>"><%=rs("email")%></a></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">ICQ:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("icq")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Homepage:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a href="<%=rs("hp")%>"><%=rs("hp")%></a></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Clan:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("clan")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Clan Homepage:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><a href="<%=rs("clanhp")%>"><%=rs("clanhp")%></td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Date:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("tagdato")%>
</td>
      </tr>
      <tr>
        <td width="120" style="border-bottom: 1px solid rgb(0,0,0)"><strong><small><font
        face="Tahoma">Comment:</font></small></strong></td>
        <td width="370" style="border-bottom: 1px solid rgb(0,0,0)"><%=rs("text")%>
</td>
      </tr>

<Tr><td>noget der laver en opdelig af indlægende</td></tr>
<%
rs.MoveNext
loop
myConn.Close
Set myConn = Nothing
%>
    </table>
    </center></div></td>
  </tr>
  <tr>
    <td width="120"
    style="border-left: 1px solid rgb(0,0,0); border-top: 1px solid rgb(0,0,0); border-bottom: 1px solid rgb(0,0,0)"><table
    border="0" width="100%">
      <tr>
        <td width="100%"><small><small><small>&nbsp; </small></small></small></td>
      </tr>
    </table>
    </td>
    <td width="696" style="border: 1px solid rgb(0,0,0)"><table border="0" width="100%">
      <tr>
        <td width="100%"><p align="center"><small><small><small><strong><font face="Tahoma">Copyright
        © </a><a href="mailto:Rebel_Leader_667@Hotmail.com">R3b3L design</a></font></strong></small></small></small></td>
      </tr>
    </table>
    </td>
  </tr>
</table>
</center></div>
</div>
</body>
</html>

-grunken
Avatar billede milas Nybegynder
28. februar 2002 - 19:57 #4
Noget der laver en opdeling af indlæggende...???
Avatar billede milas Nybegynder
28. februar 2002 - 19:58 #5
Skriv et svar så har du dine point...! har det hele nu... thx m8 :o)
Avatar billede grunken Nybegynder
28. februar 2002 - 19:59 #6
svar :)
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
Kurser inden for grundlæggende programmering

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester