|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Opening files creates spaces inbetween code
Hey,
I was curious if this happens to anyone else and how to put a stop to it. When I open a file I'm working on in Dreamweaver (php, css, html, etc) it creates spaces inbetween my code. Has this happened to anyone else? If so how can I stop this, it's really annoying and makes my code very sloppy. |
|
#2
|
|||
|
|||
|
Quote:
never heard of it, show us a printscreen, |
|
#3
|
|||
|
|||
|
I have also encountered the same problem.
when in code view, a line space is added between every line of code. ie. Code:
The code should read like this: <h4>test:</h4> <table> <tr> <td>100</td> <td>200</td> <td>300</td> </tr> <tr> <td>400</td> <td>500</td> <td>600</td> </tr> </table> Instead, dreamweaver adds a space to every line like this: <h4>This table has no borders:</h4> <table> <tr> <td>100</td> <td>200</td> <td>300</td> </tr> <tr> <td>400</td> <td>500</td> <td>600</td> </tr> </table> |
|
#4
|
|||
|
|||
|
does it effect the code and how the web page works, if not, it doesnt matter does it
|
|
#5
|
|||
|
|||
|
Quote:
of course if matters - it affects the layoput of code - making it more difficult to code and messy. Spaces can also slow code/pages down. |
|
#6
|
|||
|
|||
|
ok, i didnt know that
|
![]() |
| Viewing: Tutorialized Forums > Web Design & Development > Dreamweaver > Opening files creates spaces inbetween code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|