I need a "Domain is for sale" template

neonerd

Diamond Member
Apr 24, 2003
8,746
1
0
I'm busy doing this presentation for school, but i have a domain I want to put up for sale...does anyone have a basic template for that i can use? I just need to put in basically the contact email, and price.
 

neonerd

Diamond Member
Apr 24, 2003
8,746
1
0
Originally posted by: lobadobadingdong
that should take all of about 5min. to make. you don't need a template.

ya, i kno, but i'm lazy, i've been working on a stupid powerpoint presentation all day. it's like 30 slides, and i hafta work on it all day tomorrow too...:roll:
 

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
<html>
<body>
<text> This domain is for sale </text>
</body>
</hmtl>

i might have forgotten one or 2 lines, but there ya go.

MIKE
 

FleshLight

Diamond Member
Mar 18, 2004
6,883
0
71
<html>
<head>
<title>Domain for Sale</title>
<body bgcolor="#FF0000">
<div align="center">
<font color="#FFFFFF">
<h2>This domain is for sale.</h2>
<br><br>
<a href="mailto:youremail@yourhost.com">Contact Us</a>
</body>
</html>
 

RossMAN

Grand Nagus
Feb 24, 2000
79,037
444
136
Originally posted by: FleshLight
<html>
<head>
<title>Domain for Sale</title>
<body bgcolor="#FF0000">
<div align="center">
<font color="#FFFFFF">
<h2>This domain is for sale.</h2>
<br><br>
<a href="mailto:youremail@yourhost.com">Contact Us</a>
</body>
</html>

Example of what that HTML code displays.
 
Aug 27, 2002
10,043
2
0
Originally posted by: RossMAN
Originally posted by: FleshLight
<html>
<head>
<title>Domain for Sale</title>
<body bgcolor="#FF0000">
<div align="center">
<font color="#FFFFFF">
<h2>This domain is for sale.</h2>
<br><br>
<a href="mailto:youremail@yourhost.com">Contact Us</a>
</body>
</html>

Example of what that HTML code displays.
hehe, you own a domain name for every occasion don't you ;)
 

RossMAN

Grand Nagus
Feb 24, 2000
79,037
444
136
Originally posted by: lobadobadingdong
Originally posted by: RossMAN
Originally posted by: FleshLight
<html>
<head>
<title>Domain for Sale</title>
<body bgcolor="#FF0000">
<div align="center">
<font color="#FFFFFF">
<h2>This domain is for sale.</h2>
<br><br>
<a href="mailto:youremail@yourhost.com">Contact Us</a>
</body>
</html>

Example of what that HTML code displays.
hehe, you own a domain name for every occasion don't you ;)

I had to choose between 10 "play" domains to display that on.

So yes you're right :)
 

TitanDiddly

Guest
Dec 8, 2003
12,696
1
0
<html> <h1> This domain is for sale! $xx.xx and it's yours. </h1> <a href="mailto:youremail@yourdomain.com">Email for details</a>.</html>