![]() | Join Date: Mar 2007 | Posts: 44 |
Removing CSS code from home page
I am trying to remove (condense) all of the CSS info at the top of my home page. I have been doing my best to clean it up by fixing errors, but I still see most pages just reference where the CSS code is found and not display it all out.
Any ideas as to where I can fix this in vbulletin?
Home page: Go Take A Hike.com - Outdoor Activity Headquarters
Page Source: I removed the keywords to save tons of scrolling, and I condensed the code to show the beginning and end sections.
Any ideas as to where I can fix this in vbulletin?
Home page: Go Take A Hike.com - Outdoor Activity Headquarters
Page Source: I removed the keywords to save tons of scrolling, and I condensed the code to show the beginning and end sections.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<title>Go Take A Hike.com - Outdoor Activity Headquarters</title>
<!-- vBlogetin Edit -->
<!-- End vBlogetin Edit -->
<link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="vBulletin 3.6.4" />
<meta name="keywords" content="rock climbing.../>
<meta name="description" content="Go Take A Hike! Learn to rock climb, hike, bacpack and more in actual credit earning college classes! Join the forum and plan your next outdoor adventure! You can use this site to learn about a trip, plan a trip, meet friends, and go take a hike!" />
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
<!--
/* vBulletin 3 CSS For Style 'Default Style' (styleid: 1) */
body
{
background: #BEC8CE;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
color: #496690;
text-decoration: none;
}
a:visited, body_avisited
{
color: #496690;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #26446d;
text-decoration: underline;
}
...section removed
section removed...
padding-top: 3px;
padding-bottom: 3px;
background-color: #FFFFFF;
border-top: 1px dotted #505050;
border-right: 1px dotted #505050;
border-left: 1px dotted #505050;
border-bottom: 1px dotted #505050;
margin-bottom: 3px;
}
/* ***** online status ***** */
.online {
color: #339900;
}
.offline {
color: #4D528C;
}
.invisible {
color: #FF0000;
}
-->
</style>
<!-- / CSS Stylesheet -->
<script type="text/javascript">
<!--
var SESSIONURL = "";
var IMGDIR_MISC = "http://www.gotakeahike.com/forum/images/aria/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.gotakeahike.com/forum/clientscript/vbulletin_global.js?v=364"></script>
<script type="text/javascript" src="http://www.gotakeahike.com/forum/clientscript/vbulletin_menu.js?v=364"></script>
<link rel="alternate" type="application/rss+xml" title="Go Take A Hike.com RSS Feed" href="http://www.gotakeahike.com/forum/external.php?type=RSS2" />
<!-- vBlogetin Edit -->
<style type="text/css">
<!--
.invisibleBlog {
background: #FFFFCC;
}
.deletedBlog {
background: #FFCCD7;
}
.invisibleEntry {
background: #FFFFCC;
}
.deletedEntry {
background: #FFCCD7;
}
.invisibleComment {
background: #FFFFCC;
}
.deletedComment {
background: #FFCCD7;
}
-->
</style>
<!-- End vBlogetin Edit -->
</head>
<body>
<!-- top bar -->
<a name="top" id="top"></a>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15" style="background-image:url(http://www.gotakeahike.com/forum/images/aria/misc/left.gif)"><img src="http://www.gotakeahike.com/forum/images/aria/misc/left.gif" width="15" border="0" alt="" /></td>
<td width="100%">
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="header_bg">
<tr>
<td width="100%" align="right" valign="bottom">
<div style="padding: 6px 12px 6px 6px;" >
<font size="+2" color="gray">|</font>
<a href="http://www.gotakeahike.com" title="Outdoor Adventure Headquarters" class="white2"><font size="+1" color="white">Home</font></a>
.......
--------------------
Forums: GoTakeAHike.com, GroundsForDebate.com
Personal Blog: DerAmerikaner.com
Portfolio: RyanCleckner.com
Forums: GoTakeAHike.com, GroundsForDebate.com
Personal Blog: DerAmerikaner.com
Portfolio: RyanCleckner.com





Linear Mode

