Jump to content

garyblackpool

Members
  • Posts

    133
  • Joined

  • Last visited

About garyblackpool

  • Birthday 04/15/1986

Contact Methods

  • MSN
    garyblackpool@hotmail.com

Profile Information

  • Location
    Blackpool

garyblackpool's Achievements

Member

Member (2/7)

0

Reputation

  1. hi, i am having a problem controling where in a page a image occurs. I am trying to place the image in the top left and move it the image to the left however hr and table element cross into its path and the image floats above them. Thanks img#logo {width: 500px;height: 100px;position: fixed;left: 50px;clear: right;}table#one {font-style: bold;font: green;}
  2. Ok yeah i did mean folder when i said file. I checked that it worked within another browser; the html file did not work but i did try to open the gif file by going to open with: i chose netscape which did open the file as a image. And i have also checked that it was a gif by selecting the file looking in properties and it was its file size was 1.51 MB and the image which has been working in my html code is 4.29 KB. Thanks
  3. I have done the changes which you have suggested however I still cant get the image to work, it does work with a different gif image. The image is not on a sever its on my computer within the same file as the html. Thanks. Could it be a problem with the image itself?
  4. Hi, my problem is that a image which i have does not work however when i try another image it does work. Could you tell me what the probalem with it could be thanks. Here is the code i am using-its just to try to make it work, I have checked it in the validator and it says that it needs alt but i am trying to use it as a background image. Thanks.<!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" xml:lang="en" lang="en" dir="ltr"><head><title>Stage1</title></head><body><table><tr><td rowspan="2"><img src="rose.gif" width="200" height="500"/> </td> <td> Garden</td></tr><tr><td> links</td><td>links</td><td>links</td></table></body></html>
  5. Hi, I am just learning how to make forms and when i use the <textarea> tag it does not show a textarea in Explorer 7. While trying to find out understand why this was happening in W3cshcools http://www.w3schools.com/html/showit.asp?f...ryhtml_textarea. I in the editor window i recive the message:This example cannot be edited because our editor uses a textarea for input, and your browser does not allow a textarea inside a textarea.Could you tell me how to enable the use of this tag or just give me any information about this problem.Thank you<html><head> <title> Guest Book Mail_to Form</title> </head><body><form><table><tr> <td> Please Sign My Guestbook</td></tr><tr> <td> Name:<input type="text" id="visitor name" size="15" maxlength="30 /> </td> </tr><tr><td> <textarea name="message" rows="10" cols"45"> </textarea> </td> </tr><tr><td> <input type="submit" /> <input type="reset" /></table></form></body></html>
×
×
  • Create New...