Page is a not externally linkable
BeeDeeDubbleU - 12:50 pm on Oct 9, 2008 (gmt 0)
It looks like your problem is that you are relying on Dreamweaver without understanding much about what is going on in the HTML. I would suggest that you learn a bit more about CSS before attempting to create your own website. that way you will have a chance of understanding what has gone wrong. Your images problem can be solved by using simple floats in the CSS. img.OnLeft { img.OnRight {
First of all you are not allowed to post URLs on this forum.
float: left;
}
float: right;
}