Thursday, August 19, 2010

HTML experts? anyone?

ok. let's say that I wanted to put a picture in my blog. The blog site offers to put pictures but the size is just not right. it's small and when I drag the edge of the pictures, the pixels become big and the pictures look ugly. the html code given is %26lt;img src="http://x2c.xanga.com/b9c8264350c081... title="click to choose"%26gt; for example.





Is that the only way to put on pictures? Can I put pictures where the html allows u to adjust the height and weight just like those embeded video codes?





thanks for the help.

HTML experts? anyone?
%26lt;img src="http://x2c.xanga.com/b9c8264350c081... title="click to choose" height="30" widht="50"%26gt;





Adjust the height and width values above to what you need. Also this is actually a HTML beginner topic, you don't need an expert.





Edit: The problem to the picture being clipped could be in html, css, or javascript elsewhere in the html document or something else with the website. I could only speculate without further details or code or information of how the website works. The html snippet I provided above shouldn't clip the picture by itself. (this can be confirmed by having only this in a html document (.html extension) and opening it using a web browser)
Reply:yes you can... just put


width="desired width in pixels" height="desired height in pixels"


Put that in the image tag before where it says title. just a warning you will want to keep your height and widht proportionately the same so it doesnt look all funny. w3school is a great link if you have further questions
Reply:easy


http://www.w3schools.com/tags/tag_img.as...


That site will help.


No comments:

Post a Comment