Question 1.
Is there anyway to isolate and set the line height to items contained within a <p> tag?
For example, on my blog all the images within the posts are contained in a paragraph tag however when I change the line-height of the paragraph, it messes up everything else, including text. Could I have for example:
None of those work obviously but that's just to give an example of how I'd like to isolate the image tags.
Question 2.
I'd like to have all the images on the blog set to an opacity of circa 20% and only 100% visible when rolled over. However, I don't want the cursor to change nor do I want the images to link onto anything. What would be the best method of doing this?
Thanks in advance chaps, always a great help on here!
Is there anyway to isolate and set the line height to items contained within a <p> tag?
For example, on my blog all the images within the posts are contained in a paragraph tag however when I change the line-height of the paragraph, it messes up everything else, including text. Could I have for example:
Code:
.post p img {line-height: 0px;}
.post img {line-height: 0px;}
None of those work obviously but that's just to give an example of how I'd like to isolate the image tags.
Question 2.
I'd like to have all the images on the blog set to an opacity of circa 20% and only 100% visible when rolled over. However, I don't want the cursor to change nor do I want the images to link onto anything. What would be the best method of doing this?
Thanks in advance chaps, always a great help on here!