T O P I C R E V I E W |
sjuufke |
Posted - 24 Nov 2006 : 13:05:27 Hown can I change the font that is used in a html-rectangle?
Mat |
5 L A T E S T R E P L I E S (Newest First) |
sjuufke |
Posted - 27 Nov 2006 : 13:49:39 quote: Originally posted by s.dav
Simply before the script write a font tag
Of course, Thanks ! |
s.dav |
Posted - 27 Nov 2006 : 11:48:14 Simply before the script write a font tag |
sjuufke |
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 |
Jan van Londen |
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.
|
s.dav |
Posted - 25 Nov 2006 : 14:50:25 What? Can you explain me your problem better? |