http://gershmer.net/madlibsbeta/Layout.html
1.Does the layout work for you? (Does it show up right?)
2.Do you like it?
3.What about the valid HTML and valid CSS icons? (They are official W3C ones)
EDIT: http://gershmer.net/madlibsbeta/index2.html
EDIT: Only shows up right in Firefox and Chrome.
Last edited by gershmer (2010-04-17 09:20:15)
Offline
bump.
I actually need this.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Layout</title>
<style type="text/css">
table {
text-align: center;
background-image:url('BG.png');
width: 961px;
height: 300px;
}
a.c1 {
color:#b200ff
}
a.c2 {
color:#ffffff
}
</style>
</head>
<body>
<table border=0>
<tr><td>
<h1>Example</h1>
<br>
<p><img src="spacerpara.png" alt=" ">Welcome to my example layout for MadLibs 2.0</p>
<br>
<br>
<br>
<img src="spacer22.png" alt=" "><img src="back.png" alt="back" class="button"><img src="spacer2.png" alt=" "><a class="c1" href="#"><img src="click.png" alt="next" class="button"></a></td></tr></table>
<img src="spacer22.png" alt=" "><a class="c2" href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
</body>
</html>Here's the code for those too lazy to click.
Offline
You probably wouldn't notice by looking at just the output, but... UPDATE.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Layout</title>
<style type="text/css">
div.content {
background-image:url('BGdiff.png');
position: fixed;
top: 10%;
left: 27%;
width: 577px;
height: 300px;
}
div.valid {
position: fixed;
top: 50%;
left: 27%;
}
a.c1 {
color:#b200ff
}
a.c2 {
color:#ffffff
}
</style>
</head>
<body>
<div class=content>
<h1><img src="spacer0.png" alt=" ">Example</h1>
<img src="spacer0.png" alt=" ">Welcome to my example layout for MadLibs 2.0
<br><br><br><br><br><br><br>
<img src="spacer0.png" alt=" "><img src="spacer0.png" alt=" "><img src="back.png" alt="back" class="button"><img src="spacer2.png" alt=" "><a class="c1" href="#"><img src="click.png" alt="next" class="button"></a></div>
<div class=valid><br><img src="spacer22.png" alt=" "><a class="c2" href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a></div>
</body>
</html>Offline
bump.
Still valid CSS and HTML, but I'm still having trouble with pages loading, must be my server, I'll try viewing from localhost.
OK: (lol, 60 second rule) Results: It was my Internet being slow. Everything loads fine.
Offline
I feel like no one listens to me
But anyway...
http://www.gershmer.net/madlibsbeta/index2.html
A rough draft of my webapp, with the content added.
Offline
I know not CSS, and I don't know HTML very well. Sorry I couldn't be any help.
Just thought to say that.
G'by for now.
I got 60secondrule'd
Offline
gershmer wrote:
I feel like no one listens to me
![]()
But anyway...
http://www.gershmer.net/madlibsbeta/index2.html
A rough draft of my webapp, with the content added.
Thats epic... can I help?
I know CSS, HTML, and JavaScript.
Offline
ThePCKid wrote:
gershmer wrote:
I feel like no one listens to me
![]()
But anyway...
http://www.gershmer.net/madlibsbeta/index2.html
A rough draft of my webapp, with the content added.Thats epic... can I help?
I know CSS, HTML, and JavaScript.
I won't be using JavaScript, but I'll post the source for download.
Offline
gershmer wrote:
ThePCKid wrote:
gershmer wrote:
I feel like no one listens to me
![]()
But anyway...
http://www.gershmer.net/madlibsbeta/index2.html
A rough draft of my webapp, with the content added.Thats epic... can I help?
I know CSS, HTML, and JavaScript.I won't be using JavaScript, but I'll post the source for download.
SRC (all files except madlibs.php):
http://gershmer.net/madlibsbeta/src/
MadLibs.php's source code:
http://gershmer.net/madlibsbeta/src/madlibs.php.txt
Last edited by gershmer (2010-04-14 16:35:01)
Offline
bump't
Offline
gershmer wrote:
gershmer wrote:
ThePCKid wrote:
Thats epic... can I help?
I know CSS, HTML, and JavaScript.I won't be using JavaScript, but I'll post the source for download.
SRC (all files except madlibs.php):
http://gershmer.net/madlibsbeta/src/
MadLibs.php's source code:
http://gershmer.net/madlibsbeta/src/madlibs.php.txt
Thats cool.
...But I don't know PHP.
Maybe we can make a JavaScript version?
Offline
ThePCKid wrote:
gershmer wrote:
gershmer wrote:
I won't be using JavaScript, but I'll post the source for download.SRC (all files except madlibs.php):
http://gershmer.net/madlibsbeta/src/
MadLibs.php's source code:
http://gershmer.net/madlibsbeta/src/madlibs.php.txtThats cool.
...But I don't know PHP.
Maybe we can make a JavaScript version?
Does JavaScript have the ability to recieve GET or POST variables? (preferably POST)
Offline
I've noticed something: It only displays right in Firefox.
Offline
gershmer wrote:
ThePCKid wrote:
gershmer wrote:
SRC (all files except madlibs.php):
http://gershmer.net/madlibsbeta/src/
MadLibs.php's source code:
http://gershmer.net/madlibsbeta/src/madlibs.php.txtThats cool.
...But I don't know PHP.
Maybe we can make a JavaScript version?Does JavaScript have the ability to recieve GET or POST variables? (preferably POST)
I don't know...
Offline
Has been confirmed:
Doesn't work at all
-Internet Explorer
-Opera
Works only on madlibs.php
-Chrome
-Safari
Works completely
-Any Mozilla based browser, ex. Firefox, Seamonkey
Offline
gershmer wrote:
Has been confirmed:
Doesn't work at all
-Internet Explorer
Has not been confirmed.
Works for me.
Offline
soupoftomato wrote:
gershmer wrote:
Has been confirmed:
Doesn't work at all
-Internet ExplorerHas not been confirmed.
Works for me.
Is it centered? Are the headings in the right place? What version are you on? On what OS?
Offline
gershmer wrote:
Has been confirmed:
Doesn't work at all
-Internet Explorer
-Opera
Works only on madlibs.php
-Chrome
-Safari
Works completely
-Any Mozilla based browser, ex. Firefox, Seamonkey
No wonder the arrow wouldn't work
I'll try it on FireFox now...
EDIT: It looks a bit bad with FF3.6
Last edited by ThePCKid (2010-04-17 10:52:22)
Offline
<?php
echo "Sorry to bump but...<br />";
echo "...I'm learning PHP so now I can understand the source!";
?>
Last edited by ThePCKid (2010-04-25 00:31:37)
Offline
I'm going to try this hehe...
At least 60 seconds have to pass between posts. Please wait a little while and try posting again.
Offline
FYI people, I am fixing the /madlibsbeta/src/ folder, I moved back to GoDaddy, and they don't show folder contents.
Offline