Templates for a webpage with just one banner?

Status
Not open for further replies.

Eves

New member
Sep 22, 2006
93
0
0
Anyone know of any sites with free templates where you can find webpage templates whose only point is to show one banner in the middle of the page?
Most free templates i found are based on 2-3 column designs, but I just need an idea of how to make simple, yet interesting page that will just be displaying one banner, (kind of like a landing page template). I am very antitalented as far as design goes, any links with examples would be great too... thanks
 
Last edited:


Here ya go.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Your Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
  <center>
    <a href="Your Link Here"><img src="your banner here"></a>
       </center>
</body>
</html>
:D
Seriously though, do you have an example of what you're trying to do?
I have a whole folder full of LP's that I don't use, One of them may do what you want or at least could be easily edited to do so.

edit: You could google "splash page templates" too. That might get you what you're looking for.
 
Last edited:
hahaha, yeah i tried just putting up a blank page with a big banner in the middle, but just looked too boring. Tried changing background colors, banner borders, but still looked too boring.

The thing is i dont even know what i want exactly on the page (as i said, not very creative).So just looking for suggestions or examples, cause i figured someone here must have needed a template whose only point is to show one big banner (like 300x250)
 
hahaha, yeah i tried just putting up a blank page with a big banner in the middle, but just looked too boring. Tried changing background colors, banner borders, but still looked too boring.

You may want to try some sort of gradient or tiled image.

Also check out "hooladanders" and other decorative style vector graphics.
 
Status
Not open for further replies.