How to Insert Borders Around Text in KompoZer
KompoZer allows you to create, modify and publish web pages from your computer. You'll find options to toggle between design and code views as you create your Web page, so you don't have to be familiar with HTML to use the application. You can apply styles to the HTML code to add the borders around text. A variety of borders may be used. By using styles, you can customize the border's width, shape and color more efficiently.
Instructions
-
-
1
Select "File" and "Open File" from the KompoZer menu. To load the HTML file, double-click it in the "Open HTML File" dialog box.
-
2
Place the insertion point where you want the bordered text to go.
-
-
3
Click the "Source" tab at the bottom of your page to view the code.
-
4
Insert the following HTML code to add a solid, black border around your text:
<p style="border: 1px solid black;">Your Text Goes Here</p>
-
5
Replace "Your Text Goes Here" with your actual text. To change the border color, change "black" to a different color in the HTML code. To increase the border's width, change "1px" to a larger size, such as "2px," in the code. To customize its shape, change "solid" in the code to "double," "dashed," "dotted," "groove," inset" or "outset."
-
6
Click the "Preview" tab at the bottom of your page to view the bordered text. Press the "Save" button in the toolbar to save the file.
-
1