I want to ask a question: In Dreamweaver, I created a login form with three rows and one column (including login, registration, and forgotten password). I only want to display the outer border of the form. How can I use code to achieve this?
<table width=200″ border=0″ style=border:1px solid #000000;><tr><td> </td></tr><tr><td> </td></tr><tr ><td> </td></tr></table>
That style means only the outer border. If the border is used directly, it will be all the borders of the table.
border-style:solid;border-color:Lime; (color)
The above is the entire content of this article. I hope it will be helpful to everyone’s study. I also hope everyone will support VeVb Wulin Network.