Forum Moderators: not2easy
<table width="187" align="center" id="table2">
in the css external file index.css i define:
#table2{
position:relative;
top:-100px;
}
Is working fine in my local computer but as soon as i upload it to the server, looks like that the browser does not recognise the external css code.
Pls need advice.
Thank you
Emanuele
CSS is always evaluated on your local machine, so whether you are pulling the page from your local server, or from a server elsewhere, it shouldn't matter.