Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
Im getting anoyed at dreamweaver!!
Old 02-13-2008, 06:58 AM Im getting anoyed at dreamweaver!!
coldturkey's Avatar
Extreme Talker

Posts: 211
Name: Rachel
Location: Spain
Trades: 3
I do lots of work at home and then in the office - I ofteren upload files, down load them on another pc- edit bits and upload them again.
But ever time i do this - spaces appear between lines. So i end up having to waste my time getting rid of the paragraphs - So anoying.
Is there some button i can press that gets rid of unwanted empty spaces / paragraphs in dreamweaver??

Thanks
Rachel
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

coldturkey is offline
Reply With Quote
View Public Profile Visit coldturkey's homepage!
 
 
Register now for full access!
Old 02-13-2008, 09:30 AM Re: Im getting anoyed at dreamweaver!!
Super Moderator

Posts: 1,584
Location: Kokkola, Finland
Trades: 1
it's not dreamweaver - it's you
it's the html default for paragraphs - single spaced in apps like word, but 'double spaced' in web apps. using css http://www.w3schools.com/css/default.asp you can alter the default margins for paragraphs like
p {margin-top:0;
margin-bottom: 0;
}

if that's not what you mean then post a url so we can see
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 02-13-2008, 04:05 PM Re: Im getting anoyed at dreamweaver!!
coldturkey's Avatar
Extreme Talker

Posts: 211
Name: Rachel
Location: Spain
Trades: 3
Quote:
Originally Posted by davemies View Post
it's not dreamweaver - it's you
it's the html default for paragraphs - single spaced in apps like word, but 'double spaced' in web apps. using css http://www.w3schools.com/css/default.asp you can alter the default margins for paragraphs like
p {margin-top:0;
margin-bottom: 0;
}

if that's not what you mean then post a url so we can see
No thats not what I ment at all - sorry - bad explination.
Its not a big deal but just bugging me.
Say i upload a page for example this:
PHP Code:
      echo '<table align="center" width="80%"><tr>   
              <td>'
.$result_ref.$a_property->ref.'<br>     
                 '
.$result_location.$a_property->location.'<br>     
                  '
.$result_property.$property_type_translation[$a_property->property_type].'<br> 
Once I have downloaded it on another pc- then open it in dreamweaver is show like this:
PHP Code:
      echo '<table align="center" width="80%"><tr>
 
              <td>'
.$result_ref.$a_property->ref.'<br>
 
                 '
.$result_location.$a_property->location.'<br>
 
                  '
.$result_property.$property_type_translation[$a_property->property_type].'<br> 
So if this is done a lot you can imagine how many empty lines i get between my code - making it longer and harder to follow - so i end up spending loads of time deleating all these silly empty lines that have appeared.
Just wondered if any one else has found this - or how i can stop this or if I can set dreamweaver not to do this madness!

Thanks Rachel
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

coldturkey is offline
Reply With Quote
View Public Profile Visit coldturkey's homepage!
 
Old 02-13-2008, 04:29 PM Re: Im getting anoyed at dreamweaver!!
Super Moderator

Posts: 1,584
Location: Kokkola, Finland
Trades: 1
see what you mean now

have you tried 'source formatting' ? it may help
Attached Images
File Type: gif source formatting.gif (31.5 KB, 10 views)
davemies is offline
Reply With Quote
View Public Profile Visit davemies's homepage!
 
Old 02-14-2008, 07:13 AM Re: Im getting anoyed at dreamweaver!!
coldturkey's Avatar
Extreme Talker

Posts: 211
Name: Rachel
Location: Spain
Trades: 3
Quote:
Originally Posted by davemies View Post
see what you mean now

have you tried 'source formatting' ? it may help
Gosh yep thats seems to work in most things - thats great - many thanks!!!!
__________________

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE

coldturkey is offline
Reply With Quote
View Public Profile Visit coldturkey's homepage!
 
Reply     « Reply to Im getting anoyed at dreamweaver!!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24912 seconds with 13 queries