|
Posted by Beauregard T. Shagnasty on November 5, 2007, 8:49 pm
Please log in for more thread options
JG wrote:
> Hello I've got an issue creating a web page.
Yes, you do. You can't make up HTML elements and expect it to work.
These:
> <left>
> <right>
> <b><font size="4">Right picture heading</font></b>
> </right>
> <br>
> <p><img src="Left Picture.jpg" width="430" height="285" alt="Alt Text"
> style="float:left">
The next <p> closes the previous one.
<p>
<span style="float: right">Right picture heading<br>
<img src="Right Picture.jpg" width="430" height="281" alt="Alt Text"
</span>
</p>
If there is no content text, why use <p>aragraphs?
Next time, post a URL. Run it through the validators first.
http://validator.w3.org/ http://jigsaw.w3.org/css-validator/validator.html
--
-bts
-Motorcycles defy gravity; cars just suck
|