277772
11-05-2011, 11:51 PM
i am trying to place a image on my website but it won't let me could anyone tell me why it will not let me place the image where i want it?
CODE:
<html>
<head>
<title>My Webpage</title>
</head>
<body>
<img src="../logo.gif" height="60" width="1400" /> <-- IMG TAG ERROR
<fieldset>
<table align="right">
<tr>
<td>
<a href="LOGINPAGE.html" style="color:black;">Login</a>
<a href="REGISTERPAGE.html" style="color:black;">Register</a>
</td>
</tr>
</table>
<h1 align="center">Hi and Welcome to HTMLHelp.com</h1>
<table align="center">
<tr>
<td>
<div style="color:yellow;">
<a href="WEBPAGE(NOTLOGGEDIN).html" style="color:black;">Home</a>
<a href="ABOUTTHISWEBSITE(NOTLOGGEDIN).html" style="color:black;">About This Website</a>
<a href="FOURM(NOTLOGGEDIN).html" style="color:black;">Fourm</a>
<a href="LEARNINGHTML(NOTLOGGEDIN).html" style="color:black;" >Learning HTML</a>
</div>
</td>
</tr>
</table>
<table align="left">
<tr>
<td>
<iframe src="C:\Users\Graham\Desktop\WebPage\SCROLLINGCONTENT1.html" width="1081" height="500" scrolling="yes">
</iframe>
</td>
</tr>
</table>
<table align="right">
<tr>
<td>
<iframe src="C:\Users\Graham\Desktop\WebPage\SCROLLINGCONTENT0.html" width="200" height="500" scrolling="yes">
</iframe>
</td>
</tr>
</table>
</fieldset>
<img="\IMGS\BHS.png" alt="txt" height="304" width="505">
CODE:
<html>
<head>
<title>My Webpage</title>
</head>
<body>
<img src="../logo.gif" height="60" width="1400" /> <-- IMG TAG ERROR
<fieldset>
<table align="right">
<tr>
<td>
<a href="LOGINPAGE.html" style="color:black;">Login</a>
<a href="REGISTERPAGE.html" style="color:black;">Register</a>
</td>
</tr>
</table>
<h1 align="center">Hi and Welcome to HTMLHelp.com</h1>
<table align="center">
<tr>
<td>
<div style="color:yellow;">
<a href="WEBPAGE(NOTLOGGEDIN).html" style="color:black;">Home</a>
<a href="ABOUTTHISWEBSITE(NOTLOGGEDIN).html" style="color:black;">About This Website</a>
<a href="FOURM(NOTLOGGEDIN).html" style="color:black;">Fourm</a>
<a href="LEARNINGHTML(NOTLOGGEDIN).html" style="color:black;" >Learning HTML</a>
</div>
</td>
</tr>
</table>
<table align="left">
<tr>
<td>
<iframe src="C:\Users\Graham\Desktop\WebPage\SCROLLINGCONTENT1.html" width="1081" height="500" scrolling="yes">
</iframe>
</td>
</tr>
</table>
<table align="right">
<tr>
<td>
<iframe src="C:\Users\Graham\Desktop\WebPage\SCROLLINGCONTENT0.html" width="200" height="500" scrolling="yes">
</iframe>
</td>
</tr>
</table>
</fieldset>
<img="\IMGS\BHS.png" alt="txt" height="304" width="505">