Archive for image tag

wp themes Question: how to add photo to a background theme header image?
I want to customize my WP blog header, I’ve had a header image as background, just want to add a few more product pictures on the background, How to do that?

Best Response:

Answer by Ron
One background image to a container until CSS 3.0 is supported: http://www.w3.org/TR/css3-background/#layering

If you want to add images in the normal way over the background you have, then make a div container the width and height of all images being added. Then, use the image tag.

Example: http://paynelessdesigns.pastebin.com/3MdVqYmx

Ron


Visit wordpresstutor.tv for all your WordPress Video’s, WordPress News,WordPress Tutorials, and “How To WordPress” questions and answers! This is a simple video tutorial on Introduction to WordPress Robot.

Tags: background image, tag example, background theme, video tutorial, header image, image tag
Categories : WP Themes
Comments (0)

wordpress design Question: Need an VALID xhtml code for adding an image to my blog.?
My wordpress design is valid and all, but the moment I add an image to my site, it shows a bunch of errors when running it in the validation check.

Can anyone provide me with a code I can use to place images in a wordpess page, which is valid?

Best Response:

Answer by HandyManOrNot
XHTML basically means that every tag must have an ending tag.

For the image tag, just make sure to end it.

Please post the image tag code you are using that fails validation so we can see what is wrong.

Tags: tag code, validation check, xhtml code, image tag, design question
Categories : Wordpress Design
Comments (3)