Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 12:11:22 +02:00
parent 3232b9ac9c
commit da1f2a6c82
86 changed files with 193 additions and 193 deletions

View File

@ -37,7 +37,7 @@ $pdf->Write(5,'Visit ');
// Then put a blue underlined link
$pdf->SetTextColor(0,0,255);
$pdf->SetFont('','U');
$pdf-&gt;Write(5,'www.fpdf.org','https://www.fpdf.org');</code></pre>
$pdf-&gt;Write(5,'www.fpdf.org','http://www.fpdf.org');</code></pre>
</div>
<h2>See also</h2>
<a href="setfont.htm">SetFont</a>,