mike55 Posted February 21, 2006 Posted February 21, 2006 I have noticed that when I create a html table and adjust its rows and columns to suit my pages that the VS.NET 2005 environment seems to put the spaces in the form of all over the damn shop. It there a particular reason why it does this, or is this a bug? Mike55. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
a_jam_sandwich Posted February 21, 2006 Posted February 21, 2006 When coding HTML correctly you should fill and container with at least some data thus is used an example would be a div <div style="border: 1px solid black; height: 50px; width: 50px;></div> The above will no display correctly in Firefox as there is no content in the container so the correct way is as follows ... <div style="border: 1px solid black; height: 50px; width: 50px;> </div> Regards Andy Quote Code today gone tomorrow!
mike55 Posted February 21, 2006 Author Posted February 21, 2006 Cool, thanks. Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
Cags Posted February 21, 2006 Posted February 21, 2006 Dreamweaver does the same. As for not working in Firefox I don't know. All I can say is that for several of my university assignments I deleted the space and it functioned fine in Firefox. I found that you have to delete it in order to lower the height past a certain point. Quote Anybody looking for a graduate programmer (Midlands, England)?
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.