SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: CSS File and Link

  1. #1
    SitePoint Member
    Join Date
    Jul 2003
    Location
    USA
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    CSS File and Link

    I know some basic CSS. When I put the properties with the <style> tag, I see the the effects visually in the .NET editor, but when I put them in a separate file I don't. Is this only limited to this editor or for all?

  2. #2
    Sultan of Ping jofa's Avatar
    Join Date
    Mar 2002
    Location
    Svíþjóð
    Posts
    4,080
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Which .NET editor?
    Visual Studio .NET?

  3. #3
    ☆★☆★ silver trophy vgarcia's Avatar
    Join Date
    Jan 2002
    Location
    in transition
    Posts
    21,235
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by pshah2k
    I know some basic CSS. When I put the properties with the <style> tag, I see the the effects visually in the .NET editor, but when I put them in a separate file I don't. Is this only limited to this editor or for all?
    Dreamweaver will read styles in a <link>ed style sheet and allow you to use them in your code and render them in WYSIWYG mode.

  4. #4
    Sultan of Ping jofa's Avatar
    Join Date
    Mar 2002
    Location
    Svíþjóð
    Posts
    4,080
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works the same way in VS.NET (styles from css file is applied when in design view)

  5. #5
    SitePoint Member
    Join Date
    Jul 2003
    Location
    USA
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I found the problem, the file was saved.

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
  •