Click to See Complete Forum and Search --> : need help on html codes


flabob
08-03-2003, 01:19 PM
i am a newbie to web design,and i am building a page through note pad.......i am experimenting with differant code to get the feel of things :O))
now ,one of my many questions <grin>,is after the
<body> tag..i put this in "<BODY bgcolor="#ccffcc"><HR WIDTH=60% SIZE=40>
to make a rule....now how do i put text,or a sentence,in that horizontal rule i made?...i am a long way from finishing,but i want to learn.thx for any help you can give ,or if you have any suggestions,please let me know...thx again for your time

bob:cool: :cool:

havik
08-03-2003, 01:58 PM
I don't think you could put text into a horizontal rule, but I'm sure there's some tricky way. :D

You could try a table or div layer instead. For example:

<table width=60% height=40 bgcolor="#ccffcc">
<tr>
<td>Your text here</td>
</tr>
</table>




Havik

PeOfEo
08-03-2003, 02:01 PM
You cannot actually put text in a <hr> if you are thinking of something like <hr>hi</hr> It will not work you will see a rule but no text will be in it. You can always use an image though. There is no <Hr> attribute that allows you to add text though.

pyro
08-03-2003, 02:04 PM
<div style="height: 40px; width: 60%; color: black; background-color: #ccffcc; margin: auto; text-align: center;">Text</div>

Note: for this to work in IE, you need to use a valid doctype (http://www.webdevfaqs.com/html.php#doctype).

flabob
08-03-2003, 02:29 PM
Originally posted by havik
I don't think you could put text into a horizontal rule, but I'm sure there's some tricky way. :D

You could try a table or div layer instead. For example:

<table width=60% height=40 bgcolor="#ccffcc">
<tr>
<td>Your text here</td>
</tr>
</table>




Havik

thx man...i appreciate it....i v'e been banging my head for 2 days with that.....and other replys say your right,about the text.......now ..where do i put that table code you suggested,in my note pad?......does it matter where it goes.thx again

flabob
08-03-2003, 02:33 PM
thx for all the help...you ppl are great.....now i know that i cant apply text to a HR....how can i appl a image to a "HR"....is it possible :O))

PeOfEo
08-03-2003, 02:44 PM
No, but you can modify image width settings in a % form and things like that so it can resize and then you can put whatever you want in the image, like if its a line you want you can do that. Also, you can modify <hr> color and modify it using css.

flabob
08-03-2003, 03:31 PM
thx peofeo

i read a little about css....but i am still trying to learn how to make a simple site,and hopefully i will learn css language soon :O)) i am really banging my head against the wall..lol......then i know i have to learn about "FTP".....am i on the right track,by using notepad to learn my html? thx again for the help and advise..i sure can use it <grin>

PeOfEo
08-03-2003, 03:39 PM
i would say so I mean your not going to learn it any faster then if you actually touch the code. I would find a good tutorial site. I think for new developers htmlgoodies is a great site but some others dont think very highly of it. I would also check out www.w3schools.org I did a lot of learning there. FTP servers (file transfer protocall) are just servers that allow you to upload to them and download from them directly and when you open something with ftp:// in front of it in eather ie or a folder it will act similarly to a folder on your computer meaning you can copy and paste files right into it and delete files.

flabob
08-03-2003, 03:49 PM
THX AGAIN PEOFEO

I AM READING FROM HTML GOODIES,AND PAGE TUTOR.COM.....I AM USING BRAVENET.COM FOR A WEB HOST,BUT THEY DONT LET YOU USE A ..FTP..ON THEIR SITE.....I REALLY APPRECIATE YOUR TIME MAN.....I WILL CONTINUE TO READ THE TUTS.....IF (I SHOULD SAY ,WHEN),I HAVE ANOTHER QUESTION, I DEFFINATELY WILL ASK YOU PEEPS.......YA'LL BEEN VERY HELPFUL ...ONE MORE THING.....IF I FINISH MY LITTLE PAGE ,USING NOTEPAD.....WHAT AND HOW DO I UPLOAD IT ,SO PPL CAN SEE THE PAGE ON THE INTERNET...AGAIN..THX

PeOfEo
08-03-2003, 03:52 PM
Bravenet uses a web based upload which is like a form where you type the path. When you save your page just go to bravenets web based uploader and from there they have a browse button so you can find the file and click ok and it will be placed in your directory. Those types of uploads are very annoying in my opinion... As far as the thanks for helping stuff and thanks for my time... I have one thing to say. No prob man! Any time :D

pyro
08-03-2003, 04:02 PM
And, to clear the air, you can set a background image on a hr tag. You just need to set it up with CSS. Insert this in the <head>:

<style type="text/css">
hr {
background : url(img.gif);
}
</style>

flabob
08-03-2003, 04:05 PM
COOL :o)

YOU GUYS KNOW YOUR STUFF I SEE.....I THINK I WILL CHANGE HOSTS..I ASKED THEM THE SAME QUESTION , I ASKED HERE..LAST WEEK........AND THEY STILL HAVENT GOTTEN BACK TO ME......I WAS SUFRING THE WEB FOR HELP..FOUND THIS FORUM,AND WITHIN A HALF HOUR,YA'LL GAVE ME AN ANSWER.....I STILL WOULD BE TRYING TO PUT TEXT IN A "HR"...LOL........GLAD I HOOKED UP HERE.....NEXT WEEK,I AM GOING TO BUY A DOMAIN NAME..AND PAY FOR A DECENT HOST......AROUND 10 DOLLARS A MONTH I THINK......BACK TO THE DRAWING BOARD......YOU GUYS BEEN GREAT...SEE YA IN A DAY OR SO,NO DOUBT.. :o))

flabob
08-03-2003, 04:25 PM
THX FOR THE CODE PYRO...I WILL DEFFINATELY TRY IT......I HEAR THAT CSS FORMAT IS THE FUTURE FOR BROWSER LANGUAGE........I LIKE LEARNING THIS STUFF,BUT IT IS A HEADACHE TO ABSORB ALL THE INFO FROM TUTS..LOL......GOING TO TRY IT NOW.........THX AGAIN.YA'LL HAVE A GREAT DAY.....

pyro
08-03-2003, 04:28 PM
CSS is not only the future, but a very big part of the present as well. Designing accessable web pages that conform to standards is only going to become more and more important as the web evolves. You can use the link PeOfEo posted (w3schools) to learn a bit of CSS as well: http://www.w3schools.com/css/

flabob
08-03-2003, 04:40 PM
wow...YOU AND PEOFEO WERE RIGHT..LOOKS LIKE A GOOD SITE.........LOOKS LIKE I AM DEFFINATELY STARTING FROM SCRATCH AGAIN...LOL.........YOU GUYS DONT KNOW HOW MUCH I APPRECIATE YOUR HELP..YOU GUYS SAVED ME A LOT OF TIME,BY ME TRYING TO FIND THE SITES MYSELF.....HAVE A GREAT DAY :o))......GOING TO CHECK OUT THE SITE YOU 2 RECOMMENDED......LATER

PeOfEo
08-03-2003, 04:55 PM
Its a pretty good recource for beginners, Its hands on with its tryit editors and I picked up a lot of usefull css info from that site ( but nothing beats viewing other peoples source codes and seeing what they did :) )

BeefyBooyawn
08-03-2003, 05:15 PM
Hello, this is my first post to this forum, and I would like to say that I am liking the site already.

My question: I am trying to put a code onto my site (like most of us do) and I am having problems with figuring out what goes where. I know that if something goes to the head of the page, it's at the top. I know that if it goes to the body it's pretty much anywhere in the middle. What I'm currently having problems with is putting something in the body tag. What is that and where does it go? Helping me with this would solve about 85% of my problems! Thanks in advance, and hopefully someday I'll be able to help someone on this site!

Peace,
Beefy

flabob
08-03-2003, 05:16 PM
YOU AINT KIDDING PEOFEO...I HAVE LEARNED MORE IN 1 HOUR HERE,THAN I HAVE IN 1 WEEK,ON THE TUTS.........AMAZING.......AT LEAST I CAN BEGIN TO SEE A LITTLE LIGHT AT THE END OF THE TUNNEL :o))...HAVIKS CODE HE SHOWED ME WORKED GREAT...I GOT RID OF THE "HR"........

pyro
08-03-2003, 05:18 PM
Might I recommend using the method I posted, and getting away from using tables for layout?

flabob
08-03-2003, 05:36 PM
that is a hell of a site PYRO.....THE PUTER WORLD NEVER CEASES TO AMAZE ME........LOOKING AT THAT SITE MAKES ME WANT TO MAKE ONE LIKE IT..LOL......BABY STEPS...BABY STEPS....:o))... I MAKE A LOT OF GRAPHICS,AND WANT TO GET THEM ON A SITE......I HAVE A LOT TO CHECK OUT NOW.....:o))...THX FOR THE SITE PYRO

flabob
08-03-2003, 05:45 PM
Originally posted by BeefyBooyawn
Hello, this is my first post to this forum, and I would like to say that I am liking the site already.

My question: I am trying to put a code onto my site (like most of us do) and I am having problems with figuring out what goes where. I know that if something goes to the head of the page, it's at the top. I know that if it goes to the body it's pretty much anywhere in the middle. What I'm currently having problems with is putting something in the body tag. What is that and where does it go? Helping me with this would solve about 85% of my problems! Thanks in advance, and hopefully someday I'll be able to help someone on this site!

Peace,
Beefy

HEY BEEFY...I DONT KNOW IF IM REPLYING RIGHT,BUT THIS IS MY FIRST TIME TO,AND THESES GUYS HELPED ME ALOT....THIS IS HOW I GOT MY LAYOUT,AND WHERE I PUT MY BODY...HOPE THIS HELPS YA

<HTML>
<HEAD>
<TITLE>BOBSPICTUREWORLD</TITLE>
</HEAD>
<BODY>
<tr>
<td>ALL TYPES OF IMAGES AND PICTURES FOR YA'LL TO BUY FOR PRINTS OR

HAVE THEM FRAMED-TAKE A LOOK</td>
</tr>
</table>

All these pictures have been either tubed,tagged,tattered or torn :O))
<IMG SRC="sickcar.gif" width=130 height=101>
go to <A href="http://www.yahoo.com/">Yahoo!</a>send me <A

href="mailto:flabob237@aol.com">Mail!</a>
</BODY>
</HTML>

PeOfEo
08-03-2003, 05:58 PM
Originally posted by BeefyBooyawn
Hello, this is my first post to this forum, and I would like to say that I am liking the site already.

My question: I am trying to put a code onto my site (like most of us do) and I am having problems with figuring out what goes where. I know that if something goes to the head of the page, it's at the top. I know that if it goes to the body it's pretty much anywhere in the middle. What I'm currently having problems with is putting something in the body tag. What is that and where does it go? Helping me with this would solve about 85% of my problems! Thanks in advance, and hopefully someday I'll be able to help someone on this site!

Peace,
Beefy something inside of the body tag would be like
<body someattribute="something"></body>
or a realworld example would be
<body bgcolor="#000000"></body>
now if is to go in the body of your page it would be like
<body>this is in the body of the page</body>
here is the proper layout for an html document

<proper doc type should go here>
<html>
<head>
meta tags and css decarations here as well as client side scripts to be exectued on the page in some cases.
</head>
<body atributed here>
the actual content of the site
</body>
</html>

BeefyBooyawn
08-04-2003, 07:01 PM
Ok, that kind of helps, and I really thank you for it, but I need to know where a body tag would go as far as on the page. Here's the deal. I have a script for a bg effect, and it has a head (which goes at the top) and it has a body html (which goes somewhere in the middle). It says though, that before I put in the body, insert the body tag. I don't know where that goes, and why they didn't just insert it themselves, lol. I've tried many different spots, but none works, including in the body html code itself. That is really all I need to know. Where does the body tag go, in the body html code, or is it a seperate code that should go somewhere specific on the page?

spufi
08-04-2003, 11:14 PM
Could you post the code and then we can show you where it goes exactly?

PeOfEo
08-04-2003, 11:45 PM
The code probably has a flaw in it... especially if its from one of those sites like www.dynamicdrive.com or www.javascriptkit.com they have some working stuff but a lot of stuff that is messed up too... I would not rely on sites like that too much. Please post the code for us.

BeefyBooyawn
08-05-2003, 04:17 AM
I will post that code for you as soon as I'm back at my computer. Thanks guys for the determination!

Peace,
Beefy

flabob
08-05-2003, 04:57 AM
JUST WANTED TO LET YOU GUYS KNOW,THAT THE SITE YOU HAVE SUGGESTED FOR CSS,ARE PRETTY GOOD..........EVEN A LAYMEN LIKE ME CAN GET THE BASICS....LOL....PEOFEO AND PYRO.......GOOD AVICE GUYS..THX........AND BEEFY,YOU SHOULD CHECK OUT THE SITES THEY RECCOMEND.......BUT FOR AS TO WHERE TO PUT YOUR "BODY TAG".........I JUST USUALLY PUT MINE UNDER THE "<TILTLE> TAG....BUT READING ABOUT "CSS",HAS MADE ME RECONSIDER MY TABLE CONTENT LAYOUT.THX AGAIN GUYS........ :o))

flabob
08-05-2003, 05:05 AM
Originally posted by PeOfEo
Its a pretty good recource for beginners, Its hands on with its tryit editors and I picked up a lot of usefull css info from that site ( but nothing beats viewing other peoples source codes and seeing what they did :) )


HEY PEOFEO

HOW CAN I GO ABOUT LOOKING AT OTHER PPL SOURSE CODES,TO COMPARE WITH :o))

BeefyBooyawn
08-05-2003, 11:33 AM
Originally posted by PeOfEo
The code probably has a flaw in it... especially if its from one of those sites like www.dynamicdrive.com or www.javascriptkit.com they have some working stuff but a lot of stuff that is messed up too... I would not rely on sites like that too much. Please post the code for us. Ok, here is the code. Thanks again for all of your help.

<!-- TWO STEPS TO INSTALL SPACE TRIP:

1. Add the onLoad event handler into the BODY tag
2. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Insert the onLoad event handler into your BODY tag -->

<BODY BGCOLOR="#000000" onLoad="fly()">

<!-- STEP TWO: Paste this code into the BODY of your HTML document -->

<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Kurt Grigg (kurt.grigg@virgin.net) -->
<!-- Web Site: http://website.lineone.net/~kurt.grigg/javascript -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
SmallStars = 30;
LargeStars = 10;
SmallYpos = new Array();
SmallXpos = new Array();
LargeYpos = new Array();
LargeXpos = new Array();
Smallspeed= new Array();
Largespeed= new Array();
ns=(document.layers)?1:0;
if (ns) {
for (i = 0; i < SmallStars; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>");
}
for (i = 0; i < LargeStars; i++) {
document.write("<LAYER NAME='ln"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFFF' CLIP='0,0,2,2'></LAYER>");
}
}
else {
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < SmallStars; i++) {
document.write('<div id="si" style="position:absolute;top:0;left:0;width:1px;height:1px;background:#fffff0;font-size:1px"></div>');
}
document.write('</div>');
document.write('</div>');
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < LargeStars; i++) {
document.write('<div id="li" style="position:absolute;top:0;left:0;width:2px;height:2px;background:#ffffff;font-size:2px"></div>');
}
document.write('</div>');
document.write('</div>');
}
WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i = 0; i < SmallStars; i++) {
SmallYpos[i] = Math.round(Math.random() * WinHeight);
SmallXpos[i] = Math.round(Math.random() * WinWidth);
Smallspeed[i]= Math.random() * 5 + 1;
}
for (i = 0; i < LargeStars; i++) {
LargeYpos[i] = Math.round(Math.random() * WinHeight);
LargeXpos[i] = Math.round(Math.random() * WinWidth);
Largespeed[i] = Math.random() * 10 + 5;
}
function fly() {
var WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i = 0; i < LargeStars; i++) {
LargeXpos[i] -= Largespeed[i];
if (LargeXpos[i] < -10) {
LargeXpos[i] = WinWidth;
LargeYpos[i] = Math.round(Math.random() * WinHeight);
Largespeed[i] = Math.random() * 10 + 5;
}
if (ns) {
document.layers['ln'+i].left = LargeXpos[i];
document.layers['ln'+i].top = LargeYpos[i] + hscrll;
}
else {
li[i].style.pixelLeft = LargeXpos[i];
li[i].style.pixelTop = LargeYpos[i] + hscrll;
}
}
for (i = 0; i < SmallStars; i++) {
SmallXpos[i] -= Smallspeed[i];
if (SmallXpos[i] < -10) {
SmallXpos[i] = WinWidth;
SmallYpos[i] = Math.round(Math.random()*WinHeight);
Smallspeed[i] = Math.random() * 5 + 1;
}
if (ns) {
document.layers['sn'+i].left = SmallXpos[i];
document.layers['sn'+i].top = SmallYpos[i]+hscrll;
}
else {
si[i].style.pixelLeft = SmallXpos[i];
si[i].style.pixelTop = SmallYpos[i]+hscrll;
}
}
setTimeout('fly()', 10);
}
// End -->
</script>

<p><center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 3.79 KB -->

PeOfEo
08-05-2003, 03:09 PM
Originally posted by flabob
HEY PEOFEO

HOW CAN I GO ABOUT LOOKING AT OTHER PPL SOURSE CODES,TO COMPARE WITH :o)) right click on go to view source, or view page source code or whatever it is depending on your browser.

flabob
08-05-2003, 06:15 PM
THX PEOFEO FOR THE INFO.......I HAVE 2 QUESTIONS HERE...I AM GETTING TO UNDERSTAND THIS TEXT TABLES REAL FAST ,WITH HELP FROM THIS GROUP :o)).......NOW...WHEN I HAVE A QUESTION...DO I JUST KEEP HITTING THE RE-PLY BUTTON HERE,EVEN THOUGH IT MIGHT BE A DIFFERANT QUESTION,OR DO I HIT "NEW THREAD"...NEXT QUESTION.............WHEN I WANT TO PUT MY STUFF TO THE INTERNET,HOW DO I DO IT...DO YALL HAVE A SIMPLE SITE I CAN LEARN THIS........WHAT DO I HAVE TO DO TO PUT IT ON LINE :o)) THX AGAIN

PeOfEo
08-05-2003, 06:32 PM
start a new thread.

spufi
08-05-2003, 09:50 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>New Document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
</head>
<BODY onLoad="fly()">
<SCRIPT type="text/javascript">
<!-- Original: Kurt Grigg (kurt.grigg@virgin.net) -->
<!-- Web Site: http://website.lineone.net/~kurt.grigg/javascript -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
SmallStars = 30;
LargeStars = 10;
SmallYpos = new Array();
SmallXpos = new Array();
LargeYpos = new Array();
LargeXpos = new Array();
Smallspeed= new Array();
Largespeed= new Array();
ns=(document.layers)?1:0;
if (ns) {
for (i = 0; i < SmallStars; i++) {
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>");
}
for (i = 0; i < LargeStars; i++) {
document.write("<LAYER NAME='ln"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFFF' CLIP='0,0,2,2'></LAYER>");
}
}
else {
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < SmallStars; i++) {
document.write('<div id="si" style=" position:absolute;top:0;left:0;width:1px;height:1p
x;background:#fffff0;font-size:1px"></div>');
}
document.write('</div>');
document.write('</div>');
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < LargeStars; i++) {
document.write('<div id="li" style=" position:absolute;top:0;left:0;width:2px;height:2p
x;background:#ffffff;font-size:2px"></div>');
}
document.write('</div>');
document.write('</div>');
}
WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i = 0; i < SmallStars; i++) {
SmallYpos[i] = Math.round(Math.random() * WinHeight);
SmallXpos[i] = Math.round(Math.random() * WinWidth);
Smallspeed[i]= Math.random() * 5 + 1;
}
for (i = 0; i < LargeStars; i++) {
LargeYpos[i] = Math.round(Math.random() * WinHeight);
LargeXpos[i] = Math.round(Math.random() * WinWidth);
Largespeed[i] = Math.random() * 10 + 5;
}
function fly() {
var WinHeight = (document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth = (document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i = 0; i < LargeStars; i++) {
LargeXpos[i] -= Largespeed[i];
if (LargeXpos[i] < -10) {
LargeXpos[i] = WinWidth;
LargeYpos[i] = Math.round(Math.random() * WinHeight);
Largespeed[i] = Math.random() * 10 + 5;
}
if (ns) {
document.layers['ln'+i].left = LargeXpos[i];
document.layers['ln'+i].top = LargeYpos[i] + hscrll;
}
else {
li[i].style.pixelLeft = LargeXpos[i];
li[i].style.pixelTop = LargeYpos[i] + hscrll;
}
}
for (i = 0; i < SmallStars; i++) {
SmallXpos[i] -= Smallspeed[i];
if (SmallXpos[i] < -10) {
SmallXpos[i] = WinWidth;
SmallYpos[i] = Math.round(Math.random()*WinHeight);
Smallspeed[i] = Math.random() * 5 + 1;
}
if (ns) {
document.layers['sn'+i].left = SmallXpos[i];
document.layers['sn'+i].top = SmallYpos[i]+hscrll;
}
else {
si[i].style.pixelLeft = SmallXpos[i];
si[i].style.pixelTop = SmallYpos[i]+hscrll;
}
}
setTimeout('fly()', 10);
}
// End -->
</script>
<p>
<center>
<font face="arial, helvetica" size"-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center>
</p>
</body>
</html>

PeOfEo
08-05-2003, 09:53 PM
seems to me like there are 3 things being disgussed in this thread can we please split it up in the future.

flabob
08-09-2003, 04:37 AM
Hey Guys

i learned from yall,that <hr> cannot be used to put text in.....i am reformatting my code table,little by little,but the <hr> line is still on my page,..even though i took the :hr" out..and i cant see it in my code table...anyone know why?.......here is my code....thx again

<html>
<!-- Creation date: 8/5/2003 -->
<head><meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<CENTER>



<BODY bgcolor="navy" style="background: navy"><table width=60% height=40 bgcolor="#ccffcc">
<font size="5" color="#FFFF40" face="GweetHmkBold" lang="en-us" point-size="4"><B>
THE GREATEST SHOW ON TURF-IS ABOUT TO START THEIR NEW SEASON STEP RIGHT UP- GET YOUR TICKETS TO SEE THE SHOW<br><br>

<center><IMG SRC="rampic2.jpg" width="270" height="230" border="0"></table><br><br><font color="000000" face="GweetHmkBold" size="5"><B><blockquote><BODY bgcolor="navy" style="background: navy"><table width=60% height=40 bgcolor="#ccffcc">
<font size="5" color="#FFFF40" face="GweetHmkBold" lang="en-us" point-size="4"><B> WITH ALL THIS FREAKING TALENT,YOU FIGURE WE WILL GET SOMEWHERE THIS YEAR</blockquote></center>

<BODY bgcolor="#808080"><table width="60%" height="40" bgcolor="#ccffcc" bordercolordark="yellow">

<title>RAMFOOTBALLISHERE</title>
<meta name="what the hell">
<meta name="keywords" content="">
<meta name="author" content="embrace">
<meta name="generator" content="AceHTML 5 Pro">
</head>
<body>





</body>
</html>

BeefyBooyawn
08-09-2003, 06:15 AM
I seen a couple of responses to my question, but I'm not sure what they were trying to tell me with them. I still can't get it to work, so nevermind. Thanks for all the help guys.