Html Layouts

Want to just shoot the breeze? Forum 42 is the place!

Moderator: Moderators

Post Reply
typamc95
Senior Member
Posts: 784
Joined: Fri Jun 30, 2006 9:46 pm
Location: The bun is in your mind.

Html Layouts

Post by typamc95 »

Get'em while there hot!

Fillout this form:

Main Color:
Secoundary Color:
Decal Color:
Theme:
Background image:

If you want one,wait at least a week per layout.
Image
Skyone wrote:
typamc95 wrote:There called Roto-disc.
http://www.mariowiki.com/Roto-Disc
Game, set, match!
vb_master
Moderator
Posts: 4793
Joined: Tue Jun 08, 2004 9:52 pm

Post by vb_master »

Can you do PHP designs.
typamc95
Senior Member
Posts: 784
Joined: Fri Jun 30, 2006 9:46 pm
Location: The bun is in your mind.

Post by typamc95 »

Sorry,just html.....
Image
Skyone wrote:
typamc95 wrote:There called Roto-disc.
http://www.mariowiki.com/Roto-Disc
Game, set, match!
Xiro
Posts: 271
Joined: Sat Feb 04, 2006 10:44 am

Post by Xiro »

do you have any samples of your work? I'm not doubting that you make nice sites, but its just nice to see examples before you do a weeks worth of work and then the person doesnt get what they expected.
sam fisher wrote:Are you implying that you, the SnesP shuriken throwing ninja, are a programmer?
gannon
Moderator
Posts: 6974
Joined: Sun Apr 04, 2004 4:48 pm
Location: Near that one big lake
Contact:

Post by gannon »

Yeah, some examples of your code/designs would be nice.
Here's the template for one of the sites I'm currently making (haven't optimised the css yet):

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<style type="text/css">
body {
 background-color: #F7F7F7;
}
body, p, td {
 font: 11px Verdana, Arial;
 color: #111;
}
p, div, img.para, input, form {
 color: #111;
 margin: 0 0 6px 0;
}
h1 {
 font-size: 14px;
 color: #111;
 font-family:Verdana;
}
a {
 font-family:Verdana;
 font-size:8pt;
 color: #009;
 text-decoration:none;
}
a:hover {
 text-decoration: underline;
}
img {
 border: 0px;
}
table.table_decoration {
 font-family: Verdana, Arial;
 font-size: 11px;
 border-collapse: collapse;
 background-color: #FFF;
 border: solid 1px;
 border-color: #CCC;
 empty-cells: hide;
 padding: 5px;
}
table.table_decoration td, table.table_decoration th {
 border: solid 1px;
 border-color: #CCC;
}
table.no_border {
 border: solid 0;
}
table.no_border td, table.no_border th {
 border: solid 0;
}
.inline_code {
 color: #111;
 margin:0px;
 padding:6px;
 border:1px inset;
 width:700px;
 height:375px;
 overflow:auto;
 text-align:left;
 white-space:nowrap;
}
.button {
 font-family: Verdana, Arial;
 font-size: 11px;
 color: #000;
 background-color: #4E4E4E;
 border: solid 1px;
}
.textfield {
 font-family: Verdana, Arial;
 font-size: 11px;
 color: #111;
 border: solid 1px;
 border-color: #111;
}
textarea, input, select {
 font: 1.0em Verdana, Tahoma, Arial, Helvetica, sans-serif;
 color: #111;
 background-color: #F9F9F9;
 border: solid 1px;
 border-color: #BBB;
 padding: 0.2em;
 margin-bottom: 0.3em;
}
.sidelink_highlighter {
 border: solid 1px;
 border-color: #CCC;
 background-color: #F7F7F7;
 margin: 6px;
}
.sidelink {
 margin: 6px;
}
</style>
</head>
<body>
<table cellpadding="5" style="width:760px; float: left;" class="table_decoration">
<tr>
<td valign="top">
<div style="background-color:#DEE7EF;"></div>
<div style="background-color:#FFF;"></div>
</td>
</tr>
</table>
<table cellpadding="5" style="width:200px; height:350px; float: right;" class="table_decoration">
<tr>
<td valign="top">
<div class="sidelink_highlighter"><a href=""></a></div>
<div class="sidelink"><a href=""></a></div>
</td>
</tr>
</table>
</body>
</html>
typamc95
Senior Member
Posts: 784
Joined: Fri Jun 30, 2006 9:46 pm
Location: The bun is in your mind.

Post by typamc95 »

Ive made a bunch,but ..Sigh...I don't have a dependable host,ill need people to get emails ten post the images and stuff on there site.
Image
Skyone wrote:
typamc95 wrote:There called Roto-disc.
http://www.mariowiki.com/Roto-Disc
Game, set, match!
ganonbanned
Senior Member
Posts: 2211
Joined: Thu Feb 16, 2006 5:58 pm
Location: Wisconsin

Post by ganonbanned »

Main Color: red
Secoundary Color: green
Decal Color: red
Theme: Nintendo
Background image: http://img.photobucket.com/albums/v633/ ... fforum.jpg
ShockSlayer
Niblet 64
Posts: 5059
Joined: Thu Jun 29, 2006 12:47 pm
Location: In my inbox.

Post by ShockSlayer »

ganonbanned wrote:Main Color: red
Secoundary Color: green
Decal Color: red
Theme: Nintendo
Background image: http://img.photobucket.com/albums/v633/ ... fforum.jpg
Like we didn't see THAT coming :wink:

SS
http://twitter.com/ShockSlayer" onclick="window.open(this.href);return false;
Post Reply