PDA

Click to See Complete Forum and Search --> : Help Placing Image


hig
11-10-2007, 12:20 AM
I am in need of some help. I am a NEWBIE and have been self teaching myself. I have a site I am trying to build were the home page layout is different from the rest of the pages. I am trying to use the same css file to link to all pages.

I have my home page layed out perfect. My next page is looking good except I am trying to add an image to the left of the text and can't seem to figure it out.

Can someone look at this code and tell me what I am doing wrong? Keep in mind, the code maynot be the cleanest or layed out exactly right, as I said, I am a NEWBIE.

Thanks,
Keith

GraphixNPrint
11-10-2007, 02:49 PM
this may not be the proper way doing it with css, but this is the way I used to do it in html

<img src="picture.jpg" hspace="5" vspace="0" border="0" align="left">Then whatever text goes here...

tZ
11-10-2007, 10:38 PM
You need to float the image to the left but, make sure the container(div) with the image in it is before the text container in the HTML. Then you need to set a left-margin on the text div equal to that of the image width.

hig
11-11-2007, 01:24 AM
Thanks for your help. I thought it was something simple that I was messing up.

Keith

GraphixNPrint
11-11-2007, 02:45 AM
WAIT.... hig is a Simpson charachter?? ;)

hig
11-17-2007, 08:21 PM
Don't really know how it applies, I just a newbie and it felt like it fit.

Here is the (almost) final site. Still need to work on some font alignment and sizing.

khcreative.we.bs

Thanks,
Hig