dream weaver training uk - table

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Dreamweaver Training and help » dream weaver training uk - Table

dream weaver training uk - Table

resolvedResolved · Low Priority · Version Standard

Melese has attended:
Dreamweaver 8 Introduction course

Table

Hello.

How do I create a table?

RE: How do I create a Dreamweaver Table

Hi Melese

There are two ways to create a Dreamweaver table. The first is to use the table button within dreamweaver or you can write the html within the Dreamweaver coder interface.

The html for code for a table is:

<table width="100%" cellpadding="2" cellspacing="0" border="0">

<tr>
<td width="100%" align="left></td>
</tr>

And if you just use the table button within dreamweaver, it will write all the code for you.

Hope this helps

David


 

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips


Server loaded in 0.08 secs.