Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Different display results - Win 2000 vs. Win XP

Status
Not open for further replies.

kcj402003

Programmer
Sep 2, 2003
50
US
I have an asp.net project that was developed on a XP Prof. workstation. For testing purposes, I'm using this workstation as the "webserver". i'm populating an HTML table from a SQL DataReader and then applying a style sheet to the table. When I access this page from a XP workstation, everything looks fine. However, when I access from a 2000 workstation I loose all the style sheet properties that were applied to the HTML table. Can anyone help me with this.

KJ
 
what version of IE do you use on both machines?

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
are the paths to the CSS style files relative or absolute?

--------------------------
"two wrongs don't make a right, but three lefts do" - the unknown sage
 
Just to clerify, the XP workstation I'm accessing the site from isn't the one I developed on. So, I don't understand how this would be relevant. Just so you know also, I'm fairly new to web development and this is my fist project that I've worked on. I'm assuming it's absolute.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top