Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
0 Points
4 Posts
Apr 20, 2007 04:26 PM|LINK
OK,here's the part of the css I modified:
#poster-photo-container
}
.poster-photo-image
#feature-area-container
.feature-area-image
And I did update the code on Default.aspx to correspond to the naming changes here. Is this enough info? Please excuse my ignorance, like I said in the first post, I'm sill new to this...thanks!
JodiC
0 Points
4 Posts
Re: Problem aligning images
Apr 20, 2007 04:26 PM|LINK
OK,here's the part of the css I modified:
#poster-photo-container
{ margin-top:3px; margin-left:0px; margin-right:auto; width:427px; background:#ffffff; position:absolute;}
.poster-photo-image
{ border-right:3px solid #FFF; display:block;}
#feature-area-container
{ margin-top:0px; margin-left:430px; margin-right:0; width:330px; background:#ffffff; position:absolute;}
.feature-area-image
{ display:block;}
And I did update the code on Default.aspx to correspond to the naming changes here. Is this enough info? Please excuse my ignorance, like I said in the first post, I'm sill new to this...thanks!