i have an asp page that is using a SQL server connection. I have made a few fields in the sql, as my example shows. I have made LinkID, LinkName, and LinkURL. The length on these are 4,50, and 75 respectively.

now when i output the page that has the direct information in it, the LinkURL is a hyperlink, but the link tag has 75 characters in it, however long the actual url is, plus enough spaces to make it 75 characters long.

Is there some setting i can use to turn that off?