Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » XML+XSL matters » So I just inserted radicore into a pre-existing website
So I just inserted radicore into a pre-existing website [message #1362] Wed, 04 June 2008 13:50 Go to previous message
cpscdave is currently offline  cpscdave
Messages: 20
Registered: June 2006
Junior Member
Process was fairly easy with once exception.
After I had copied all the html into custom.detail1.xsl the spacing of the website had been pushed off entirely.

After a day and a half of trying to fix the spacing I finally stumbled across the issue.

All the website <img> tags in the original site were not terminated properly, and this cause xslt parse errors. So I went through and changed them to be <img ... />


This apparently causes FF and IE6 (not sure about IE7 or Safari) to implicitly add a newline after the image, and thusly throw off the spacing of the webpage.

Solution is to add style="display: block" to the img tag and it show fix the spacing.

I found the solution here:

Hoping this will help someone avoid the same time waste that I went through Smile
 
Read Message
Read Message
Previous Topic: XSL error when supposedly using csxslt
Goto Forum:
  


Current Time: Tue Apr 16 17:33:35 EDT 2024

Total time taken to generate the page: 0.01176 seconds