Hi there, I have pasted a Table from the MSWord 2007 into the following web page. But the table is not working properly. http://www.globexwebsolutions.com/web-hosting.html Can anyone tell me please how to fix this problem. Secondly, how to make the table rows visible on this page ? Thanks bushib
i viewed your source code, i believe it has something to do with you height and width... doesn't look like it fits, try defining the height & width in your table.. better idea would be to save the table as a separate html, and use a iframe with your main page. hope that helps
I'd be more concerned about the menu selections rotated 90 degrees so that they can't be read without having to crank one's neck sideways. Flash can be bad enough. But crooked text like that is one step worse.
I'm more concerned that they appear to be offering Web Design / Web Development services and can't solve this problem, and they used MS WORD to generate it.....???...
Replace <table style="width:766px;"> Code (markup): With <table border="1" width="766px" style="border-collapse: collapse"> Code (markup):