Jump to content

How do I make a contanier?


marine13

Recommended Posts

What do you mean by a container? I mean that technically speaking, every element could be a container. A "li" containing a single list, and this "li" inside "ul" or "ol". A "div" or "span". Everything...

Link to comment
Share on other sites

use a <div>

<div style="style attributes here">...links go here...</div>

EDITlol...no worriesforums.asp.net is really bad for that. Each post/new topic has to be approved by a moderator. You can easily wait 1 - 2 hours to have your post approved. So after all that waiting you have 3-4 posts asking the same questions about your code or giving the same advice. :)

Link to comment
Share on other sites

basically a box around some links

Well, as I said, any element would do. Let's say a div...
<div style="border: 1px solid #000000"><a href="#">Link1</a><a href="#">Link2</a></div>

[edit] Heh... aspnetguy beated me :) [/edit]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...