Wongtong Posted October 27, 2009 Share Posted October 27, 2009 So.. been working on my website.That's just a short screenie of the problem I have encountered (it's probably simple to solve).I want to make the links directly opposite each other without them being on separate lines. Here's what I've got: <div class="dashed-end"></div> <p align=left><a href="/micro/index.htm">Take me to the previous page!</a></p><p align=right><a href="/micro/fungi.htm">Take me to the next page!</a></p> <div class="dashed-end">.dashed-end{border-top: 1px dashed #000000; border-color: #000000;} Thanks for any help :D 8,180WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME#1 Wongtong stalker.Im looking for some No Limit soldiers! Link to comment Share on other sites More sharing options...
JoeDaStudd Posted October 27, 2009 Share Posted October 27, 2009 Have you tried using the css instead?<div class="dashed-end"></div> <p style="float:left;display:inline;margin:0px;"><a href="/micro/index.htm">Take me to the previous page!</a></p> <p style="float:right;display:inline;margin:0px;"><a href="/micro/fungi.htm">Take me to the next page!</a></p> Just tested it in dreamweaver and it looks ok. [hide=Drops]Dragon Axe x11Berserker Ring x9Warrior Ring x8SeercullDragon MedDragon Boots x4 - all less then 30 kcGodsword Shard (bandos)Granite Maul x 3Solo only - doesn't include barrows[/hide][hide=Stats][/hide] Link to comment Share on other sites More sharing options...
Wongtong Posted October 27, 2009 Author Share Posted October 27, 2009 (edited) Thank you very much Joe :D Please lock. Edited October 27, 2009 by laura0077 As you wish. 8,180WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME#1 Wongtong stalker.Im looking for some No Limit soldiers! Link to comment Share on other sites More sharing options...
Recommended Posts