I am prety new and I think this is my first post in .net
I tried to start a asp.net webform web site with visual studio. visual studio genrate webform template and I tried to change site with my php web site css.
what I do know is I copied all css and image folder to visual studio project and run the site.
most of the parts rendered but some css is not.
.BodyBG{
background-image:url('../images/bg.jpg');
background-repeat:repeat-X;
}
relevent html is
<body topmargin="0" class="BodyBG">somthing like this.
I dont know why this happend. when I try to reder images using <img> tag it works. but not like above using css.
I know this is not .net issu but I am not familer with visual studio envrironment.
thanks in advance..

New Topic/Question
Reply



MultiQuote




|