TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Images in your content area.

Page: 1 Reply
Dec 11th 2004#163699 Report
Member since: Jan 14th 2003
Posts: 942
If i have an image aligned to the left in the middle of an article, how can i add padding to that image so that the text isn't right alongside of it?

Nos.
Reply with Quote Reply
Dec 11th 2004#163703 Report
Member since: Mar 18th 2001
Posts: 6632
vspace="10" hspace="10"

Or use CSS to add some margins around it.
Reply with Quote Reply
Dec 11th 2004#163709 Report
Member since: Jul 19th 2003
Posts: 810
I would use a float? I don't know if that is right but in the CSS file I would then put padding around it.
Reply with Quote Reply
Dec 11th 2004#163724 Report
Member since: Nov 19th 2003
Posts: 44
[QUOTE=Nostalgia]If i have an image aligned to the left in the middle of an article, how can i add padding to that image so that the text isn't right alongside of it?

Nos.[/QUOTE]

maybe this will help

CSS

td {
margin: 10px;
padding: 10px;
}
img {
margin: 10px;
padding: 10px;
}

check out this page http://www.alenx.net/example.htm
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum