Hi,
I'm working on a new design for one of the websites I webmaster for.
It contains some white arrow images, currently they are physical content on the page.
I tried to use span and a background image but the size attributes don't work on inline elements.
then of course if you display:block they force newline.
Now i know I could go to the hasle of wrapping a div with a space character and apply size attributes and float it etc. etc. which is a bit of a mess of code.
Is it worth it to remove all 'non-content' images from the source?
Or should I not worry too much about images that are purely design forming actual page content?
And if you feel it is worth removing them from page content, any suggestions on the best way to do it.
here is the test URL
many thanks 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I'm working on a new design for one of the websites I webmaster for.
It contains some white arrow images, currently they are physical content on the page.
I tried to use span and a background image but the size attributes don't work on inline elements.
then of course if you display:block they force newline.
Now i know I could go to the hasle of wrapping a div with a space character and apply size attributes and float it etc. etc. which is a bit of a mess of code.
Is it worth it to remove all 'non-content' images from the source?
Or should I not worry too much about images that are purely design forming actual page content?
And if you feel it is worth removing them from page content, any suggestions on the best way to do it.
here is the test URL
Code:
[URL unfurl="true"]http://dev.bfms.co.uk/[/URL]
many thanks 1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!