NOcanoa
NOcanoa
KPCKevin Powell - Community
Created by NOcanoa on 7/29/2024 in #front-end
Is it possible to add links to a table?
i am trying so when i click a row it will link to a spesific page?
<table>
<thead>
<tr>
<th>number</th>
<th>1title</th>
<th>desciptiom</th>
</tr>
</thead>
<tbody>
<tr><!-- so if i click any off these it will go to url/topic1 -->
<th>1</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
<tr><!-- so if i click any off these it will go to url/topic2 -->
<th>2</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
<tr> <!-- so if i click any off these it will go to url/topic3 -->
<th>2</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>number</th>
<th>1title</th>
<th>desciptiom</th>
</tr>
</thead>
<tbody>
<tr><!-- so if i click any off these it will go to url/topic1 -->
<th>1</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
<tr><!-- so if i click any off these it will go to url/topic2 -->
<th>2</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
<tr> <!-- so if i click any off these it will go to url/topic3 -->
<th>2</th>
<th>blabla</th>
<th>sdfgzdlgd xd j</th>
</tr>
</tbody>
</table>
33 replies
KPCKevin Powell - Community
Created by NOcanoa on 6/4/2024 in #os-and-tools
What is this part called in css
No description
20 replies
KPCKevin Powell - Community
Created by NOcanoa on 5/9/2024 in #os-and-tools
Hosting website
hi, I been playing around whit astro to make a static site. Any recommendations on where to host static website,(vercel vs netlify vs CF pages ...)? [whit a free plan]
7 replies