Closed Thread
Results 1 to 6 of 6

Thread: html help

  1. #1
    Junior Member desertofwater is an unknown quantity at this point
    Join Date
    Nov 2009
    Posts
    10

    html help

    Hello,
    I am new here and also not very good in html.
    I dont understand one think in my page, because i retrive it from cached page.
    Can you plese tell me for what is this row:

    <link rel=stylesheet href="http://web.archive.org/web/20080718010108/http://www.web-locations.com/jade.css" type="text/css" title=" Web Locations, Search Engine Directory, Search Engine List style sheet">

    When i remove it the font is not ok and one of the frame.

  2. #2
    It gets better. Dynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant futureDynash has a brilliant future
    Join Date
    Jan 2008
    Location
    United Kingdom
    Posts
    4,531
    That is your CSS file. It tells you that in the "type" tag.
    JavaKrypt

    "If you think education is expensive. You should see the cost of ignorance."

  3. #3
    Sup, Recoil here. themoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond reputethemoose has a reputation beyond repute themoose's Avatar
    Join Date
    Jun 2005
    Location
    Uzbekistan
    Posts
    8,805
    This bit
    href="http://web.archive.org/web/20080718010108/http://www.web-locations.com/jade.css"
    You'll want to change to wherever the CSS file is now (eg href="jade.css")

  4. #4
    Junior Member Doolvehek can only hope to improve
    Join Date
    Dec 2009
    Location
    Bulgaria
    Posts
    12

    html help

    Look at this code:

    <html>
    <head>
    <title>BUTTON PROBLEM</title>
    </head><body><center><hr>

    <table><table border="0">
    <tr>
    <td><form name="input" action="ficticiousurl.htm" method="get">
    <input type="submit" value="Faulty Button 1" /></form></td>
    <td><form name="input" action="ficticiousurl.htm" method="get">
    <input type="submit" value="Faulty Button 2" /></form></td>
    <td><form name="input" action="ficticiousurl.htm" method="get">
    <input type="submit" value="Faulty Button 3" /></form></td>
    <td><form name="input" action="ficticiousurl" method="get">
    <input type="submit" value="Faulty Button 4" /></form></td>
    </tr>
    </table>

    <hr>

    </center>
    </body>
    </html>

    There is an unwanted line break under the table.
    Can someone help me remove it?
    Just copy/paste code into notepad.

  5. #5
    Member HJ-Andrew is an unknown quantity at this point
    Join Date
    Dec 2009
    Location
    Saint Louis, MO
    Posts
    30
    did that help you or are you still having trouble?
    http://www.hostjackpot.com
    The only web hosting package you will ever need :

  6. #6
    Junior Member bobjuck will become famous soon enough
    Join Date
    Dec 2009
    Posts
    21
    External CSS source, if you remove this row, certainly your frontpage will be abnormal.

Closed Thread

Similar Threads

  1. html help
    By bernardmax in forum Webdesign / HTML
    Replies: 8
    Last Post: December 9th, 2005, 21:52
  2. Html, Asp, Php...????
    By TRUNKS in forum Webdesign / HTML
    Replies: 11
    Last Post: July 22nd, 2003, 06:55
  3. HTML Help
    By Cagez in forum Webdesign / HTML
    Replies: 2
    Last Post: April 15th, 2003, 13:55
  4. Replies: 2
    Last Post: March 12th, 2002, 20:23
  5. index.html index.htm and default.html
    By LeX in forum General Discussions
    Replies: 1
    Last Post: January 18th, 2001, 12:33

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts