__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
yep, you can add a class or id to the <img> tag (that's where #img might come in). Just be aware that IDs have to be unique in the current document, if you have multiple instances use a class.
You could apply an in-line style to the tag <img style="..."
You could use a descendant selector
HTML Code:
#content img {
margin:5px;
}
That would only apply to <img> tags contained within elements with an ID of "content"
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
« Reply to Add more space around text wrapping around pic