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

Linkproblems (might be wrong section?)

 


prillan
Hello my friends!
Now i got stuck with'n this linkingthing.
Look at this:
http://www.prillan.frihost.net/maxfake/index.html

I getting those fugly boxes around the pic when i linkin it. Crying or Very sad
Can someone help me?
Cheerz!
Saber
in the link code put
Code:
border=0
prillan
Jesus crist man, that simple?, thanks for help
Shake
You can also put this in a cascading style sheet as follows to make your files smaller and save bandwidth.

Code:
img {
border: 0px;
}


or

Code:
img
{
border: 0px;
}


or

Code:
img{border: 0px;}


Whatever format you like your CSS files in.

Or if you want borders on your images, but not on links, or want to speed up page load times while saving bandwidth do this:

Code:
a:img {
border: 0px;
}
This topic is locked: you cannot edit posts or make replies.    Frihost Forum Index -> Webmaster and Internet -> Design Tips

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