Hi everyone , i am working on this website , www.topdxb.com I want to increase the page width so it can be viewed without any borders in 1024 x 786 resolution. I've attatched my css layout file. Badly need your help. I am not good with css editing. thank you
search your script. on the top there's this code change the width to 1024. it just change your container, but it doesn't help with the content below. you must do it step by step. change the width first and see what happen then you can adjust the other if you change your width to 1024, the problem is when your html load in netbook (which the resolution 1024) there will be a vertical scroll. i usually go with below 1000 hope that helps
just dont have time for this. I can pay 10$ to someone who can do this for me. i think you just need to edit the css files, anyways if anyone interested in this job, let me know
Add following codes to your style sheet: #content { width: 1000px; margin-left: -100px; } Code (markup): You also need to modify flash for increasing width, removing left and right borders.