hello all,

I am developing a website in dreamwiever 8 first time and chose jsp dynamic page.

can anyone tell me how can I add CSS to my jsp page.??
i have downloaded 100s of templates from net and tried it in <link> tag but it dint work.

please help me ...

Same way as you would add it to HTML page:

  • type it as part of the head section in the document
  • providing link to external file <link rel="stylesheet" type="text/css" href="css/style1.css" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.