Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Review My Site [Please][<3]
#21
The main page is pretty basic, it's just an image with some html link text centered on a bg color of #000000.


(08-05-2011, 08:42 PM)probmxer00 Wrote: Doesn't title supposed to be
Or am i just in the old days?

Code:
<html>
<h>Heading here</h>
</html>
(08-05-2011, 08:46 PM)probmxer00 Wrote: Oh, lol Omg
My mistake, I think HTML5 changed a lot of people's minds.

No it would be h1, h2, h3, etc... That's not an update in HTML5 either, that was standard in previous HTML too.



You need a favicon as well.

Try incorporating a referenced CSS style into the mix, it's not good at all to be putting all the color and font formatting into the html. Also look into some meta tags.

If you need help with this, just ask
Reply
#22
Your site is not working... Sad
Reply
#23
(08-06-2011, 12:15 AM)williamjacks123 Wrote: Your site is not working... Sad

it's up now, it could have been your internet connection timing out
Why do you have a font tag around an image? And the font tag around your links won't do anything, you have to change the link css. Also bold, and strong tags around the same text is unnecessary. You also don't need <h1> tags around your image either.

Try something like this.

Your index.html:
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 name="keywords" content="Random, keywords, go, here" />
        <meta name="description" content="Site description goes here" />
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>The Unknown Network</title>
        <link rel="shortcut icon" href="favicon.ico">
        <link href="style.css" rel="stylesheet" type="text/css"/>
    </head>


<body>
    <div id="header">
        <div id="logo">
            <img src="http://i.imgur.com/SB1xs.png" />
        </div>
    </div>

    <div id="links">
    <h1>Below Is A List Of My Files</h1>
        <a href="http://www.scanner.theunknownnetwork.com">URL Scanner</a>
        <br />

        <a href="http://www.youtube.theunknownnetwork.com">Youtube To MP3 Convertor</a>
        <br />

        <a href="http://www.proxy.theunknownnetwork.com">Proxy Project</a>
        <br />
    </div>
    
    <br />
    <br />
    
    <div id="page_content">
        <strong><u>More will be added soon!</u></strong>
    </div>
    
    <div id="footer">
        <p>
            Created by <a href="http://www.supportforums.net/member.php?action=profile&uid=4546">Ace</a> - 2011
        </p>
    </div>

</body>
</html>

Your style.css page:
Code:
a:link {
    color:#FFFFFF;
    text-decoration:none;
}

a:visited {
    color:#FFFFFF;
    text-decoration:none;
}

a:hover {
    color:#00CCFF;
    text-decoration:underline;
}

a:active {
    color:#FFFFFF;
}

body {
    margin-top: 0px; /*set all the way to top*/
    background: #000; /*define the background*/
    text-align: center; /*IE centering*/
    min-width: 500px; /*minimum width allowed*/
    width: auto; /*auto center*/

}

h1 {
    color: #FFFFFF;
}

div#header {
    height: 125px; /*Set the height of the header area*/
    width: 1100px; /*Width*/
    margin-top: 10px;
    margin-left: auto;   /*------ centering --------*/
    margin-right: auto;  /*------ centering --------*/
}

/* You can change margin-left and right to make it left justified in case you want a menu */
div#logo {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: inherit;
}

div#page_content {
    width: auto;
    color: #00CCFF;
    background: #000000;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    padding-left: 75px;
    padding-right: 75px;
}

div#footer {
    color: #CCCCCC;
    text-align: center;
    font-size:11px;
}

div#footer a { color:#CCCCCC }
div#footer a:hover { color:#eeeeee; }
Reply
#24
I have font tags and h1 tags around the image? o_O

I didn't know that, I'll go fix that now and add in the meta tags, one sec.
The reason why the <h1> and <font> tags were around the image is because that didn't used to be an image, it used to be text. So I guess I forgot to take them out.

The reason why I had the font tag around the link is because I used to have <li> tags next to them, and I did it to make the bulletpoints white, I fixed it now though.
Reply
#25
Links are still a bit dark lol. Try out the "site" I put together for you in my previous post before yours:

http://www.supportforums.net/showthread....#pid227288

Everything will work if you copy/paste the codes I've provided for you in creating the "style.css" file and the "index.html" file.
Reply
#26
I've done that now, it looks quite nice, but you can't tell that it's a link.
Reply
#27
(08-06-2011, 07:21 AM)BreShiE Wrote: I've done that now, it looks quite nice, but you can't tell that it's a link.

You had font tags around your links for some reason with the font color set to white (#FFFFFF) so I assumed you wanted that? lol

Edit: Where's my Underline style for the link hover?

Edit2: Dont use <h2> use <h1> I have <h1> set in the CSS

You only copied part of my web page code out lol. If you want to see how it looks first, create the two files. And preview the html file in your web browser directly from your computer.
Reply
#28
Oh yeah, let me go edit that now, wow I'm so tired I can't believe I missed that out.
I've added all the CSS code now, but I can't see anything different to what It already had?
Reply
#29
The full CSS is completely set up for your site if you have the same div id's as the ones I have in my html template/code i've written for you
Reply
#30
I'll fix it all up tomorrow, when I'm less tired, I didn't have a very good night last night, didn't sleep well, plus I'm about to go out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ForumRift | Ultimate Webmaster Forum | Advertise your Site on our Site! OpenSSL 1 650 06-02-2014, 05:52 AM
Last Post: MorbidEntree
  Review the New script site Clones 0 492 11-12-2013, 10:11 AM
Last Post: Clones
  Review my Web Templates site Kavita Martin 2 817 02-12-2011, 12:00 PM
Last Post: Eve
  Gruporya : Review this site knev 1 631 11-24-2010, 03:48 AM
Last Post: Preeminent
  [Please Review]Runetutor.net[Please Review] Thomas 5 1,618 05-07-2010, 09:34 AM
Last Post: Pk3r_Pjer

Forum Jump:


Users browsing this thread: 3 Guest(s)