Mossy
02-17-2006, 05:17 PM
Does anyone the code that centralises the whole layout in the middle of the screen?
Thanks in Advance
Mossy
Thanks in Advance
Mossy
|
View Full Version : centeralising (can't spell!) layout Mossy 02-17-2006, 05:17 PM Does anyone the code that centralises the whole layout in the middle of the screen? Thanks in Advance Mossy Annlander 02-17-2006, 08:31 PM <style type="text/css"> body { margin:auto; } </style> Hope that helps! |