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:
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. Undecided  Stuck on HTML
Hi I would like to creat a navi bar like on this site: Sunshine's site
How would I do it ??? I have tried to find out but with no sucess!
If the worst comes to the worst eat a cake makes you feel better!
07-11-2006 03:58 PM
Profile E-Mail PM Find Quote Report
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
RE: Stuck on HTML
are you using images or just plain text for the links??
formerly methos
07-11-2006 04:04 PM
Profile PM Web Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: Stuck on HTML
Plain text at mo
If the worst comes to the worst eat a cake makes you feel better!
07-11-2006 04:05 PM
Profile E-Mail PM Find Quote Report
stoshrocket
Senior Member
****

Avatar
formerly methos

Posts: 748
Reputation: 31
33 / Male / Flag
Joined: Aug 2005
RE: Stuck on HTML
check out this: http://www.w3schools.com/css/tryit.asp?filename=trycss_float5

w3 schools has helped me a hell of alot when i was learning html... if you have any trouble with understanding this then just pm me ;)
formerly methos
07-11-2006 04:06 PM
Profile PM Web Find Quote Report
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: Stuck on HTML
Thanks this helps a lot!
If the worst comes to the worst eat a cake makes you feel better!
07-11-2006 04:08 PM
Profile E-Mail PM Find Quote Report
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
welshboy222
Full Member
***

Avatar

Posts: 325
Reputation: 4
29 / Male / –
Joined: Apr 2006
Status: Away
O.P. RE: Stuck on HTML
Ok thanks lissaexplains.com is good aswell but not so much info!
If the worst comes to the worst eat a cake makes you feel better!
07-11-2006 04:33 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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