Page is a not externally linkable
- Code, Content, and Presentation
-- WYSIWYG and Text Code Editors
---- Dreamweaver MX template issues


BeeDeeDubbleU - 12:50 pm on Oct 9, 2008 (gmt 0)


First of all you are not allowed to post URLs on this forum.

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 {
float: left;
}

img.OnRight {
float: right;
}


Thread source:: http://www.webmasterworld.com/html_editors/3761993.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com