I was doing a tables exercise and then after I reloaded it because it was acting weird and i pressed run and it said {“errors”:[{“detail”:“expected uuid’)”}]}
Can we have the link to the exercise and your code?
Can we also have your code?
Ship To It - Company Packing List
<li><img src="https://content.codecademy.com/courses/web-101/unit-9/htmlcss1-img_logo-shiptoit.png" height="20px;"></li>
<li class="active">Action List</li>
<li>Profiles</li>
<li>Settings</li>
Search the table
<tbody>
<tr>
<th>Company Name</th>
<th>Number of Items to Ship</th>
<th>Next Action</th>
</tr>
<tr>
<td>Adam's Greenworks</td>
<td colspan="1">14</td>
<td>Package Items</td>
</tr>
oops its i didnt put the full code
Ship To It - Company Packing List- 
- Action List
- Profiles
- Settings
Search the table
<tr>
<td>Adam's Greenworks</td>
<td colspan="1">14</td>
<td>Package Items</td>
</tr>
Company Name | Number of Items to Ship | Next Action |
---|
why is it not giving the full code
Its not displaying because in the textbox here it will take HTML and put the result in the post. I got the code thought. I do not get any errors when I put the code in. Can you send a video or Picture of it.
1 Like
wait it works now :[
1 Like
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.