Css div

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • arnage
    replied
    With span or div property in css, this in markup.
    Code:
    <a class="left" href="./some1.php">Left Link</a> <a class="right" href="./some2.php">Right Link</a>

    Leave a comment:


  • dominik92r
    replied
    you should use the float function in your css.

    Leave a comment:


  • jaidon20k
    started a topic Css div

    Css div

    Please to do this with css.
    I want to put 2 link in one line, one should be on right and other on left at the same line.
    Eg.
    Link1 Link2
Working...
X