Hi, i have styled my site (header, gfx, menu, footer and text styles) in css. The site is currently plain text and in dire need of some pictures to break up the content.
What is the best way of positioning images? Sticking to the idea of style defined in stylesheets and not html, im thinking of giving each page (in addition to the main site stylesheet) its own image placement stylesheet. I would give each image in the page its own id, then im thinking i could position them as i see fit in the stylesheet.
Is this generally done? I would prefer to leave out class="float-right" on my images as i feel this is tying the display into the html and i would like to have a number of style sheets on this site.
Also, rather than giving the global img tag a style, i want images to float left, right, and all sorts, much like a magazine with the text wrapping around said pictures.
having said that this is the first time ive positioned and floated images so i am really open to suggestions and ideas!
Many thanks in advance,
Chris
What is the best way of positioning images? Sticking to the idea of style defined in stylesheets and not html, im thinking of giving each page (in addition to the main site stylesheet) its own image placement stylesheet. I would give each image in the page its own id, then im thinking i could position them as i see fit in the stylesheet.
Is this generally done? I would prefer to leave out class="float-right" on my images as i feel this is tying the display into the html and i would like to have a number of style sheets on this site.
Also, rather than giving the global img tag a style, i want images to float left, right, and all sorts, much like a magazine with the text wrapping around said pictures.
having said that this is the first time ive positioned and floated images so i am really open to suggestions and ideas!
Many thanks in advance,
Chris