3
votes
How do I make <li> with block elements sit beside each other?
In your <UL> tag use the css attribute "list-style:none;" and in the <li> tag use the css attribute "display:inline;" you'll have to play around with the paddi …
0
votes
Does the Internet explorer web developer toolbar work with popups?
I just tried this on my machine, and it seems to be working. Make sure you're using the …
