• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

html help

desertofwater

New Member
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.
 
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")
 
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.
 
Back
Top