Many thanks bmartino1 for your answer.
I make pages with dreamweaver, my knowledge is very basic html
css, javascrip and others, I have no knowledge
This is a simple example, and the only thing I add to this code was:
<link rel="stylesheet" type="text/css" href="
http://myip/style.css" /> (and the problem continues)
the rest did dreamweaver.
Now that the example is out of the way, we now need to fix your template issue!
In your html, you will need to look for:
*css
*jpg / png (picture files)
have them added to a path in your HFS and copy your ip html info to add/change your current html code you are using.
This part I do not understand (but for this simple example, I think it is not necessary?)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="
http://myip/style.css" />
(I added this line to the code according to your explanation)<title>Documento sin tÃtulo</title>
</head>
<body>
<a href="
http://myip/INGLES/">INGLES
</a>
</body>
</html>
another adjustment should be made?