FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Space to the Right of Pic

 


Possum
Hi

I have a pic that is aligned to the Left. The text raps way to close to it on the Pic's right hand site. Is there a way to prevent this with CSS

Cheers possum..
AftershockVibe
You can use either the "padding" (gap forced on inside of an element) or "margin" (gap forced on the outside of an element) attributes.

Using something like ...
Code:
img.ImageClassName
{
margin-right: 5px;
}


... should do it
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.