PDA

View Full Version : Dreamweaver question




Albone
Oct 15, 2004, 09:39 AM
I've use Dreamweaver for all of my web design. To input my designs online I have to copy the source code and paste it in to an interface.

The problem is that the lines of code in dreamweaver run too long without returns. This is a problem because when I paste the code into the interface, the interface window is narrow and the interface makes its own breaks in the code.

An example: </
strong>

I can normally fix this by going into the source code and returning manually, so the line code doesn't run too long without a break. This can be tedious.

Is there a way to set margins for the source code in Dreamweaver?



wordmunger
Oct 15, 2004, 09:43 AM
I don't know about that, but you could paste the text into an MS word document and set your margins there, then save as "text only with line breaks." That might do the trick.

jeremy.king
Oct 15, 2004, 09:47 AM
You could also use Tidy to cleanup and format your source.

http://tidy.sourceforge.net/

scem0
Oct 15, 2004, 08:25 PM
If your server supports FTP uploading (among other methods) then you could just use Dreamweavers remote site capabilities. I have been very happy with FTP -> Server using Dreamweaver.

scem0