Thread: How do you make text.....
Results 1 to 5 of 5
Related
-
Make a piece of text appear with acolored background around it? Forum: HTML Forum
Replies: 3 -
How to make text wrap like this? Forum: HTML Forum
Replies: 3 -
How to get my page content text to show up before navigation text for improved SEO Forum: HTML Forum
Replies: 0 -
links that make text appear Forum: CSS Forum
Replies: 6 -
how do i make scrolling text boxs? Forum: HTML Forum
Replies: 1
-
08-30-2002, 02:41 PM #1
How do you make text.....
Hey people how do you make text closer togeather on new lines like this
text
text
instead of
text
text
?
Thanks
-
08-30-2002, 02:58 PM #2
looks like u can do this..
the tag <br> inserts a line break, which is the smaller space, whie <p> is the paragraph and inserts more space...
-
08-30-2002, 03:44 PM #3
:-(
ok so i have edited it to make it have the <br> like u said and wohoooooooo i fail once again
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>NavBar</title>
<base target="_self">
<style fprolloverstyle>A:hover {color: #FF0000; font-family: Courier New; font-weight: bold}
</style>
</head>
<body bgcolor="#000000" text="#00FF00" link="#00FF00" vlink="#00FF00">
<hr color="#C0C0C0" size="1">
<br> align="center"><b><font size="2" face="Courier New">Home</font></b>
<br> align="center"><b><font face="Courier New"><a href="http://groups.msn.com/BadgersForum" target="_blank"><font size="2">Public
Forum</font></a> </font></b>
<br> align="center"><b><font face="Courier New"><a href="http://www.badger.ionichost.com/my_screen_shots.htm" target="lower_right"><font size="2">Screen Shots</font></a
Shots</a>
<br> align="center"><a href="http://www.badger.ionichost.com/downloads.htm" target="lower_right"><font size="2">Downloads</font></a
<p align="center">
<p align="center"><font size="2"> <script language="JavaScript1.2">
</script><a href="http://www.badger.ionichost.com/contacting_me.htm" target="lower_right"><font size="2">Contact Me</font></a
</html>
<p align="center">
<hr color="#C0C0C0" size="1">
-
08-30-2002, 10:00 PM #4
-
08-30-2002, 10:29 PM #5
this is from your code, if you are missing a large part of your site then this might be why
<br> align="center"><b><font face="Courier New">
forgetting a < before every align lol, hope i helped