Remove the hardcoded "width=600" and other pixel values from these files.
It was unnecessary, and inconsistent with the rest of the site.
This commit is contained in:
parent
f0cb0c5d35
commit
2aa46577a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7127
25 changed files with 52 additions and 52 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/docs/faq.sgml,v 1.2 2000/01/29 23:53:47 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/docs/faq.sgml,v 1.3 2000/03/12 14:51:49 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: FAQ">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<h2>Contents</h2>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<li> <a href="#q2">Can I use the Linux-Port from the Blackdown people?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
<table border="0" cellspacing="0" cellpadding="2" width=500>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<TD BGCOLOR="#990000" WIDTH="10">
|
||||
<font color="#FFFFFF"><a name="q1"> 1.</a></font>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue