Author |
Topic |
|
sjuufke
Practical
Netherlands
20 Posts |
Posted - 24 Nov 2006 : 13:05:27
|
Hown can I change the font that is used in a html-rectangle?
Mat |
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 25 Nov 2006 : 14:50:25
|
What? Can you explain me your problem better? |
Regards, Davide |
|
|
Jan van Londen
Super User
Netherlands
208 Posts |
Posted - 25 Nov 2006 : 16:14:58
|
If you inserted HTML to show a text, you have to use the html code to force a certain type of font, size, etc. I advise you to go to http://www.handleidinghtml.nl/ (Sorry this is a Dutch site, it's a on-line html referenceguide.)
But maybe better, use the "Std. label" in DHE to insert text. There you can do everything with you tekst.
Bye, Londen.
|
Bye, Londen. |
Edited by - Jan van Londen on 25 Nov 2006 16:16:09 |
|
|
sjuufke
Practical
Netherlands
20 Posts |
Posted - 27 Nov 2006 : 11:34:34
|
quote: Originally posted by s.dav
What? Can you explain me your problem better?
I made a standard rectangle, wich contains several html-rectangles. In one of them i put this code:
<script>var ml="info";var mr="whatever.nl";var ma="@";document.write("<a href=\"mailto:"+ml+ma+mr+"\">Mail to whatever</a>")</script>
As a result of this the link is shown in the html rectangle. How can i change the font and fontsize of the link?
Probably it's very easy, but i don't see the solution.
Greetz, Mat |
|
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 27 Nov 2006 : 11:48:14
|
Simply before the script write a font tag |
Regards, Davide |
|
|
sjuufke
Practical
Netherlands
20 Posts |
Posted - 27 Nov 2006 : 13:49:39
|
quote: Originally posted by s.dav
Simply before the script write a font tag
Of course, Thanks ! |
|
|
|
Topic |
|