Teenage_Zombie
08-19-2003, 05:14 PM
Can someone tell me how to centre my style sheet? I want it in the middle of my page, but it keeps moving to the left side
|
View Full Version : please can some1 help me? Teenage_Zombie 08-19-2003, 05:14 PM Can someone tell me how to centre my style sheet? I want it in the middle of my page, but it keeps moving to the left side MaGiCSuN 08-19-2003, 05:51 PM i don't think i fully understand your explination that good. a stylesheet is a bunch of codes that go between the <head> and </head> and that make things nicer to look at etc. So if you can explain a bit more of what you mean that would be awsome since i dont' understand anything of it. Or if you have got the page online that you have trouble with that would be great too :) Love, Mirna Teenage_Zombie 08-19-2003, 07:12 PM My site isnt on the net yet, its still under construction. I use this programme to design my site (dreamweaver) and when u create style sheets on it, it makes sort of text areas with borders ect. I get confused sometimes myself. lol Anyway, I wanted to centre the text area but it keeps moving to the left side. I dont know if you will understand this either its hard 2 describe. rwllms15 08-19-2003, 09:54 PM On the area you want centered, try placing these codes in that particular id or class of the CSS: margin-left: auto; margin-right: auto; The text area should be centered. If it isn't and you're using IE, that's probably why. IE doesn't accept all CSS coding correctly. Post back here if you have further problems. |