XSL Format

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 26th, 2005, 17:04
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote

  #2 (permalink)  
Old Oct 16th, 2005, 02:40
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Still looking for the answer for this.. any ideas or any place I can look..????
Reply With Quote
  #3 (permalink)  
Old Oct 16th, 2005, 02:50
Junior Member
Join Date: Sep 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Wouldn't
(or
) work?
Reply With Quote
  #4 (permalink)  
Old Oct 16th, 2005, 03:01
New Member
Join Date: Sep 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
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...
Reply With Quote
  #5 (permalink)  
Old Oct 16th, 2005, 04:11
Junior Member
Join Date: Sep 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe

</p> ?
Reply With Quote
  #6 (permalink)  
Old Oct 16th, 2005, 08:20
Rob's Avatar
Rob Rob is offline
Head Admin & CEO

SuperMember
Join Date: Jul 2003
Location: at my desk
Age: 34
Posts: 2,952
Blog Entries: 7
Thanks: 7
Thanked 4 Times in 4 Posts
Send a message via MSN to Rob Send a message via Skype™ to Rob
You need two
tags
__________________
Rob - SEO Specialist
Owner & Founder of Webforumz.com

I am currently unavailable for private work
Reply With Quote
Reply

Tags
xsl, format

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
mod rewrite url format jhappeal Search Engine Optimization (SEO) 9 Jan 19th, 2008 13:23
JS date format joe3dge JavaScript Forum 0 May 21st, 2007 00:11
Getting rid of text format lobster1983 PHP Forum 2 Sep 22nd, 2005 20:50
Currency Format accessman Databases 1 Sep 19th, 2005 05:48
Date Format ekendricks Classic ASP 3 Sep 1st, 2003 17:03


All times are GMT. The time now is 09:00.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43