Hello all, first time poster.
I am trying to create a line break in an XML item id.
I'm using a popular 'off the shelf' software package and I am limited as to what changes I can make.
My website is hosted on Windows Server 2003.
The file is called CCBranding.config:
At the top of the file:
Where I need the line break:
I want a line break in between the words 'SALOON CAR' and (Standard Class), so it displays like this on the browser:
SALOON CAR
(Standard Class)
The company that wrote the software told me it's not possible, but I'm sure there must be a way to do it.
I have tried using <br> and /n but all that does is place that exact string amongst the text. I have also tried using  as suggested on the following: Link but what that actually does is ruin the whole code and the page doesn't display properly.
I have also tried actually placing the two strings on separate lines within the code itself but it ignores the line break and just places the two strings next to each other.
Can anybody here suggest something else to try, or is it simply not possible to place a line break inside an id?
I cannot really go into too much detail as to how the code translates to the final website, but for sure, this is the only instance in the code where I'm able to attempt a line break so any suggestions would be welcome.
Thanks
I am trying to create a line break in an XML item id.
I'm using a popular 'off the shelf' software package and I am limited as to what changes I can make.
My website is hosted on Windows Server 2003.
The file is called CCBranding.config:
At the top of the file:
Code:
<?xml version="1.0" encoding="utf-8"?>
Where I need the line break:
Code:
<item id="SALOON CAR (Standard Class)" type="listitem" img="any_vehicle.png">
I want a line break in between the words 'SALOON CAR' and (Standard Class), so it displays like this on the browser:
SALOON CAR
(Standard Class)
The company that wrote the software told me it's not possible, but I'm sure there must be a way to do it.
I have tried using <br> and /n but all that does is place that exact string amongst the text. I have also tried using  as suggested on the following: Link but what that actually does is ruin the whole code and the page doesn't display properly.
I have also tried actually placing the two strings on separate lines within the code itself but it ignores the line break and just places the two strings next to each other.
Can anybody here suggest something else to try, or is it simply not possible to place a line break inside an id?
I cannot really go into too much detail as to how the code translates to the final website, but for sure, this is the only instance in the code where I'm able to attempt a line break so any suggestions would be welcome.
Thanks