I'm trying to make a mobile version of my website, the one on the computer works fine, but the mobile one is not. It will only show text, but not images. I think the problem is with Yahoo and not on my end. Anyone know of a way to get it to work? Here is some code if that helps

<!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" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">


<title>Upson Media</title>

<link href="mobilestyles.css" rel="stylesheet" type="text/css" />

</head>



<body background="mobilebackground.jpg">
<div id="container">
<div id="logo"><img src="logo2.jpg" width="300" height="100"></div>
<div id="nav"><img src="home1.jpg" width="60" height="35" /></div>
<div id="content"></div>
</div>
</body>

</html>

Are the links in your CSS pointing to the correct path?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.