Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

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)

Posted

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

Code today gone tomorrow!
Posted
Cool, thanks.

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)

Posted
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.
Anybody looking for a graduate programmer (Midlands, England)?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...