..I agree about your comment that I said to use 72dpi is "irrelevant"..because I suggested you set the resolution of the document/image to 72 pixels per inch (72px/inch). I have never mentioned...
With regards to image formats. Your best bet is to use the export format as a Jpg, set it to medium quality and reduce the colors to strike a balance between dl time and quality.
That is the limits...
72px/inch resolution setting means that per every inch of monitor area the display renders 72pixels of image information. There is no monitor on the market that has the capability to display a higher...
This is a complete and correct doctype declaration, including the UTF-8 encoding which is missing from your code and would fail validation.
If this does not work, then the problem is not a DTD...
Try to compress it using 8bit/png, or increasing the JPG compression ratio. [I would choose a Jpg over Png if I was using a big file size, unless you need the alpha channel)
Some fonts look good in print and some look good on the screen. The font you are using may not be one of the ones that look good on the screen. If you switch to pixel preview in Illustrator your...
well..this all depends on how skillfully you prepare the css. I mean the float property is designed to do wrap text around an the IMG element. That was the job it was added to CSS1 to do so you can...
if you want to wrap a list around an image. first place the image and the list in the same parent element. Place the image in a div and float the div to the left. Floating will take care of the rest....
Just to respond to that last comment - if you don't specify the relative position it is there anyway. All images, and every other block level element in CSS is set by default to position in relation...
..if you throw in a bulleted image into the mix you have to separate the two img by using a class selector or a contextual selector - on either one will do probably.
..is if the image is set to float, you should define its position in relation to the container div and place it where you want it to the side to the ul. If you don't specify the position the browsers...