I only began creating the first web site and I need advice.
I want to show some pictures on the page (see below code).
In the "design view" I see both pictures but when I open a page I can see only one picture and alt text for the second picture.
Why is it happening? Where am I wrong?
Thanks in advance.
Robi1955
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<!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 runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="for ...
Go to the complete details ...