+ Reply to Thread
Results 1 to 10 of 10

Thread: Web Page problem

  1. #1
    Newbie Lamer980 is an unknown quantity at this point Lamer980's Avatar
    Join Date
    Jul 2008
    Posts
    3

    Unhappy Web Page problem

    Hi, I have a CSS layout that I designed in Dreamweaver, but I don't know what to do with it, you can't view CSS in design mode, is there anyway I can import it into HTML? Or anything to see the design?
    Thanks

  2. #2
    Learning Programmer bvaessen is on a distinguished road
    Join Date
    Jul 2008
    Location
    Limburg
    Posts
    30

    Re: Web Page problem

    You could see CSS as a kind of makeup for your website. You can include it in the html source code, in the header section:
    <head>
    <link rel='stylesheet' href='style.css' type='text/css' charset='utf-8' />
    ...
    ...
    ...
    </head>
    What is your level of experience in this field? Need more info?

  3. #3
    Newbie xxxkings is an unknown quantity at this point
    Join Date
    Jul 2008
    Posts
    3

    Re: Web Page problem

    hmmm me to knneen intrested to know the answer of this...

  4. #4
    Administrator Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan is a name known to all Jordan's Avatar
    Join Date
    Nov 2005
    Location
    Hendersonville, NC
    Posts
    24,556
    Blog Entries
    97

    Re: Web Page problem

    bvaseen answered the question. Once you add the link tag above you can then use your CSS design in your HTML elements.

  5. #5
    Newbie zenny is an unknown quantity at this point
    Join Date
    Jul 2008
    Posts
    1

    Re: Web Page problem

    I also want to know the answer.

  6. #6
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Web Page problem

    Eh? The answer has just been given! A CSS stylesheet can be imported in the head section using a <link> tag.

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  7. #7
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,697
    Blog Entries
    57

    Re: Web Page problem

    CSS is formatting information to be applied to the HTML, not something that is "seen".
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #8
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Web Page problem

    Well, you can see the result...

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

  9. #9
    Learning Programmer elvenrunelord is an unknown quantity at this point elvenrunelord's Avatar
    Join Date
    Jul 2008
    Posts
    88

    Re: Web Page problem

    CSS is a markup language that is used to like typeset a html display page.

  10. #10
    Xav
    Xav is offline
    Code Slinger Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav has much to be proud of Xav's Avatar
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,210
    Blog Entries
    13

    Re: Web Page problem

    Your point being?

    Quote Originally Posted by Jordan View Post
    Good members, like yourself, stick around and post for ages to come!
    Mr. Xav | Blog | Forums

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. export to excel problem with IPAddress in URL but working with localhost url
    By mustaque in forum ASP, ASP.NET and Coldfusion
    Replies: 5
    Last Post: 08-04-2008, 07:31 AM
  2. Combining scripts on a page
    By Hrimthurs in forum JavaScript and CSS
    Replies: 0
    Last Post: 01-28-2008, 09:56 AM
  3. How to add images to a page?
    By c0de in forum Tutorials
    Replies: 1
    Last Post: 09-12-2007, 08:54 PM
  4. Problem with JApplet and HTML page??
    By stack in forum Java Help
    Replies: 10
    Last Post: 08-22-2007, 09:16 AM
  5. how to refresh a page?
    By :-[yc]-: in forum Java Help
    Replies: 2
    Last Post: 05-30-2007, 07:47 AM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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