Basic HTML help needed!!?

  • Thread starter Thread starter IRON666
  • Start date Start date
I

IRON666

Guest
<table>
<tr><td>YOUR CODE HERE</td><td>YOUR CODE HERE</td><td>YOUR CODE HERE</td></tr>
</table>
 
< p style="line-height: nnpx; text-align: center;" >

< img src="rightmost.jpg" alt="Right icon" height="rr" width="rr" style="display: inline; float: right; margin-right: 1em;" >

< img src=" leftmost.jpg" alt="Left icon" height="ll" width="ll" style="display: inline; float: left; margin-left: 1em;" >

< img src=" center.jpg" alt="Center icon" height="cc" width="cc"
style="margin:0 auto;" >

< / p >

Note that "nn" for line-height is the largest height of the icons. Note that the order of the floated elements - right first, then left, then centered, is important. Adjust right and left margins for floated elements as desired. Add top/bottom padding for paragraph if desired. Spacing has been added to tags for the benefit of Yahoo! Answers.
 
How can i (in html) get 3 icons side by side on my webpage, as opposed to on top of each other???. I know for example <BR> is break, but what is it that makes things go next to each other
 
Back
Top