adding images
Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.
adding images
#1
Posted 17 February 2007 - 10:58 AM
#3
Posted 17 February 2007 - 11:32 AM
<img src="../path/to/image.jpg" alt="Text that is descriptive of the image" />
As far as positioning it, you use CSS to apply style and position values to it. You can do this by adding an ID to the image code above, such as:
<img src="../path/to/image.jpg" alt="Text that is descriptive of the image" id="specialImg" />
Then, write CSS along the lines of:
img#specialImg {
float: left;
margin-right: 1em;
}
etc.
#4
Posted 17 February 2007 - 02:15 PM
med plants
This post has been edited by ultra99: 17 February 2007 - 04:34 PM
#5
Posted 17 February 2007 - 03:03 PM
#6
Posted 17 February 2007 - 04:32 PM
#7
Posted 17 February 2007 - 04:34 PM
#8
Posted 17 February 2007 - 04:56 PM
Should I have the images smaller or something?
#9
Posted 18 February 2007 - 01:30 AM
#10
Posted 18 February 2007 - 05:25 PM
I think things are a bit better now, but not perfect. I really didn't think thumbnails where necessary, too much work and a .html file for each image, cropping, blah, blah...wasn't really worth it. But hey, at least a learned something...
#11
Posted 18 February 2007 - 06:03 PM
#12
Posted 19 February 2007 - 01:39 AM


Help
This topic is locked
MultiQuote











