Displaying Links

x-anubis-x

TH.net Regular
Reaction score
4
hey guys so for one of my classes i need to help redesign part of my schools website. they want to make it more interactive and "up-to-date". one page just lists like 20-30 links that the user can go to. personally i think its really dull but i cant think of ways to make it more interactive or how to display the links in a more appealing manner.

right now it looks likes this

  • link 1
  • link 2
  • link 3
  • just like this for another 30 links

so any ideas how to spice it up? lol, thanks for any ideas/suggestions
 

UndeadDragon

Super Moderator
Reaction score
447
Maybe post what you have at the moment, so we can see what the current design is.
 

Xorifelse

I'd love to elaborate about discussions...........
Reaction score
87
The best way to do this is with unordered lists.

JASS:
<ul id="meh">
    <li></li>
    <li>
       Catagory name
       <ul>
           <li></li>
       </ul>
    </li>
</ul>


These can be styled anyway you want and it's valid XHTML.
For example:

JASS:
#meh{
    display: block;
    float: left;
}
 

UndeadDragon

Super Moderator
Reaction score
447
Yeah, lists are good, especially when they are floated side by side.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top