myCode and html help |
Author: |
Message: |
Nagamasa
Skinning Contest Winner
Posts: 1842 Reputation: 30
31 / /
Joined: May 2006
|
O.P. myCode and html help
How do you get the background colour for myCode?
And also, how do i get the webpage i want to link to to open the at spot that I want to? I think I do something with the #...but I forget. Heres the link i want to link to http://mybrightcorner.plusdimension.com/school.htm
I want to have it auto go to Grade 7.
This post was edited on 10-03-2006 at 01:52 AM by Nagamasa.
Joined this forum 6769 days, 11 hours, 46 minutes, 25 seconds ago.
|
|
10-02-2006 09:37 PM |
|
|
Chris4
Elite Member
Posts: 4461 Reputation: 84
33 / /
Joined: Dec 2004
|
RE: myCode and html help
quote: Originally posted by NagamasaAzai
How do you get the background colour for myCode?
Doesn't look like you can?
|
|
10-02-2006 10:14 PM |
|
|
Supersonicdarky
Veteran Member
Posts: 2317 Reputation: 48
– / – /
Joined: Feb 2005
Status: Away
|
RE: myCode and html help
what do u mean by "link to to open the at spot that I want to?" ? :/
|
|
10-02-2006 10:21 PM |
|
|
ddunk
Veteran Member
Posts: 1228 Reputation: 51
35 / /
Joined: Mar 2004
|
RE: myCode and html help
quote: Originally posted by Supersonicdarky
what do u mean by "link to to open the at spot that I want to?" ? :/
I assume he means anchors.
|
|
10-02-2006 10:23 PM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: myCode and html help
quote: Originally posted by NagamasaAzai
And also, how do i get the webpage i want to link to to open the at spot that I want to? I think I do something with the #...but I forget. Heres the link i want to link to http://mybrightcorner.plusdimension.com/school.htm
For the title.. use
code: <a name="grade7">Grade 7</a>
and to link to it
code: <a href="#grade7">Goto Grade 7</a>
|
|
10-02-2006 10:25 PM |
|
|
Nagamasa
Skinning Contest Winner
Posts: 1842 Reputation: 30
31 / /
Joined: May 2006
|
O.P. RE: myCode and html help
Thanks all. quote: Originally posted by Chris4
quote: Originally posted by NagamasaAzai
How do you get the background colour for myCode?
Doesn't look like you can?
Rephrase: A code which I can use to make a background/highlight colour on WLM without using the brackets.
Joined this forum 6769 days, 11 hours, 46 minutes, 25 seconds ago.
|
|
10-03-2006 01:56 AM |
|
|
CookieRevised
Elite Member
Posts: 15517 Reputation: 173
– / /
Joined: Jul 2003
Status: Away
|
RE: myCode and html help
quote: Originally posted by NagamasaAzai
Thanks all.quote: Originally posted by Chris4
quote: Originally posted by NagamasaAzai
How do you get the background colour for myCode?
Doesn't look like you can?
Rephrase: A code which I can use to make a background/highlight colour on WLM without using the brackets.
that's something entirly different than myCode....
anyways, read http://old.msgplus.net/help_tutorials.php?tut=mul...mat-colors#mfc-irc and look at the examples.
.-= A 'frrrrrrrituurrr' for Wacky =-.
|
|
10-03-2006 06:36 AM |
|
|
Nagamasa
Skinning Contest Winner
Posts: 1842 Reputation: 30
31 / /
Joined: May 2006
|
O.P. RE: RE: myCode and html help
quote: Originally posted by CookieRevised
quote: Originally posted by NagamasaAzai
Thanks all.quote: Originally posted by Chris4
quote: Originally posted by NagamasaAzai
How do you get the background colour for myCode?
Doesn't look like you can?
Rephrase: A code which I can use to make a background/highlight colour on WLM without using the brackets.
that's something entirly different than myCode....
anyways, read http://old.msgplus.net/help_tutorials.php?tut=mul...mat-colors#mfc-irc and look at the examples.
Oops! I mean the square brackets cause I was using http://msig.info/web2-old.php to make myself a better logo...but I found out how with my trusty Messenger. Its [a]
Joined this forum 6769 days, 11 hours, 46 minutes, 25 seconds ago.
|
|
10-03-2006 10:47 AM |
|
|
rav0
Veteran Member
i have an avatar
Posts: 1419 Reputation: 29
35 / /
Joined: Aug 2003
|
RE: myCode and html help
quote: Originally posted by NagamasaAzai
And also, how do i get the webpage i want to link to to open the at spot that I want to? I think I do something with the #...but I forget. Heres the link i want to link to http://mybrightcorner.plusdimension.com/school.htm
I want to have it auto go to Grade 7.
You use the id if that part of the page after the hash.
My website (at the top)
http://www.rav0.be/
My website (scrolled to the banner ad (click it!))
http://www.rav0.be/#verts
My website (scrolled to the main stuff)
http://www.rav0.be/#main
I have "verts" and "main" in the code of the page. "My Bright Old Work" doesn't have the needed stuff in the code of the page to make a link like that.
| |
(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination
|
|
10-04-2006 05:51 AM |
|
|
Nagamasa
Skinning Contest Winner
Posts: 1842 Reputation: 30
31 / /
Joined: May 2006
|
O.P. RE: myCode and html help
quote: Originally posted by rav0
You use the id if that part of the page after the hash.
My website (at the top)
http://www.rav0.be/
My website (scrolled to the banner ad (click it!))
http://www.rav0.be/#verts
My website (scrolled to the main stuff)
http://www.rav0.be/#main
I have "verts" and "main" in the code of the page. "My Bright Old Work" doesn't have the needed stuff in the code of the page to make a link like that.
....thanks though.
I chose to do something else with it. Just link it to the page and let the reader scroll through.
Joined this forum 6769 days, 11 hours, 46 minutes, 25 seconds ago.
|
|
10-04-2006 11:08 AM |
|
|
|