Are there any foreseeable problems with using the html <br /> to separate lines of the product name? For instance, my product now displays as:
"Blue Widget with Extra Fine Type"
Using "Blue Widget<br />Extra Fine Type" will display it as
Blue Widget
Extra Fine Type
Which looks much nicer on the category and listing pages. However, I'm not sure if using html there is acceptable or not?
"Blue Widget with Extra Fine Type"
Using "Blue Widget<br />Extra Fine Type" will display it as
Blue Widget
Extra Fine Type
Which looks much nicer on the category and listing pages. However, I'm not sure if using html there is acceptable or not?
Comment