View Single Post
  #1 (permalink)  
Old 07-19-2005, 04:16 PM
bobby9101 bobby9101 is offline
WebProWorld Member
 
Join Date: Jun 2005
Posts: 80
bobby9101 RepRank 0
Default external style sheet

I am sorry to keep botherin everyone. but his shouldnot be a problem but it is.
here is my homepage code (really basic. so far)
Code:
<head>
<title>Seo services and website promotion</title>
<link href="mainstylesheet.css" rel="stylesheet" type="text/css">  
</head>
<body>
<a href="http://ranktips.com">
[img]logo.jpg[/img]</a>
<table summary="free SEO services" height="90%" bgcolor="#FFFFFF" cellpadding="15" cellspacing="0" style="border: solid 5px darkblue;" align=center width=80%>
<tr>
<td>
<h1>Directory</h1>
<hr color="darkblue" size="4">
<h1>Directory List</h1>



Submitting to Directories is a crucial part of Search Engine Optimization. Here is a High-Quality list of Directories. All of these directories have been checked and are SEO friendly.</p> 
<hr color="darkblue" size="4">
<h1>Articles</h1>


Read up on SEO on the articles page. Read various SEO articles. If you need the basics check out SEO 101 in the articles page.</p>
<hr color="darkblue" size="4">
<h1>Forum</h1>


Visit a High-Quality Forum. Talk about Domain Names, Search Engine Marketing,  Selling Domains, Buying Domains, Advertising, Free Domain Giveaways, a Directory and much more...</p>
</td>
</tr>
</table>
here is my style shhet code
Code:
<style type="text/css">
p {color: blue }
a {color: black}
h1 {text-align: center}
</style>
the problem is everything works except for the red paragraphs. th keep turning up black???
Reply With Quote