you will add to your css attributes, this is an example:
#menuList {
position:relative;
font-size: 1.3em; /* ALL font size */
margin: 0px; /* gap between page top AND main menu to sub menu */
padding: 0px; /* sets the space above and below main menu text (border) */;
/* z-index:100; */
}
another example:
/* Text
------------ */
h1 {
color: black;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 1.8em;
margin: 5px;
text-decoration: none;
}
casper_wang
Junior Poster in Training
89 posts since Jul 2008
Reputation Points: 13
Solved Threads: 7
what do you mean taramichael?
The examples I gae above is very clear.
in order t set font size, width, and space you will need to use css, if you just want to space them a vew spaces then use
if you want them seperated and centered use a table.
casper_wang
Junior Poster in Training
89 posts since Jul 2008
Reputation Points: 13
Solved Threads: 7
you will have to if you only want the one word seperated from the rest...
casper_wang
Junior Poster in Training
89 posts since Jul 2008
Reputation Points: 13
Solved Threads: 7
Not true. Just wrap that word in a span, give it a class, and give that class a margin in your css.
He didnt want to go through the css for a simple few spaces, and the html code for space would be the simplest.
Hope you got it working e_vel.
If you are happy with it please mark this as solved.
casper_wang
Junior Poster in Training
89 posts since Jul 2008
Reputation Points: 13
Solved Threads: 7