Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Lost 'design view' in dreamweaver

Reply
Thread Tools

Lost 'design view' in dreamweaver

 
 
Newbie
Guest
Posts: n/a
 
      07-23-2006
Have just changed all my style classes from 'verdana' to 'verdana,
hevetica, arial, sans serif'
and now can't see any of my pages in design view only the code. Help!

 
Reply With Quote
 
 
 
 
Els
Guest
Posts: n/a
 
      07-23-2006
Newbie wrote:

> Have just changed all my style classes from 'verdana' to 'verdana,
> hevetica, arial, sans serif'
> and now can't see any of my pages in design view only the code. Help!


You probably forgot a ; somewhere?
Have you tried validating your stylesheet?
BTW - it should be helvetica with an 'l' in it, and sans-serif with a
hyphen in it.

--
Els http://locusmeus.com/
 
Reply With Quote
 
 
 
 
Newbie
Guest
Posts: n/a
 
      07-23-2006
Thanks

Have just checked two of my other local sites and none are showing the
design view! It must be to do with Dreamweaver not the site... any
ideas???

Els wrote:

> Newbie wrote:
>
> > Have just changed all my style classes from 'verdana' to 'verdana,
> > hevetica, arial, sans serif'
> > and now can't see any of my pages in design view only the code. Help!

>
> You probably forgot a ; somewhere?
> Have you tried validating your stylesheet?
> BTW - it should be helvetica with an 'l' in it, and sans-serif with a
> hyphen in it.
>
> --
> Els http://locusmeus.com/


 
Reply With Quote
 
Els
Guest
Posts: n/a
 
      07-23-2006
Newbie wrote:

> Thanks


Could you please write your reply below the stuff you're replying to?
Reads so much easier from top to bottom

> Have just checked two of my other local sites and none are showing the
> design view! It must be to do with Dreamweaver not the site... any
> ideas???


Nope, sorry. Never touched Dreamweaver

--
Els http://locusmeus.com/
 
Reply With Quote
 
code_wrong
Guest
Posts: n/a
 
      07-23-2006

"Newbie" <> wrote in message
news: ups.com...
> Have just changed all my style classes from 'verdana' to 'verdana,
> hevetica, arial, sans serif'
> and now can't see any of my pages in design view only the code. Help!


have you looked in the view menu? ..


 
Reply With Quote
 
jojo
Guest
Posts: n/a
 
      07-23-2006
Newbie schrieb:
> Thanks
>
> Have just checked two of my other local sites and none are showing the
> design view! It must be to do with Dreamweaver not the site... any
> ideas???
>
> Els wrote:
>
>> Newbie wrote:
>>
>>> Have just changed all my style classes from 'verdana' to 'verdana,
>>> hevetica, arial, sans serif'
>>> and now can't see any of my pages in design view only the code. Help!

>> You probably forgot a ; somewhere?
>> Have you tried validating your stylesheet?
>> BTW - it should be helvetica with an 'l' in it, and sans-serif with a
>> hyphen in it.
>>
>> --
>> Els http://locusmeus.com/

>


Try to post to macromedia.dreamweaver. I guess the people there can help
you much better...
 
Reply With Quote
 
Newbie
Guest
Posts: n/a
 
      07-23-2006

code_wrong wrote:

> "Newbie" <> wrote in message
> news: ups.com...
> > Have just changed all my style classes from 'verdana' to 'verdana,
> > hevetica, arial, sans serif'
> > and now can't see any of my pages in design view only the code. Help!

>
> have you looked in the view menu? ..


I've got it back.. suddenly... don't know how! But many thanks for your
suggestions.

Anne

 
Reply With Quote
 
Neredbojias
Guest
Posts: n/a
 
      07-23-2006
To further the education of mankind, "Newbie" <>
vouchsafed:

>> > Have just changed all my style classes from 'verdana' to 'verdana,
>> > hevetica, arial, sans serif'
>> > and now can't see any of my pages in design view only the code. Help!

>>
>> have you looked in the view menu? ..

>
> I've got it back.. suddenly... don't know how! But many thanks for your
> suggestions.


Relying on d/w is a bad way to start out learning how to make web pages.
As an aid it may have some moderate value but the real fruit is reaped by
hand-markup.

--
Neredbojias
Infinity has its limits.
 
Reply With Quote
 
jojo
Guest
Posts: n/a
 
      07-23-2006
Neredbojias wrote:

>>>> Have just changed all my style classes from 'verdana' to 'verdana,
>>>> hevetica, arial, sans serif'
>>>> and now can't see any of my pages in design view only the code. Help!
>>>
>>> have you looked in the view menu? ..

>>
>> I've got it back.. suddenly... don't know how! But many thanks for your
>> suggestions.

>
> Relying on d/w is a bad way to start out learning how to make web pages.
> As an aid it may have some moderate value but the real fruit is reaped by
> hand-markup.


I, too, use DW. But I've never (or almost never) used the "design view".
I just use it because it can autocomplete tags, close them
automatically, ... So it is just to save time.
I know many WYSIWYG editors can do this, too, but I got Dreamweaver so
why shouldn't I use it?
And DW it can edit external Stylesheets automatically if you change the
style of any element, can handle includes, has got a FTP client, the
possibility to create & use Templates...
So you might use DW, but do not rely on the code it writes if you use
the "design view" without ever checking and correcting the code. So
especially if you are a Newbie in HTML you should learn some coding. Can
use DW, but write the code yourself.
 
Reply With Quote
 
jojo
Guest
Posts: n/a
 
      07-23-2006
jojo schrieb:
> Neredbojias wrote:
>
>>>>> Have just changed all my style classes from 'verdana' to 'verdana,
>>>>> hevetica, arial, sans serif'
>>>>> and now can't see any of my pages in design view only the code. Help!
>>>>
>>>> have you looked in the view menu? ..
>>>
>>> I've got it back.. suddenly... don't know how! But many thanks for your
>>> suggestions.

>>
>> Relying on d/w is a bad way to start out learning how to make web
>> pages. As an aid it may have some moderate value but the real fruit
>> is reaped by hand-markup.

>
> I, too, use DW. But I've never (or almost never) used the "design view".
> I just use it because it can autocomplete tags, close them

^^ Dreamweaver, not the "design view, sorry, a bit unclear
> automatically, ... So it is just to save time.
> I know many WYSIWYG editors can do this, too, but I got Dreamweaver so
> why shouldn't I use it?
> And DW it can edit external Stylesheets automatically if you change the
> style of any element, can handle includes, has got a FTP client, the
> possibility to create & use Templates...
> So you might use DW, but do not rely on the code it writes if you use
> the "design view" without ever checking and correcting the code. So
> especially if you are a Newbie in HTML you should learn some coding. Can
> use DW, but write the code yourself.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to edit Dreamweaver pages without dreamweaver? Jason HTML 25 01-09-2005 02:06 PM
Visual Studio .Net vs Dreamweaver Douglas Gage ASP .Net 2 01-19-2004 03:20 PM
Weird Compilation Error Migrating from Dreamweaver to VS James Zhuo ASP .Net 0 08-25-2003 11:22 PM
How to edit a Visual Basic .net with Dreamweaver MX Tanya Ducady ASP .Net 1 08-25-2003 08:18 PM
Proxy Generator not listing?!? (in Dreamweaver MX) prince -=nore=- ASP .Net 3 07-24-2003 01:38 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57