Learn Web Design at Digital Family

How can I hide a textbox border?

October 23rd, 2008 · 1 Comment

Hi,

I want to ask about Macromedia Dreamweaver MX and Dreamweaver 8. How to hide a textbox border?

[no name]

There are no such things as “text boxes” in Web design. Most people use Div tags or tables. If you’re using tables, you can hide the border by first selecting the table by clicking in the top-left corner of the table. Then in the Property inspector at the bottom of the page, enter a 0 in the Border field.

Janine

Still want more? Visit the Dreamweaver Help Center at www.DigitalFamily.com/dreamweaver to find Dreamweaver tips, tricks, and tutorials.

Tags: Dreamweaver 8 · Dreamweaver MX

1 response so far ↓

  • 1 KCVII // Dec 1, 2008 at 10:34 am

    Hi Janine,

    your visitor could be referring to a Text Field, which is sometimes called an Input Field or Text Box (especially in back-end development). For example, a Search Box (in Google/Yahoo etc) is a Text Box.

    To remove the border you’d do as you suggested in regards to the table.

    In Code View the Text Box would look like this:

You must log in to post a comment.