Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.41K
~141 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Draucia

I'm new to html and css, and I'm trying to code a website (layout images already made in photoshop). Here's my html: [CODE]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" href="style.css" /> <title>Title (removed)</title> </head> <body> <div id="wrapper"> <div id="header">&nbsp;</div> <div id="underheader">&nbsp;</div> …

Member Avatar for shaya4207
0
141