This is a discussion on "XSL Format" within the Other Programming Languages section. This forum, and the thread "XSL Format are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
XSL Format
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
XSL Format
I have an xsl file that I would like to add a carriage return after the hyper-link title, is there a way of doing that? Here is the title code:
<a> <xsl:attribute name="href"> <xsl:value-of select="*[local-name()='link']"/> </xsl:attribute> <xsl:attribute name="target"> <xsl:text>top</xsl:text> </xsl:attribute> <font face="Arial, Helvetica, sans-serif" color="#333333" size="3"><xsl:value-of select="*[local-name()='title']"/></font> </a>[need carriage return here] Any ideas.. Thanks breeze76 |
|
#2
|
|||
|
|||
|
Still looking for the answer for this.. any ideas or any place I can look..????
|
|
#3
|
|||
|
|||
|
Wouldn't
(or ) work? |
|
#4
|
|||
|
|||
|
Nope that does not work, I need to create a new line some how. If I use[*]<li/> that gies me a new line but with a bullet... any other ideas?? Can really use it...
|
|
#5
|
|||
|
|||
|
Maybe
</p> ? |
|
#6
|
||||
|
||||
|
You need two
tags
__________________
Rob - Webforumz Founder I am currently NOT available for SEO consultancy work My Sites: Student Midwife Forum
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
![]() |
| Tags |
| xsl, format |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mod rewrite url format | jhappeal | Search Engine Optimization (SEO) | 9 | Jan 19th, 2008 14:23 |
| JS date format | joe3dge | JavaScript Forum | 0 | May 21st, 2007 01:11 |
| Getting rid of text format | lobster1983 | PHP Forum | 2 | Sep 22nd, 2005 21:50 |
| Currency Format | accessman | Databases | 1 | Sep 19th, 2005 06:48 |
| Date Format | ekendricks | Classic ASP | 3 | Sep 1st, 2003 18:03 |