OZONE Asylum
Forums
Site reviews!
Agggh!! I want to break something!!
This page's ID:
10433
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Ok Im hoping this posts ok, if not I will delete it. This is the entire code for my index page. After doing some reading I've discovered embedded styles and external styles. Now I see the style being defined in the code but there is an external style file as well. Im sure this will explain quite a bit. I tried really hard to keep it simple when I drafted the site out on paper, I mean it really is a simple site, no difficult stuff anywhere. Can you point out the flaws? (ulp... pen and paper ready......) <html> <head> <title>.: CurvesHawaii :.</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="ch_style" rel="stylesheet" type="text/css"> </head> <SCRIPT> <!-- function swapImage() { var i,j=0,objStr,obj,swapArray=new Array,oldArray=document.swapImgData; for (i=0; i < (swapImage.arguments.length-2); i+=3) { objStr = swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1]; if ((objStr.indexOf('document.layers[')==0 && document.layers==null) | | (objStr.indexOf('document.all[') ==0 && document.all ==null)) objStr = 'document'+objStr.substring(objStr.lastIndexOf('.'),objStr.length); obj = eval(objStr); if (obj != null) { swapArray[j++] = obj; swapArray[j++] = (oldArray==null | | oldArray[j-1]!=obj)?obj.src :oldArray[j]; obj.src = swapImage.arguments[i+2]; } } document.swapImgData = swapArray; } //--> </SCRIPT> <STYLE> <!-- a {text-decoration:none} A:hover {text-decoration:none; color:#ff0000;} A:link {text-decoration:none;} .generaltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000} .menutext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #c594b1; font-weight: bold} .conentarea_title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; font-style: normal} .whitetext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF} .smalltext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; color: #000000} --> </STYLE> <body bgcolor="#E1C4E1" background="images/curves_bg.jpg"> <p> <?php include("header.php"); ?> </p> <!----- Begin of Main Content Table -----> <table width="525" border="0" cellspacing="1" cellpadding="1" align="center"> <tr> <td width="521"> <table width="98%" cellpadding="0" cellspacing="1" border="0" bgcolor="#c594ba" align="center"> <tr valign="top"> <td valign="top" height="160"> <table width="100%" cellpadding="5" cellspacing="0" border="0" align="center"> <tr valign="top"> <td width="92" valign="top" bgcolor="#FFFFFF"> <!----- Side Box -----> <p> <?php include("menu.php"); ?> </p> </td> <td width="432" align="center" valign="top" bgcolor="#FFFFFF"> <!----- Content Box -----> <p> <?php include("cont1.php"); ?></p> <!----- Content Box 2-----> <p> <?php include("cont2.php"); ?></p> <span class="box_text"><span class="smalltext"> </span></span></td> </tr> </table> </td> </tr> </table> </td> </tr> </table> <p> <?php include("footer.php"); ?> </p> </span></span></p> </body> </html> [img]http://www.wayoutwestenterprises.com/images/rob_sig.gif[/img]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »