Author Topic: Form Help  (Read 509 times)

0 Members and 1 Guest are viewing this topic.

Offline StevanTopic starter

  • Enthusiast
  • Posts: 88
    • View Profile
Form Help
« on: April 01, 2006, 08:22:57 AM »
I am learning and wanted to know where i get get lets call it a work sheet where when i  am working on a  php script on to it it shows the line numbers . Using dreamweaver is hard  as the numbers do not line up. Is there something i can download??

Thxs Steve

Offline wildteen88

  • Guru
  • 'Insane!'
  • *
  • Posts: 12,021
  • Gender: Male
    • View Profile
Form Help
« Reply #1 on: April 01, 2006, 10:00:26 AM »
Are you using Dreamweaver 8? If so this is normal behaviour and it doesnt affect the total number of lines available. The reason Dreamweaver does this to help you not have to scroll horizontally if a line gets too large. The lines are still the same just that some lines are taller than others.

You can Stop DW8 from doing this by going to View -> Code View Options and deselect Word Wrap DW8 should disply your code normally rather than having like:
1

2
3

4
etc
« Last Edit: April 01, 2006, 10:08:17 AM by wildteen88 »