
06-19-2002, 09:37 PM
|
|
I Love The Chicago Bears
|
|
Join Date: May 2002
Posts: 141
|
|
I'm not sure if this is a bug or i'm just doing it wrong but when I design a webpage in layout mode in Dreamweaver its all dispositioned when it's compiled. It's all aligned nice and neat when i'm working on it but when I go to view the page in explorer its all ****ed up! I paid alot of money for this and it seems ridiculus that something that alot of freeware programs can do right dreamweaver cant!
|

06-19-2002, 09:48 PM
|
|
Web Hosting Master
|
|
Join Date: Nov 2001
Location: Vancouver
Posts: 2,416
|
|
Welcome to web design. If you really want to depress yourself, look at the same page in various incarnations of Netscape.
I highly recommend Notepad.exe.
__________________
“Even those who arrange and design shrubberies are under
considerable economic stress at this period in history.”
|

06-19-2002, 09:50 PM
|
|
Disabled
|
|
Join Date: Feb 2002
Location: Boston MA
Posts: 245
|
|
Quote:
Originally posted by mwatkins
I highly recommend Notepad.exe.
|
Agreed. I use this for everything and occasionally I'll use dreamweaver or something if I'm doing a page full of tables. But guess what they still don't come out right. Also check out ultraedit. It's like notepad but you can have hundreds of files open at once all under the same window. Way better than hunting through 50 windows.
|

06-20-2002, 10:28 AM
|
|
WHT Addict
|
|
Join Date: Mar 2002
Posts: 102
|
|
Quote:
Originally posted by mlip129
[Bbut when I go to view the page in explorer its all ****ed up! [/B]
|
What I've noticed is that IE6, 'reformats' your code into their standard. Example, view beautiful page in DW then view it in Opera (exact match), Netscape (90% match), IE6 (fonts are big as hell and not suppose to be, tables become unalign, etc...)
I know DW has a history of distortion from their window to the internet, but I think IE6 f---'s it up more. I personally like IE5 slightly better...... However, Opera is my fav browser the only thing is well over the majority of ppl DON'T use it and it has its fair share of java problems, too
__________________
Merrier times are near!
|

06-20-2002, 11:35 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Jun 2002
Location: Nebraksa, USA
Posts: 31
|
|
Persoanlly I am only using DW a little. But I use GoLive 6.0 more than anything. And when I preview it in there, I have it look the same in IE6. I have also gotten it to look the same in Opera 6.03, Mozilla 1.0, and Netscape 4.7 & 6.2.3. So if your having trouble woth DW, maybe try out GoLive 6.0.
|

06-20-2002, 11:57 AM
|
|
Web Hosting Master
|
|
Join Date: Nov 2001
Location: Vancouver
Posts: 2,416
|
|
I was only half kidding about Notepad! I hand code everything. I used to fire up a graphical editor one in a while to set up a complex table layout, but since I've moved away from tables for layout to CSS, there's no need for that.
Personal editor of choice is PrimalScript by Sapien. But there are lots of free and quite capable programming editors out there these days.
|

06-20-2002, 04:24 PM
|
|
WHT Addict
|
|
Join Date: Mar 2002
Posts: 102
|
|
Re: Re: &^@*%$& Dreamweaver!
Quote:
Originally posted by fsn
What I've noticed is that IE6, 'reformats' your code into their standard..... IE6 (fonts are big as hell and not suppose to be, tables become unalign, etc...)
|
LOL, something I thought I'd never say : I owe Microsoft an apology. The fonts were out of normal because of their setting, it was on default "largest" instead of "normal"
Now, I can say, DW does everything fine in IE6 now. I'm not the most skilled web designer, so maybe that is why everything looks fine for me, 
__________________
Merrier times are near!
|

06-20-2002, 05:43 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Apr 2002
Location: Fairfax, VA
Posts: 73
|
|
Quote:
|
I highly recommend Notepad.exe.
|
Amen - except I'm a pico man myself...
Dave
__________________
Dave Glick
creativenews.com - creative news for creative people.
glickcreative.com - look ma, I have a portfolio!
|

06-20-2002, 06:02 PM
|
|
Aspiring Evangelist
|
|
Join Date: Mar 2002
Location: everywhere
Posts: 379
|
|
try frontpage for a change guys
|

06-20-2002, 09:07 PM
|
|
Web Hosting Evangelist
|
|
Join Date: Aug 2001
Location: Australia
Posts: 468
|
|
Dreamweaver is a superior product....by far the best out there for web development....and I have just gotten hold of a trial of this new version, and I am very very impressed (trying to get my boss to purchase it), it supports XHTML 1.0, has greater focus on accessibility etc....
However, when using layout view, things will never come out perfect....a little editing here and there is always required.
Note also with IE6, the page will be rendered differently according to the doctype......IE6 is pretty good with standards, but with no XHTML doctype etc, it will revert back to quirks mode, thus displaying things a little different.....
__________________
--
|

06-20-2002, 09:15 PM
|
|
Web Hosting Master
|
|
Join Date: Nov 2001
Posts: 857
|
|
I have been using DreamWeaver and havn't had any problems with my documents not showing up correctly.
__________________
<?
header("Location: http://www.hostevolve.com/");
?>
|

06-21-2002, 01:13 AM
|
|
Web Hosting Master
|
|
Join Date: Feb 2002
Location: San Diego CA
Posts: 1,480
|
|
Do not use Frontpage!!!
Use DW. It is the best WYSIWYG HTML editor.
Usually I will get pages looking distorted in NS.
Anyway what is XHTML for?
is it the lightweight version of HTML?
__________________
What you can do with Cpanel ------------------> |||||
What you can do with Cpanel XP+CpanelAPP -------> ||||||||||||||||||||||||||||||||||||||||
Your competitors are cashing in with Cpanel XP & CpanelAPP, are you?
|

06-21-2002, 01:59 AM
|
|
WHT Addict
|
|
Join Date: Jan 2001
Posts: 133
|
|
Usually I get my designs distorted more in NS rather than IE but I just ignore it, cause my broswer stats show only 1 % of my visitors use netscape...
Dreamweaver takes some time getting used to, Seriously if you're good with coding hand coding is the best, but when you're not, Dreamweaver is the best out there. Industry professionals use it. Try to use "standard view" instead of "layout view". Html is not like word processing where u can place elements where you want it. It can be achieved with layers or complex tables, but will usually end up distorted in different browsers.
|

06-21-2002, 02:46 AM
|
|
Web Hosting Evangelist
|
|
Join Date: Aug 2001
Location: Australia
Posts: 468
|
|
Quote:
|
Anyway what is XHTML for?
|
It is the replacement for HTML...
__________________
--
|

06-21-2002, 04:34 AM
|
|
Web Hosting Master
|
|
Join Date: Feb 2001
Location: I'm right behind you.
Posts: 1,143
|
|
Strongly recommended:
Homesite: Version 2.5
and textpad
__________________
Marketing For Hosting Companies:
|
Related posts from TheWhir.com
|
| Title |
Type |
Date Posted |
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|