how to align image with page heading
-
Hi
Is there any way to put linked image in place next to headline on the page. (pls see sample)
http://unipodadvice.com/about/
I got there little image ‘print’ at top right corner and I would like it to go further up so it’s next to the page heading.Hope that make some sense, what I’m trying to do.
Thank you
JosephThe blog I need help with is: (visible only to logged in users)
-
Set a negative top margin on the image in the page by adding the following between “img” and “src” in the image code.
style="margin-top: -55px;" -
hi
I couldn’t really work out where exactly to put the code. I have tried several options none of them worked
this is the code linking to image
could you point exactly where it supposed to go?
-
Do it like the following. It might be that the wordpress software will move it a spot after the height, but it still should work just fine.
><img style="margin-top: -55px;" class="alignright size-full " title="Untitled-1" src="http://bigstickphotography.files.wordpress.com/2011/03/untitled-13.jpg" alt="" width="67" height="27" />
- The topic ‘how to align image with page heading’ is closed to new replies.