0 Members and 2 Guests are viewing this topic.
In other news, Frey continues kicking unprecedented levels of ass.
I'm trying to start a webcomic. I've got a name (Frameless Comic) and all the other comic bits, I'm just missing the web part. Any advice or help on anything at all, anyone?
<?php $current = 3; $pagenumber = $_GET['p']; $navnumber = $_GET['n']; $imagesrc = ""; if ($pagenumber) { $imagesrc = "img/$pagenumber.jpg"; $page = $pagenumber; } else { $imagesrc = "img/$current.jpg"; $page = $current; } if (!$navnumber) { $navnumber = 1; }?><?php $current = 3; $pagenumber = $_GET['p']; $navnumber = $_GET['n']; $imagesrc = ""; if ($pagenumber) { $imagesrc = "img/$pagenumber.jpg"; $page = $pagenumber; } else { $imagesrc = "img/$current.jpg"; $page = $current; } if (!$navnumber) { $navnumber = 1; }?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> body {background-image: url("wutbg.png");} table {background-color: #163232;} p.title {font-size: 40px; font-weight: bold;} p.normal {font-size: 20px;} p.navbar {font-size: 20px;} p.copyright {font-size: 15px;} p.tags {font-size: 0px;} </style> <title>¿ʇnʍ Comics</title> </head> <body> <table border="0" width="1000" align="center"> <tr align="center"> <td> <table border="0"> <tr> <td rowspan="2" width="10%"> <p class="navbar"><a href="?">Home</a></p> <p class="navbar"><a href="?n=2">About Us</a></p> </td> <td width="85%"> <p class="title">¿ʇnʍ Comics</p> <p class="normal">A webcomic of inanity, overmemeage, and non-consummation</p> <hr> </td> </tr> <tr align="center"> <td width="85%"> <?php if($navnumber == 1) { ?> <img alt="<?php echo $page; ?>" width="60%" align="center" src="<?php echo $imagesrc; ?>"> <?php } ?> <?php if($navnumber == 2) { ?> <p class="normal"> Ricky Talbot - (Description) </p> <p class="normal"> Issac Ross - (Description) </p> <?php } ?> </td> </tr> </table> </td> </tr> <?php if($navnumber == 1) { ?> <tr> <td> <table border="0" width="100%"> <tr align="center"> <td width="50%" align="left"> <a href="?p=1"><img alt="First" src="first.png"></a> <a href="?p=<?php echo ($page != 1) ? $page - 1 : $page; ?>"><img alt="Previous" src="prev.png"></a> </td> <td width="50%" align="right"> <a href="?p=<?php echo ($page != $current) ? $page + 1 : $page; ?>"><img alt="Next" src="next.png"></a> <a href="?"><img alt="Last" src="last.png"></a> </td> </tr> </table> </td> </tr> <?php } ?> <tr align="center"> <td width="100%"> <p class="copyright">©2011 Unreal Phantasies (Ricky Talbot and Issac Ross)</p> <p class="copyright">Site design by Ricky Talbot; Brain aneurysms by Issac </p> </td> </tr </table> </body></html>
A good host
domain name suggestions
Features I should include on the site, a good size/format for the images, etc.
Edit: Ak! That's a lot of code. And I understand none of it. Is anyone willing to help me with code?
Quotedomain name suggestionsWould you purchase a domain name or just use .tk or .co.cc?
This would assume each one is simply (number).jpg, and it has 2 pages, a home page and an about us page. For a host, if you want a free host, I've been using x10 for a while and I love it. =D
That'd be awesome cooliojazz! I don't need nor particularly care about purchasing a domain name, so I'm fine with free. The url's probably gonna be framelesscomic.tk then. Two letters are cool.