This is the line of code right now.
"template" => $db->escape_string("<span style=\\"width:{\\$maxwidth}px;height:{\\$maxheight}px;float:left;margin-right:5px;margin-bottom: 2px;text-align:left;\\"><a href=\\"{\\$mybb->settings['bburl']}/index.php?action=visit&id={\\$affiliate['id']}&key={\\$mybb->post_code}\\"><img src=\\"{\\$mybb->settings['uploadspath']}/affiliates/{\\$affiliate['image']}\\" alt=\\"\\" width=\\"auto\\" height=\\"auto\\" title=\\"{\\$affiliate['name']}\\"></a></span>"),
Here is where I need to forward slash to appear
"template" => $db->escape_string("<span style=\\"width:{\\$maxwidth}px;height:{\\$maxheight}px;float:left;margin-right:5px;margin-bottom: 2px;text-align:left;\\"><a href=\\"{\\$mybb->settings['bburl']}/index.php?action=visit&id={\\$affiliate['id']}&key={\\$mybb->post_code}\\"><img src=\\"{\\$mybb->settings['uploadspath']}/affiliates/{\\$affiliate['image']}\\" alt=\\"\\" width=\\"auto\\" height=\\"auto\\" title=\\"{\\$affiliate['name']}\\" [COLOR="#FF0000"][B]/[/B][/COLOR]></a></span>"),
This is from a MyBB plugin. I decided I wanted to get a completely valid website because I was bored based on the w3s validator. My last thing to do from 53 errors is two errors caused by there being no slash there. I thought adding it just like I have in the second example would be fine but it won’t show.