PDA

View Full Version : html help



desertofwater
November 20th, 2009, 01:36
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.

Dynash
November 20th, 2009, 14:35
That is your CSS file. It tells you that in the "type" tag.

themoose
November 20th, 2009, 15:55
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")

Doolvehek
December 16th, 2009, 21:12
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.

HJ-Andrew
December 24th, 2009, 23:26
did that help you or are you still having trouble?

bobjuck
February 1st, 2010, 07:08
External CSS source, if you remove this row, certainly your frontpage will be abnormal.