I am new to coding and working on a website, I have data coming from my data base in this format to my product description area:
Length=8 in|Width=0.180 in|Thickness=|Size Group=|Bundle Diam=1.9000 in [Max]|Material=Nylon|Color=Weather Resistant
I need to somehow convert the data to this format in an HTML table in the same area:
Length 8 in
Width 0.180 in
Thickness
Size Group
Bundle Diam 1.9000 in [Max]
|Material=Nylon
Color=Weather Resistant
I know it seems friggin easy, but I am stumped!
Any help will be appreciated!