The next problem I have is that I just can not upload and see an image to the website from the img
folder<img src="/img/proyecto.jpg" alt="Proyecto en curso"
style="float:left;width:600px;height:400px;">
I can not load and view background images either
<body style="background-image:url('/img/fondo.jpg')"></body>
Not much less banners
</style>
<table align="center" width="100%">
<tr>
<td>
<img src="/img/banner.png" style="width: 100%; height: 130px"/>
</td>
</tr>
</table>
If someone can help me I would thank you in advance.