I'm working on this site and the last guy to work on it decided to make everything an image on the site, including the text. My primary goal right now is to make as many of the text/images into actual text as I possibly can.
Here is an example that I am working on right now:
I want to take the paragraph and the sentences below the picture of the truck and make them text, but I want to keep separate images of the truck and the logo on the right in the same positions as they are in this picture. You can assume the truck is truck.png and the logo is logo.png.
I know this involves floating images around and changing the positions (relative, absolute, etc.), but I don't really know much about manipulating image positions other than putting images next to each other and below each other. Any help would be appreciated. Thanks!