hi guys i have designed an website valleyseal.com and this is first of my kind in experimenting a design for a website.i have no previous idea in designing .perhaps i landed in to browser incompatibility. its an quiet hectic to resolve and i have no clue . this problem i face is my website is aligned to right hand side of the screen. i think there many be mis patch in css. please help me out
I see it alligned to the left Where do you want it to be in fact? Maybe centered...? if so then put the options as follows: 1) put "text-align:center" in the body css 2) make a big div which to enclose the whole site - everything between <body> and </body>. (if you haven't done this ofcourse) then set that div this way: margin-left: auto; margin-right: auto; text-align: left; this is the trick I hope this helps.