Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > The Zelaron Nexus > General Discussion

 
 
Thread Tools Display Modes

 
Reply
Posted 2008-08-11, 10:30 PM in reply to Goodlookinguy's post starting "Well, I'm using CSS. It's just as..."
are you self taught?
Old
Profile PM WWW Search
Kazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darkness
 
Kazilla
 



 
Reply
Posted 2008-08-11, 10:37 PM in reply to Kazilla's post starting "are you self taught?"
Kazilla said: [Goto]
are you self taught?

Yup! I started 3-years ago. I'm currently only 16-years old.
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-08-11, 10:59 PM in reply to Goodlookinguy's post starting "Yup! I started 3-years ago. I'm..."
lucky, there was a kid in my junior webmaster's class that was completely crazy in the whole thing, but he got lucky in his intro to computer basics class he did alot of dreamweaver, fireworks, and flash. in my intro class we did q fkn basic lol. Im 19 and it would be an awesome hobby to be able to build webpages but, i just dont have enough discipline to sit and read pages upon pages of text.

Where can i see your portfolio?
Old
Profile PM WWW Search
Kazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darkness
 
Kazilla
 



 
Reply
Posted 2008-08-11, 11:03 PM in reply to Kazilla's post starting "lucky, there was a kid in my junior..."
Kazilla said: [Goto]
lucky, there was a kid in my junior webmaster's class that was completely crazy in the whole thing, but he got lucky in his intro to computer basics class he did alot of dreamweaver, fireworks, and flash. in my intro class we did q fkn basic lol. Im 19 and it would be an awesome hobby to be able to build webpages but, i just dont have enough discipline to sit and read pages upon pages of text.

Where can i see your portfolio?

It's incomplete, so I haven't put it up anywhere yet. I'll have it soon enough. By the way, I was stuck on one problem for about an hour. After that, I was able to complete most of it. I only have 15-30 minutes worth of work to go. There are absolutely no pictures, but it is the layout. I'll make pictures if necessary and if you want more help.

I'm dos done!

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Game, Stuff, Random, Keywords" />
<title>The Page</title>
<style type="text/css">
<!--
body {
	margin:10px;
	padding:0;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	display:block;
	vertical-align:top;
	text-align:center;
	color:#000; /* Dafault Text Color is Black or #000 */
	}
table, tr, td {
	margin:0;
	padding:0;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
	text-align:center;
	}
table.boxes {
	text-align:center;
	}
table.override {
	text-align:center;
	}
td.boxes {
	border:#000 2px solid;
	height:150px;
	vertical-align:top;
	width:225px;
	}
.navigation {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0;
	border-top:#000 2px solid;
	border-bottom:#000 2px solid;
	}
.navigation:hover {
	background-color:#000;
	color:#FFF;
	cursor:pointer;
	}
td.underline {
	font-size:14px;
	border-top:#000 2px solid; /* This is not just an underline, ignore the name */
	border-bottom:#000 2px solid;
	vertical-align:top;
	}
td.navmiddle {
	font-size:18px;
	text-align:center;
	height:15px;
	}
td.controlledbox {
	border:#000 2px solid; /* Box Left Bottom */
	width:350px;
	text-align:left;
	vertical-align:top;
	}
td.NewsBlurb {
	border:#000 2px solid;
	width:450;
	text-align:left;
	margin:0;
	padding:2px 2px 5px 2px;
	}
.block {
	height:10px;
	}
-->
</style>
</head>
<body>
<center>
<table width="850" style="margin:0 0 10px 0;" class="boxes">
 <tr>
  <td width="225" style="margin:0 25px 0 0;">
   <table>
    <tr>
     <td class="boxes" style="text-align:left;">&nbsp;</td>
    </tr>
   </table>  </td>
  <td>
   <div align="center"> <!-- Take that FF3, SOB -->
    <table>
     <tr>
      <td class="boxes" style="width:350;height:100px;">&nbsp;</td>
      </tr>
    </table>
   </div>
  </td>
  <td width="225" style="text-align:right;">
   <table>
    <tr>
    <td class="boxes">&nbsp;</td>
    </tr>
   </table>  </td>
 </tr>
</table>
<table style="margin:0 0 10px 0;">
 <tr>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Home</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Blogs</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Pictures</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navmiddle" width="120">Navigation Bar</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Games</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Science</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="120" style="font-size:14px;">What's Comming</td>
  <td class="underline" width="5">&nbsp;</td>
  <td class="navigation" width="90">Index</td>
  <td class="underline" width="5">&nbsp;</td>
 </tr>
</table>
<table width="850">
 <tr>
  <td>
   <table width="350">
    <tr>
     <td>
      <div align="left">
      <table>
       <tr>
        <td class="controlledbox">I'm in my own little world</td>
       </tr>
      </table>
      </div>
     </td>
    </tr>
   </table>
  </td>
  <td>
   <div align="right">
   <table width="450" align="right">
    <tr>
     <td class="NewsBlurb">This is a thingy</td>
    </tr>
    <tr>
     <td class="block">&nbsp;</td>
    </tr>
    <tr>
     <td class="NewsBlurb">This is another thingy</td>
    </tr>
    <tr>
     <td class="block">&nbsp;</td>
    </tr>
    <tr>
     <td class="NewsBlurb">This is once again, another thingy</td>
    </tr>
   </table>
   </div>
  </td>
 </tr>
</table>
</center>
</body>
</html>
Here is the page http://nrgsrpg.com/portfolio/Kazilla_Template.php
 
Work List
疲れていますから 寝むってありますね。 むずかしいです。 また、ケーキ屋で ケーキを食べていました。

I've considered being a translator, but I dunno. It feels like a lot of work. If someone gets angry then I have to deal with it, you know? I'd rather just relax.

 
Speed Test
 
Favorite Anime/Manga
#01 Clannad ~After Story~
#02 Trigun {Maximum}
#03 Koi Kaze
#04 Berserk
#05 Outlaw Star
#06 Slayers
#07 Desert Punk
#08 Spirited Away
#09 Fullmetal Alchemist
#10 Shakugan no Shana
#11 Death Note
#12 FLCL
#13 Tokyo Magnitude 8.0
#14 Toradora
#15 Gunslinger Girl

 
Anime List

Last edited by Goodlookinguy; 2008-08-11 at 11:22 PM.
Old
Profile PM WWW Search
Goodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to beGoodlookinguy seldom sees opportunities until they cease to be
 
 
Goodlookinguy
 



 
Reply
Posted 2008-08-11, 11:54 PM in reply to Goodlookinguy's post starting "It's incomplete, so I haven't put it up..."
looks good, but a couple things, i hope you dont mind critism

1. 'navigation bar' was just there to show you what i was attempting to draw with paint, it doesnt need to be in there.
2. 'the long picture on the left' id like it to be 1/3 of the screen width
3. the news blurbs

| pic | blurb | empty |

Try to set the page up like that in 1/3rds instead of 1/2 picture 1/2 news blurb.

As for pictures ill look around on the net and see if i can find what im looking for, but incase you have a file or are good @ making things. Im thinking of some sort of long silver dragon, with his head @ the top.

maybe something like this? but facing the other way "http://tbn0.google.com/images?q=tbn:nPGgB8GFatOWoM:http://i16.photobucket.com/albums/b49/mystic7/Dragon-silver.jpg"

Last edited by Kazilla; 2008-08-11 at 11:56 PM. Reason: didnt like the picture i drew with spaces
Old
Profile PM WWW Search
Kazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darknessKazilla has an imagination enthroned in its own recess, incomprehensible as from darkness
 
Kazilla
 



 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Design Shit tacoX General Discussion 8 2002-03-27 11:16 AM


All times are GMT -6. The time now is 04:08 AM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.