can I assign a pixell size in the link information to reisze? I cannot resize these items in the normal way since I do not actually have the images they are pulled in from their respective webiste. Any help would be greaqtly appreciated.
can I assign a pixell size in the link information to reisze? I cannot resize these items in the normal way since I do not actually have the images they are pulled in from their respective webiste. Any help would be greaqtly appreciated.
you could add this to your stylesheet
just keep in mind that ALL images in that side box smaller & larger will be re-sizedCode:#blanksideboxContent img {width:160px;}
Hope this helps!
That'll work, but it will make at least one of the images really fuzzy.
If that were my site, I would go ahead and download those images, resize them and create the links myself in the blank sidebox.
Thank you for the suggestions. I fixed the problem. I assigned a width within the link.
I thought that might be the answer but I am do not know programming, so thanks for the help.