You should know that your web page may render and look fine in one browser but may look different (or even broken) in another browser. These problems if they occurs are called “cross-browser compatibility” issues. This is because different browser are written by different developers and there are differences in which they interpret your HTML […]
If you want to see different type of image & size in different post then you may use following code- < ?php if ($image = get_post_meta($post->ID, ‘slide’, true)) { ?> <img width=”617″ height=”350″ src=”<?php echo $image; ?>” alt=”Image” /> < ?php } else { ?> < ?php $image = get_post_meta($post->ID, ‘simg’, true) ; ?> <img width=”80″ […]
