Here is a prototype of what I am trying to implement
Here is what I currently have : JsFiddle
I am trying to get the picture of the guy on the laptop to align correctly with and to the right of the paragraph components - Business Traveller, Office Supply Purchases, etc...
What I've tried is using Align attribute, changing my img src code to
<img id="laptop" align="middle" src="zoom-39988392-3.JPG" height = "90" width ="90" />
but that didn't have any effect. I also tried Float but that messed up my margins and the organization of my left components.
Is there a way I can do this without floating?
You have to create two columns. 1 column for the menu and the second column for the image. If you do this, you wont have trouble floating.
See the fiddle
The HTML and CSS that i've used is as follows. Used
float:left
HTML
CSS
You will have to work with the height and width of each divs. I just made it roughly.