What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Stuck on HTML

Stuck on HTML
Author: Message:
Sunshine
Elite Member
*****

Avatar

Posts: 5142
Reputation: 122
– / Female / Flag
Joined: Mar 2004
Status: Away
RE: Stuck on HTML
From my css:

.nav {
  text-align: center;
  background-color: #0000FF;
  padding: 2px;
}

.nav a:link
{
  width:6em;
  text-decoration: none;
  color: white;
  background-color: #000099;
  padding: 2px;
  border: 1px solid #0000FF;
  border-top: 0px;
  border-bottom: 0px;
}
.nav a:visited {
width: 6em;
text-decoration: none;
color: white;
background-color: #000099;
padding: 2px;
border: 1px solid #0000FF;
border-top: 0px;
border-bottom: 0px;
}
.nav a:hover {
  background-color: #0000FF
}



Now in the page itself you do:

<div class="nav">
<a href="index.php">Home</a><all the other hrefs for the pages in a row after eachother, no <br> or spaces></div>


assuming you are using an external stylesheet (css), if not then i advice you to learn. w3schools is good to start out..it's where i learned most too

This post was edited on 07-11-2006 at 04:34 PM by Sunshine.
[Image: 25dr3o9]
07-11-2006 04:31 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Stuck on HTML - by welshboy222 on 07-11-2006 at 03:58 PM
RE: Stuck on HTML - by stoshrocket on 07-11-2006 at 04:04 PM
RE: Stuck on HTML - by welshboy222 on 07-11-2006 at 04:05 PM
RE: Stuck on HTML - by stoshrocket on 07-11-2006 at 04:06 PM
RE: Stuck on HTML - by welshboy222 on 07-11-2006 at 04:08 PM
RE: Stuck on HTML - by Sunshine on 07-11-2006 at 04:31 PM
RE: Stuck on HTML - by welshboy222 on 07-11-2006 at 04:33 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On