Hi.!
I am creating a SharePoint public website on SharePoint Server 2007.
I've added my custom Master-page for Publishing site.
When I see, Home page, on my local machine, in the content area of my page it shows me IMAGE on the right as I want to see.
But, When I see that page on my remote machine It shows my IMAGE on the left, instead of right side.
I'm using following layout:
<div id="Content">
<div id="left">
</div>
<div id="right">
**--->>>I've IMAGE over here..!!!!**
</div>
</div>
Can Anyone help me how to resolve this problem.
Thanks.