mysterybks
03-22-2007, 05:33 PM
Here's my current code:
In CSS document:
.authorimg {
background: url('../sitebuildercontent/sitebuilderpictures/JenniferColt.bmp') no-repeat top left;
clear: none;
float: right;
}
In html document:
<div class="authorimg" style="width=124px; height=224px; float: right">
Unfortunately it makes the image space 124x224, but the image is bigger so you only see a small portion. How do I (without having to resize all 160+ images by hand) make the system only show it (in full) at 124x224.
I am trying to make a master page that I can easily change names of images and copy and paste new text to the page without having to recode.
Dawn
In CSS document:
.authorimg {
background: url('../sitebuildercontent/sitebuilderpictures/JenniferColt.bmp') no-repeat top left;
clear: none;
float: right;
}
In html document:
<div class="authorimg" style="width=124px; height=224px; float: right">
Unfortunately it makes the image space 124x224, but the image is bigger so you only see a small portion. How do I (without having to resize all 160+ images by hand) make the system only show it (in full) at 124x224.
I am trying to make a master page that I can easily change names of images and copy and paste new text to the page without having to recode.
Dawn