can any 1 help me make a rounded backround for my site http://resalemembership.com in return i will give you any product on the site.
Hey, Do you mean, to have a border around the background and round the edges? If so, this may be the solution. CSS Code: body { border:1px solid #000; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
No problem! This is also possible with tables, in the same way! For example, HTML Code: <table class="table_border"> ..... </table> CSS Code: .table_border { border:1px solid #000; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; } If you want to keep the border you already have, it will still work. Just ignore the "border:1px solid #000;"
page not design properly table style horizontal scroll even on chrome and Firefox and non optimize html will not make site SE friendly