Whenever I do something like this:
It always seems to put them 2 lines apart. Almost like when you use <p class="whatever"> and then put another one after it, it acts like there are two <br>'s in there. How can I make it not do that? I want them to be right on top of one another but I want to use different classes for them.Code:<a href="./Query/"><p class="norm2">Query Setup (without necessary drivers)</p><p class="other">(use if this is not the first time you have run the setup)</p></a>




Reply With Quote