Okay. The CSS and I are doing pretty good. I'm even starting to like it.
I wanted to add a picture to a div and had no clue as to how to do it so I tried the following which worked. Before I learn any bad habits, what is the correct way.
PHP Code:
<P ><img border="0" src="../images/filename.gif" align="left"> </P>
The text is in the next line <p> text </p>
This put the picture on the left. The text appeared on the right of the div beside the picture and then broke back to the left under the picture. Exactly what I wanted. So easy I have to assume it is the wrong way to do it!
A link is fine. I know you get tired of answering the same questions over and over.
And I do appreciate the time several of you have spent answering my questions.
|