Results 1 to 8 of 8

Thread: CSS Dreamweaver entry problem

  1. #1
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default CSS Dreamweaver entry problem

    I'm very new to the whole HTML and CSS thing and am teaching myself as I go. I have noticed in some tuts that it says that, when entering CSS code, the auto code popup thing (can't recall what it's actually called) is supposed to popup just like it does when entering HTML. However, this is not the case when I am entering the CSS. Is there a setting that I am not aware of to allow this?
    Any help you could provide would be greatly appreciated! Thanks in advance.

  2. #2
    Join Date
    Jun 2006
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    make sure you are setting it up correctly and not just wissywiggin it around. for css make sure you set it up something like this,
    .body{ <!--then return-->
    <!--pop up will pop up-->
    }
    this is only one example css ahs many formats.

  3. #3
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That's the way I'm doing it. Here is an example of a piece of my CSS. The popup did not appear at all during this and my total CSS is 157 lines long. Don't know why the indenting looks screwy below, but.....
    Code:
    #tabs{
    	text-align: center;
        padding:0;
        margin-left:0;
    	font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        color:#FFF;
        font-weight:bold;
    	}

  4. #4
    Join Date
    Jun 2006
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking

    this is in the preference section. hope it helps. image attached. besides this sorry hope it helps. if at first when i am typeing code and need the helper and it doesnt pop up i try to delet white space and start with over and it usually pops up.
    kelly-

  5. #5
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hhmmmm.....
    Looked at my preferences and they are the same as yours with a MAJOR exception. I don't have CSS Property Names (or Code Hint Tools for that matter) listed in the menus field. I also can't find where to add it. Any ideas?? Thanks for your help this far.

  6. #6
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Think I found the problem. Looks like the popup lists for CSS were new in MX2004. I'm running MX6.0, I believe. Looks like that's the problem. Wonder if I can add it on using the menus preference. Anyone know??

  7. #7
    Join Date
    Jun 2006
    Posts
    78
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    which dreamweaver are you running?

  8. #8
    Join Date
    Jul 2006
    Location
    Graham, NC
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by pkcidstudio
    which dreamweaver are you running?
    See above post. MX 6.0.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •