- Impact
- 19
I am stuck with trying to align a photo on my website.
What is happening is it wants to align all the way to the left right next to my logo.
logo pic -------------------------------------------------------------------------------------------------> where i need it
This is the code:
<!-- header -->
<div id="header">
<div class="row-1">
<div class="logo"><a href="index.html"><img alt="" src="http://www.namepros.com/images/logo.jpg" /></a></div>
<IMG SRC="http://www.namepros.com/images/main-feature-green.png" ALIGN=RIGHT>
</div>
The <right>pic</right> does not help either. How can I manually push it to the right?
logo pic -------------------------------------------------------------------------------------------------> where i need it
This is the code:
<!-- header -->
<div id="header">
<div class="row-1">
<div class="logo"><a href="index.html"><img alt="" src="http://www.namepros.com/images/logo.jpg" /></a></div>
<IMG SRC="http://www.namepros.com/images/main-feature-green.png" ALIGN=RIGHT>
</div>
The <right>pic</right> does not help either. How can I manually push it to the right?
Last edited:




