i got a group of links and i just want them to appear across the bottom of this box, entsted of virticle. ive alwaysed had problems with this but i bet its simple
Well... do you mean on your webpage or in your sig? You can just use a simple table or just line them up like this: <table width="100" border="0" cellspacing="5" cellpadding="0"> <tr> <td>Link1</td> <td>Link2</td> <td>Link3</td> <td>Link4</td> <td>Link5</td> </tr> </table> Or <a href="http://www.site.com/">Link 1</a> | <a href="http://www.site.com/">Link 2</a> | <a href="http://www.site.com/">Link 3</a> | <a href="http://www.site.com/">Link 4</a> | <a href="http://www.site.com/">Link 5</a>
i tryed this and it didnt work? im talking for a website i dont want the links to appear verticle but horizontaly across the page
The table should work for sure... and this seems to work either way for me...but try making them inline like this: <a href="http://www.site.com/">Link 1</a> | <a href="http://www.site.com/">Link 2</a> | <a href="http://www.site.com/">Link 3</a> | <a href="http://www.site.com/">Link 4</a> | <a href="http://www.site.com/">Link 5</a>