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

CSS problem

 


Anthony123
is it that the width and height of a image can't be change using CSS? i have been trying for few days
can some one help me with it?
Besides that, i also wanna ask what website is useful for learning CSS. Because i am using CSS to make my website beautiful. Other than www.w3schools.com, what website can i go to learn more advance CSS? the tutorial for CSS in w3schools is basic, i would like to learn more advanced skills.
holadola
The width and height can be changed using css:

HTML:
Code:
<img id="myimg" src="myimg.gif">


CSS:
Code:
#myimg {
 width: 30px;
 height: 30px;
}

Good luck!

/hd
hoonger
Try CSS Zen Garden

http://www.csszengarden.com/
angelo
I've tried holadola's code and it worked on my site. Try it, too! I'm sure it'll work!
I think w3schools is a good site enough to learn the fundamentals of css. I don't know other sites except than this. Very Happy
thalassery
Here are 2 excellent CSS Tutorial links

http://www.htmldog.com/guides/cssbeginner/
http://www.createwebmagic.com/css101/
Reply to topic    Frihost Forum Index -> Miscellaneous -> Tutorials

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