Can anybody suggest me which parameter should I change for showing my website on the center of the browser (checking the "View Source Page")? My site is aligned left ( ndfbd.com ) . I have used MS Publisher. what absolute means here: </v:shape><![endif]--><![if !vml]><span style='position:absolute;z-index:55; left:180px;top:912px;width:524px;height:84px'>
You need to modify all "left:xxpx" in <span... left:xxpx...> Example: <span style='position:absolute;z-index:9;left:0px;top:0px;width:164px;height:104px'> to <span style='position:absolute;z-index:9;left:100px;top:0px;width:164px;height:104px'>
I have changed it but it does not work. I even have changed the absolute to center, it also does not work. Can you please tell me which tag is related or responsible to this browser alignment? Thanks a lot for the response.
just played a bit around with it, rewriting the site would be far easier than trying to fixed a problem in a site thats completly wrong written got it almost rewritten, if you want the code just let me know
Agree with Pennywise. Do you have any knowledge of coding? If you do then try adding a wrapper to the site for the basic centering of that. If you want to see how this works let me know and I can help you out. cheers, T