Hello all, first post here - great looking community! Anyhoo, I'm just learning about creating websites using css and all that jazz(I have previously done work with html), and I decided to use an existing template for my first project. So, I downloaded the template and opened it in dreamweaver cs3. I've successfully changed all of the background stuff(i.e. colors, etc), but changing the actual content is a problem. The template I have has a floating center with three columns inside this center. Now, I want to change this a bit but I'm not sure if I did it correctly. Also, when I insert new images, I have to make them look very odd to display correctly in firefox, IE, etc. Any advice? If anyone can help I will send the files to them, I can't seem to get them uploaded correctly on my site - which brings me to my second question. When I am trying to upload from dreamweaver, my test connection to my ftp goes fine but I cannot select siteut to upload it. I also cannot figure out how to change the images so they work, do I need to go in and manually change every one so it links to www.daemondesigns.com/images/***.jpg rather than off my computer? Yes, I know I have a lot to learn but I am trying. Not looking for anyone to do it for me, I want to learn how to do it. I've got a copy of the book everyone always talks about on here coming, Building websites the correct way(I can't remember the exact title). Thanks!
Hello. The usual way to display images is upload them via FTP to a special directory in your hosting account, say "images", and then include "img" links pointing to that directory. <img src="images/mypic.jpg"> Code (markup): If Dreamweaver's FTP is not working all right, perhaps you may try with another FTP program. It is always useful to have two ways to do the same thing .