I am working on my sms site and everything is correct IMO. In dreamweaver it is showing everything correct. See the image below When I open this file in IE, there is a space appearing above the navigation bar. See the image I have checked the height of my cells, they are of the same height. Can anyone please help me in fixing this problem? I did everything same as I did for my smartpixels site. I don't know why this is not appearing correctly. Waiting for some help.
What about empty space can be seen to the right from "SMS Categories" in DreamWeaver ? Dreamweaver didnt create a cell for it or what ? Anyway need to see the HTML code for the page.
You need to post some HTML and CSS is you want an answer. Also, you shoudnt use table's for non tabular data. Read up on using CSS for layout control.
Yes, I just noticed that blank space. I have fixed it now. Also, I fixed the problem of empty space too. I was using two tables, one for header and one for nav bar, now I put both of them in a single table now the space is not there I am not a coder actually. I am doing it on my own just by reading html books. I am designer basically. CSS is difficult for me to learn, i don't understand how it works
Try Validating your CSS and Markup. Visit Web page Interoperability -- links to the W3C Validators are included. James