Jump to content

css


archana

Recommended Posts

I think what is confusing here is that you say you are using "<html:link>" which isn't valid HTML. I did a quick Google search and it looks like maybe "<html:link>" is part of Struts? If so, what's probably happening is the server parses through the code, sees "<html:link>" and then converts it to "<a>". You might load up the page in a browser, right click on the window and choose "View Source". Where you see links in that rendered page, you're 99.9% likely to see <a></a> elements. In that case, use what jlhaslip suggested to style those links.

Link to comment
Share on other sites

Are you working in/with Java?Either way, an anchor tag is an anchor tag.We have similar code, and I use the syntax that jlhaslip has suggested without problems.Just put that code at the top of your css file. That way its a global setting. It should work...*edit*Sorry, jesh asked the same things I did. Sorry for the repeat.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...