/examples/cells_bold/info.htm
https://github.com/AntonTyutin/fpdf · HTML · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · a547bd710aa2de3d487506a0a57afd7f MD5 · raw file
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <title>Tags for cells and bold</title>
- <style type="text/css">
- body {font-family:"Times New Roman",serif}
- h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
- h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
- </style>
- </head>
- <body>
- <h1>Tags for cells and bold</h1>
- <h2>Informations</h2>
- Author: <a href="mailto:marciosfalsin@hotmail.com?subject=Tags%20for%20cells%20and%20bold">Marcio Sfalsin</a><br>
- License: FPDF
- <h2>Description</h2>
- This script allows to print text with the following tags in it:<br>
- <br>[text]: puts the text inside a framed cell
- <br><text>: renders the text in bold
- </body>
- </html>