Hi all,
In brief, this is what's happening (very annoying):
- I made 5 HTML/CSS pages coding them by hand;
- First I made one page and I used that page for making other pages, just with small changes in text;
- All pages are aligned > center:
margin-left:auto;
margin-right:auto;
position:relati ve;
What's the problem then?
I noticed that, from 5 pages, 2 pages are centered but they are moved into left for a couple of pixels (3-4-5px). They all use same CSS, with changes in text only (in HTML ofcourse).
Does anyone knows what seems to be a problem here?
Really annoying!!!
Thanks
In brief, this is what's happening (very annoying):
- I made 5 HTML/CSS pages coding them by hand;
- First I made one page and I used that page for making other pages, just with small changes in text;
- All pages are aligned > center:
margin-left:auto;
margin-right:auto;
position:relati ve;
What's the problem then?
I noticed that, from 5 pages, 2 pages are centered but they are moved into left for a couple of pixels (3-4-5px). They all use same CSS, with changes in text only (in HTML ofcourse).
Does anyone knows what seems to be a problem here?
Really annoying!!!
Thanks
Comment