Jump to content

survivor

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by survivor

  1. try to run one last last look down your file...and then you have these very long lines...try to break 'em off(just type "enter"... DONT delete any off our spaces)and make some "air" in the start of a new tag, if you do that its much easier to read and correkt you file...

  2. heey I need a log in form and a log off button but i dont know how to make itI already have a log off button but my site is in two frames and the log off butten just changes the frame its in and it is surposed to change the whole window...the log in form i got some idies from other sites but none off them works in my site because og too many other links and surport files and other things in it...I hope someone in here have the correckt codes

  3. You could use a server side language like php, you submit the form to a php file and have that file process the form, php has a built in function called mailto() which you could use.  That function can be set up to send the information in your form to an email address that you specify.You wouldn't need a db to do this.p.s. You can send info from a form by email but it's not very reliable.  Results can vary depending on what browser the client is using and they must have an email programme installed on there machine to send the info i.e. oulook, an internet email like yahoo wont work.

    it will work if the clients email is connected to the clints personal netpassport
  4. <a href="newpage.html">New Page</a>(file called newpage in the same folder)<a href="../newpage.html">New Page</a>(map/map/map(where the page called newpage is)/map(where you tupe in the link))<a href="nomatter/newpage.html">New Page</a>(if the file is in a map(called nomatter) under the map where the document you are typing the link in)

  5. first off i have a background that is covered up by a table that has no borders. the table has a white background  and i am wondering if there is a way to make the background run through the table (i dont have the tags for the table it was already there)

    <code><table bg-color="FFFFFF"><tr><td></td></tr></table>or<table bg-color="white"><tr><td></td></tr></table></code>see you have to delete the bg-color, I think that is your problem...
  6. how to insert a frame?? i got the codes

    <html><head> <title> test 2 </title> </head><body><frameset cols="120,*"><frame src="tiltest.gif" /><frame src="tiltest2,1.gif" name="showframe" /><a href ="survivorsite.html" target ="showframe">survivorsite</a><br><a href ="frame_b.htm" target ="showframe">Frame b</a><br><a href ="frame_c.htm" target ="showframe">Frame c</a></frameset></body></html>

    where the "tiltest" and the "tiltest2,1" are two "GIF" files, and the "survivorsite.html" are one of the sites hat was sorposed to be desplayed in the right frame...the hole screen pic i sorposed to be like there is a frame in the left side wiht links to the sites that should be desplayed i the right frame.i hope that someone in here can help me.

×
×
  • Create New...