Web page help,,

B

Bob B

I'm new at this and wanted to try my hand at building a page. Found a
bunch of great sites that help with the basics of putting one together,
but I can't figure this one out. I want to put text directly to the
right of the buttons. Any help out there ? Thanks for any,, Bob
Here's all I have so far.
<html><H><a><center><font size=9><font color=blue>JEFF'S
LANDSCAPING<p><font size=4><font color=red>Ornamental & Koi pond
Specialists</h></a></center><p><a=left><form action="http---
" method="get">
<input type="submit" value="Click Me">
<form action="http---
" method="get">
<input type="submit" value="Click Me">
<form action="http---
" method="get">
<input type="submit" value="Click Me"><form action="http--- "
method="get"></form>
 
M

Marc

I'm new at this and wanted to try my hand at building a page. Found a
bunch of great sites that help with the basics of putting one together,
but I can't figure this one out. I want to put text directly to the
right of the buttons. Any help out there ? Thanks for any,, Bob
Here's all I have so far.
<html><H><a><center><font size=9><font color=blue>JEFF'S
LANDSCAPING<p><font size=4><font color=red>Ornamental & Koi pond
Specialists</h></a></center><p><a=left><form action="http---
" method="get">
<input type="submit" value="Click Me">
<form action="http---
" method="get">
<input type="submit" value="Click Me">
<form action="http---
" method="get">
<input type="submit" value="Click Me"><form action="http--- "
method="get"></form>

Why use Buttons here anyway? Just use links:

<a href="http://mypage.com">Click here!</a>

Your above HTML is all wrong - here is a better version:

<html>

<head>
<title>Jeff's Landscaping</title>
</head>

<body>

<h1>JEFF'S LANDSCAPING</h1>
<h2>Ornamental & Koi pond Specialists</h2>

<a href="http://mypage.com">Click here!</a>
<a href="http://mypage.com">Click here!</a>
<a href="http://mypage.com">Click here!</a>

</body>
</html>

Also, please don't post in HTML format.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top