How do I increase the font size of the url using CSS?
i thought knew how this. want increase size of url using css.
i created rule:
a.15text {
font-family: arial, helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
color: #bc2828;
text-decoration: underline;
}
in code have following:
<a href="http://www3.imperial.ac.uk/edudev/workshops/intro/tfl" class="15text" target="_blank">introduction teaching learning</a>
in dreamweaver, class="15text" make font size of above url bigger, when preview in browser, font size of undelrined url remains small.
what doing wrong? how make font size of url bigger?
i have no problem changing characteristics of normal text, urls posing problem.
thats because cannot have class names start number.
change - 15text - text15
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment