Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4254436
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T05:05:01+00:00 2026-05-21T05:05:01+00:00

I have a site I made using jsp’s and I need to stylize it.

  • 0

I have a site I made using jsp’s and I need to stylize it. Can I somehow implement a css template like this one in my jsp’s? css template

If so, how?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T05:05:02+00:00Added an answer on May 21, 2026 at 5:05 am

    Yes. It is definitely possible. Here is a tutorial on JSP templates. It teaches you about the include directive, which allows you to include static content such as HTML files like:

    <%@include file='header.html'%>
    

    or the template taglib that allows you to include templates with

    <%@ taglib uri='/WEB-INF/tlds/template.tld' prefix='template' %>
    
    <html><head><title><template:get name='title'/></title></head>
    <body background='graphics/background.jpg'>
    
    <table>
       <tr valign='top'><td><template:get name='sidebar'/></td>
          <td><table>
                <tr><td><template:get name='header'/></td></tr>
                <tr><td><template:get name='content'/></td></tr>
                <tr><td><template:get name='footer'/></td></tr>
             </table>
          </td>
       </tr>
    </table>
    </body></html>
    

    From a template or from a raw JSP file you can absolutely reference CSS. It’s fairly simple. You reference the CSS in your HTML tags in the JSP the same way you would regularly:

    <link rel="stylesheet" href="common.css" type="text/css">
    

    For more information see W3.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On this site each page is made up of multiple .jsp files. There is
Recently, I have found this site made by Google Team. http://www.20thingsilearned.com/ So far I
I have a navigation that I made using CSS Sprites. The thing is I
I have an XML web service that javascript calls are made using jQuery. This
I have a question regarding how to make the same website appear consistently in
im looking easy steps for convert any html/php template into a very simple wordpress
We are in the process of working on our second generation of our eCommerce
I am looking to build an online customer support system for one of our
I was just answering a question about different approaches for picking the partition in
My web host points my main domain name to the root www folder. The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.