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 #72.7K
~513 People Reached
Favorite Forums
Favorite Tags
Member Avatar for vmars

Hello & Thanks , In my code below , why is it the Html code that the <div class="middle"> is specified BEFORE the <aside class="left-sidebar"> and the <aside class="right-sidebar"> ? Thanks..Vern OOPS! Forgot code , see next Reply .

Member Avatar for Dani
0
409
Member Avatar for UberSango

[CODE]<?php include ("./config/config.php"); ?> <!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"> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <link rel="icon" href="favicon.ico" type="image/x-icon" /> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <script type="text/javascript" src="custom.js"></script> <head> <style type="text/css" media="all"> @import "css/style2.css"; @import "css/style.css"; @import "css/stylesheet.css"; </style> </head> <body> …

Member Avatar for codeGoat
0
104