Jump to content

LINKS: Need directions how to change specs.


KRKILGORE

Recommended Posts

I'm finishing my web page and want to put up some links. Thing is, on my chosen background for the page it's difficult to see the standard TimesRoman font that is the default for the program I use. I'd like to know what script is needed to change the font, as well as size, color, and how to put a plain color background behind the text in needed. :) If anyone knows how to, I'd appreciate the help. Thanks! :)

Link to comment
Share on other sites

Are you using a html editor? If so you could change them through the options, else apply a style eg#style1 {font-family: whatFontYouWant;font-size: x-small;color: #CCCCCC;}then you need a table or div so that you can apply a different background.so <table width="100%" bgcolor="#000000">Hope that sorts u out,Simon

Link to comment
Share on other sites

Review both the HTML and CSS tutorialshttp://www.w3schools.com/htmlhttp://www.w3schools.com/css(respectively)Together, they should give you enough information to make necessary changes to accommodate your design.Can you post a preview url?

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...