09-17-2010, 12:42 AM
(09-17-2010, 12:37 AM)yehiapsycho Wrote: Hmmm imo the Theme just SUCKS it's not attractive at all
Sorry for telling this but i am helping you maybe you can change the theme to something eye catchy ??
Um there is no theme?
PHP Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<meta name="generator" content="WYSIWYG Web Builder - http://www.wysiwygwebbuilder.com">
<style type="text/css">
body
{
background-color: #FFFFFF;
background-image: url(images/17172308.png);
color: #000000;
}
</style>
<script type="text/javascript" src="./jquery-1.4.2.min.js"></script>
<style type="text/css">
#NavigationBar3 ul.navbar
{
list-style: none;
margin: 0;
padding: 0;
}
#NavigationBar3 ul.navbar li
{
height: 22px;
width: 134px;
float: left;
margin: 0px 4px 0px 0px;
}
#NavigationBar3 ul.navbar li a
{
display: block;
position: relative;
}
#NavigationBar3 ul.navbar li a img
{
position: absolute;
z-index: 1;
border-width: 0px;
}
#NavigationBar3 ul.navbar li span
{
display: block;
height: 22px;
width: 134px;
position: absolute;
z-index: 2;
}
</style>
<script type="text/javascript">
$(document).ready(function()
{
$("#NavigationBar3 .navbar a").hover(function()
{
$(this).children("span").hide();
}, function()
{
$(this).children("span").show();
})
});
</script>
</head>
<body>
<div id="wb_Shape1" style="margin:0;padding:0;position:absolute;left:1px;top:0px;width:1200px;height:200px;text-align:center;z-index:0;">
<img src="images/img0001.gif" id="Shape1" alt="" title="" style="border-width:0;width:1200px;height:200px"></div>
<div id="wb_Shape2" style="margin:0;padding:0;position:absolute;left:0px;top:199px;width:1200px;height:50px;text-align:center;z-index:1;">
<img src="images/img0002.gif" id="Shape2" alt="" title="" style="border-width:0;width:1200px;height:50px"></div>
<div id="wb_Shape3" style="margin:0;padding:0;position:absolute;left:71px;top:295px;width:1075px;height:975px;opacity:0.60;-moz-opacity:0.60;-khtml-opacity:0.60;filter:alpha(opacity=60);text-align:center;z-index:2;">
<img src="images/img0003.gif" id="Shape3" alt="" title="" style="border-width:0;width:1075px;height:975px"></div>
<div id="wb_Image1" style="margin:0;padding:0;position:absolute;left:81px;top:0px;width:1000px;height:200px;text-align:left;z-index:3;">
<img src="images/2eyvukg.png" id="Image1" alt="" border="0" style="width:1000px;height:200px;"></div>
<div id="NavigationBar3" style="position:absolute;left:311px;top:211px;width:552px;height:22px;z-index:4">
<ul class="navbar">
<li><a href="./index.html"><img alt="" src="images/img0022_over.gif"><span><img alt="" src="images/img0022.gif"></span></a></li>
<li><a href="./bog.html"><img alt="" src="images/img0023_over.gif"><span><img alt="" src="images/img0023.gif"></span></a></li>
<li><a href="./upload.html"><img alt="" src="images/img0024_over.gif"><span><img alt="" src="images/img0024.gif"></span></a></li>
<li><a href="http://genuinegames.org/forum"><img alt="" src="images/img0025_over.gif"><span><img alt="" src="images/img0025.gif"></span></a></li>
</ul>
</div>
<div id="wb_Text1" style="margin:0;padding:0;position:absolute;left:154px;top:522px;width:875px;height:196px;text-align:center;z-index:5;">
<font style="font-size:43px" color="#FAAA05" face="Arial">Welcome to Genuine Games! Here you can talk to others about your favorite games. Need help on a mission, or just need friends to play online with? This is the place!
</font></div>
<div id="wb_Text2" style="margin:0;padding:0;position:absolute;left:180px;top:318px;width:875px;height:143px;text-align:center;z-index:6;">
<font style="font-size:128px" color="#FAAA05" face="Arial">Welcome </font></div>
</body>
</html>
Nothing to speak of at all really?
OP needs to learn fundamentals then grow on that.
When i started i made much the same page.
Its where all of us start.
I just want to set the OP in the correct direction.
And for that i feel HTML knowledge is important.
Followed by atleast basic PHP knowledge.
Then Yes. SEO becomes the next issue.
But these are the 3 steps one really must take in order to deal with the requirements of owning and maintaining a website.