Help with css text and image alignment....

d|b

d|b

Associate
Joined
15 May 2007
Posts
283
This is my site at the moment:
http://www.stanislavberemski.com/testdir/

If you click on the "about me" section you will be able to see the problem that I am having. The text does not align with the image right at the top in either Firefox nor IE6. I am not really sure how to fix this and this has been a bit of a stumbling block for me for a sometime now.

I am using Dreamweaver to write the code but I have to say that my skills at CSS are not exactly amazing.

Thanks for the help.....
 
At the very end of your CSS document you have a class that looks like this
Code:
.text {
padding-top:12px;
}
Simply change this to 0px and you're sorted. The site's looking quite good by the way, but you should change the cursor to a pointer to indicate a link. :)
 
Thanks. Got it sorted. I dont even know what I was thinking when I put that in there!

What do you mean when you say change the cursor to the pointer? The arrow changes into a hand and finger? How do you that?
 
Back
Top Bottom