AIMP Forum
AIMP for PC => Вопросы / Questions => Topic started by: farrukh on June 08, 2021, 14:15:59
-
Following is part of my template for exporting tracklist, i want to add % to width=100
should look like this:
width="100%" frameborder="0"
but when i add percentage symbol '%' it breaks the template and exported tracklist is incomplete. Kindly guide me how can i add this symbol to make it work properly.
<div class="list-group">
<div class="list-group-item active" style="font-size: 17px;"><center>Preview</center></div>
<iframe src="https://example.com/genre/song/id=" height="150px" width="100" frameborder="0"></iframe></p>
<div class="list-group">
<div class="list-group-item active" style="font-size: 17px;"><center>Tracks</center></div>
-
You can add any symbol by its code:
%Char(37)
-
% is reserved for macros. CkopoxoD is right, this is a workaround.
-
Thank you so much brother 'CkopoxoD'. That worked.