Be careful of altering this... you may be tempted to do this:
This will have a GLOBAL result. You need to nail down the CLASS (or perhaps its an ID) of the element in question, then write a block of css that declares ONLY for that element.Code:img { width: 75px; height: 50px; border: 0; }
Bookmarks