Ok, I'm working in dreamweaver trying to redesign one of my websites. I would like to put my logo aligned to the left and my live chat image aligned to the right, but on the same line. How do I do this? I've tried messing with the div tags, adding, moving things around, nothing.

Recommended Answers

All 4 Replies

I don't know how Dreamweaver works, but have you tried using the css float property? - logo to the left ( float: left ) and chat image to the right ( float: right )

Unfortunately I can't get that to work...where exactly would it and the images go? Is there any other way?

Well if your Div was the same height as the images, they would have to be on one line.

Can you post the code for that part of your page? It would really help a lot.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.