Not really script but HTML... Can you help?

Started by Garrett, May 29, 2012, 08:55:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Garrett

I was doing HTML Coding when I hit a snag. I had an image that would put the text at the bottom of the image. I'm quit using the old BlueVoda and using something more old-tech, a old-tyme HTML Coder. But how can I position the text so that's it is in the middle of the picture.

The A in the photo that I attached is supposed to be where the red line is.

Please help!

Also: What is the difference between HTML and CSS
Owner and Operator, Garrett's Websites

Jason

Quote from: longhorn on May 29, 2012, 08:55:01 PM
I was doing HTML Coding when I hit a snag. I had an image that would put the text at the bottom of the image. I'm quit using the old BlueVoda and using something more old-tech, a old-tyme HTML Coder. But how can I position the text so that's it is in the middle of the picture.

The A in the photo that I attached is supposed to be where the red line is.

Can you post a link to the page with the image and the misaligned text so we can see what's incorrect or missing?

Quote
Also: What is the difference between HTML and CSS

This should help:  http://wiki.answers.com/Q/What_is_the_difference_between_HTML_and_CSS

Garrett

I will later when I have time to publish it, I can copy and paste the HTML code though.
Owner and Operator, Garrett's Websites

Garrett

Owner and Operator, Garrett's Websites

Jason

There are different ways to accomplish what you want.  You could either do it through CSS (which you asked about) or you could use tables to achieve that alignment.

If you go the older (tables) route,  you could code a table with two columns.  You could make the table itself invisible but have the picture in one column and the text (aligned in the center) in the other.