![]() | ![]() |
| ||||
| HTML Code: <h1><span style="vertical-align: middle; "><img src="http://www.irishwebmasterforum.com/images/seo-faq.png" title="SEO FAQ online"><a title="{header}" href="{faqHome}">{header}</a></span></h1> Thanks, paul
__________________ my sites : irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing Last edited by paul; 15-04-2008 at 09:06 PM. |
| ||||
| Got it fixed, I need to align the image and not the text.
__________________ my sites : irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing |
| ||||
| Best way to do it would be to give the H1 element a background image using CSS. h1 { background:url(imageurl.jpg); top left no-repeat; } Then again having a look at your code below. It looks like you want to have the image clickable. Bit hard to know without seeing the actual design you are attempting. |
| ||||
| nice SEO FAQ - powered by phpMyFAQ 2.0.6 was the aim , and it seems to be working find right now, did it with a DIV style Code: #example
{
vertical-align:middle;
__________________ my sites : irish poker / irish jobs / seo faq / advertise jobs free / green card / skiing |