Hi
I have below code . I want description to be in next line
htmlTable.Append("" + item.snippet.title + item.snippet.description + " ");
Thanks
Hi
I have below code . I want description to be in next line
htmlTable.Append("" + item.snippet.title + item.snippet.description + " ");
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Feb 20, 2023, 10:36 AM
Hello Ramco,
Use below code.
If you want the description to be in a new line inside the anchor tag, use below.
Thanks
Naimish