Closed Thread
Results 1 to 10 of 10

Thread: Web Page problem

  1. #1
    Lamer980's Avatar
    Lamer980 is offline Newbie
    Join Date
    Jul 2008
    Posts
    3
    Rep Power
    0

    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. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    bvaessen is offline Learning Programmer
    Join Date
    Jul 2008
    Location
    Limburg
    Posts
    30
    Rep Power
    14

    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?

  4. #3
    xxxkings is offline Newbie
    Join Date
    Jul 2008
    Posts
    9
    Rep Power
    0

    Re: Web Page problem

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

  5. #4
    Jordan Guest

    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.

  6. #5
    zenny is offline Newbie
    Join Date
    Jul 2008
    Posts
    1
    Rep Power
    0

    Re: Web Page problem

    I also want to know the answer.

  7. #6
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    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

  8. #7
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Web Page problem

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

  9. #8
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    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

  10. #9
    elvenrunelord's Avatar
    elvenrunelord is offline Learning Programmer
    Join Date
    Jul 2008
    Posts
    88
    Rep Power
    0

    Re: Web Page problem

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

  11. #10
    Join Date
    Mar 2008
    Location
    The North Pole
    Posts
    13,174
    Blog Entries
    13
    Rep Power
    114

    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

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to fix Javascript problem with reaload page?
    By AdrianWierciochPHP in forum JavaScript and CSS
    Replies: 3
    Last Post: 10-23-2011, 07:39 AM
  2. Replies: 4
    Last Post: 12-06-2010, 04:45 PM
  3. Java problem -- sending email via JSP page
    By mrclubbie in forum Java Help
    Replies: 2
    Last Post: 08-12-2010, 11:08 AM
  4. Wordpress... Problem with Description Page
    By groogruxking40 in forum HTML Programming
    Replies: 1
    Last Post: 09-23-2009, 07:01 PM
  5. Problem with JApplet and HTML page??
    By stack in forum Java Help
    Replies: 10
    Last Post: 08-22-2007, 07:16 AM

Tags for this Thread

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