3 replies [Last post]
Alexdaman
Alexdaman's picture
User offline. Last seen 1 year 47 weeks ago. Offline
newbie
Joined: 2010-03-16
Posts: 1
Points: 2

Sorry, completely got my last thread wrong...

How do I get this code:

<tr><td><center>
 
<style type="text/css">
								ul#navbar
								{
								list-style-type:none;
								margin:0;
								padding:0;
								}
								a:link,a:visited
								{
								display:block;
								font-weight:bold;
								color:#800000;
								background-color:#ffff66;
								width:215px;
								text-align:center;
								padding:6px;
								text-decoration:none;
								text-transform:uppercase;
								}
								a:hover,a:active
								{
								background-color:#ffee66;
								}
							</style>
 
							<ul id=navbar>
								<BR><BR><li><a href="#home">Home</a></li><BR><BR>
								<li><a href="#news">Sound Clips</a></li><BR><BR>
								<li><a href="#contact">Pictures</a></li><BR><BR>
								<li><a href="#about">Videos</a></li><BR><BR>
								<li><a href="#events">Events</a></li><BR><BR>
							</ul>
 
						</center></td>

To not interfere with this code:

<tr><td colspan="2">
 
							<style type="text/css">
								ul#footer
								{
								list-style-type:none;
								margin:0;
								padding:0;
								padding-top:6px;
								padding-bottom:6px;
								}
								li
								{
								display:inline;
								}
								a:link,a:visited
								{
								font-weight:bold;
								color:#800000;
								background-color:#ffff66;
								text-align:center;
								padding:6px;
								text-decoration:none;
								text-transform:uppercase;
								}
								a:hover,a:active
								{
								background-color:#cccc66;
								}
 
							</style>
 
 
							<ul id=footer>
								<li><a href="#home">Home</a></li>
								<li><a href="#news">Sound Clips</a></li>
								<li><a href="#contact">Pictures</a></li>
								<li><a href="#about">Videos</a></li>
								<li><a href="#events">Events</a></li>
							</ul>
 
						</td></tr>

CupidsToejam
CupidsToejam's picture
User offline. Last seen 2 weeks 1 day ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2008-08-15
Posts: 2634
Points: 1552

What are you talking about?

What are you talking about? Can you be more specific as to what the problem is? provide us with ALL your html and css or provide a link.


First basic few steps in building a webpage
1. Gather and collect content.
2. Organize the content into meaningful semantic valid HTML
3. Design the prototype
4. Style using CSS

http://www.pixelbehavior.com

Verschwindende
Verschwindende's picture
User offline. Last seen 6 days 11 hours ago. Offline
rank Guru
Guru
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2037
Points: 2256

May as well validate as well.

May as well validate as well.

yet again.

Deuce
Deuce's picture
User offline. Last seen 3 days 17 hours ago. Offline
rank Guru
Guru
Timezone: GMT-6
Joined: 2005-11-20
Posts: 4416
Points: 1835

And add more specific

And add more specific selectors to your css.

all ยป http://dictionary.reference.com/browse/all

Google isn't a bunch of guys reading and grading web sites, it's more like a bunch of monkeys sniffing food and putting the good bananas at the top. -Triumph