link button and left align text with a margin. Possible?

J

José Joye

I'm currently having problem with the link buttons (used within my theme)
In fact, what I'm trying to do is to left align the texts of my vertical
buttons with a margin of xx points.
I have not found any way to do it.
Is this possible?

Thanks,
José

In graph1.css, I have the following:

..mstheme-vert-navtxt
{
font-family: trebuchet ms,arial,helvetica;
color: rgb(0, 0, 0);
font-size: 2;
font-style: normal;
font-weight: normal;
text-align: left;
vertical-align: middle;
}
 
S

Stefan B Rusynko

The theme button are generated from images (your theme button and a .gif of your text in nav view)
and you can not apply "margins" to the text
- you can only align it left / right or center




| I'm currently having problem with the link buttons (used within my theme)
| In fact, what I'm trying to do is to left align the texts of my vertical
| buttons with a margin of xx points.
| I have not found any way to do it.
| Is this possible?
|
| Thanks,
| José
|
| In graph1.css, I have the following:
|
| .mstheme-vert-navtxt
| {
| font-family: trebuchet ms,arial,helvetica;
| color: rgb(0, 0, 0);
| font-size: 2;
| font-style: normal;
| font-weight: normal;
| text-align: left;
| vertical-align: middle;
| }
|
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top