Question:
Im trying to set up a table to display some information on a webpage using yield. I cant get around the parenthesis for grid container so its not returning the whole code. Any way around this using yield? Or do i need another method altogether?yield " <div class="grid-container"> ".encode('utf-8')
I was using a
<table>
but I didnt like the formatting, so I wanted to try grid-container. Its a webscraper using BeautifulSoup. Here is some of the information going to the table