What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » myCode and html help

myCode and html help
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
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.
[Image: unled1uo.png]
Joined this forum 6570 days, 26 minutes, 16 seconds ago.



10-02-2006 09:37 PM
Profile PM Web Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
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? ^o)
Twitter: @ChrisLozeau
10-02-2006 10:14 PM
Profile PM Find Quote Report
Supersonicdarky
Veteran Member
*****

Avatar

Posts: 2317
Reputation: 48
– / – / Flag
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
Profile E-Mail PM Find Quote Report
ddunk
Veteran Member
*****

Avatar

Posts: 1228
Reputation: 51
35 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
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
Profile PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
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? ^o)

Rephrase: A code which I can use to make a background/highlight colour on WLM without using the brackets.
[Image: unled1uo.png]
Joined this forum 6570 days, 26 minutes, 16 seconds ago.



10-03-2006 01:56 AM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
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? ^o)

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
Profile PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
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? ^o)

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]
[Image: unled1uo.png]
Joined this forum 6570 days, 26 minutes, 16 seconds ago.



10-03-2006 10:47 AM
Profile PM Web Find Quote Report
rav0
Veteran Member
*****

Avatar
i have an avatar

Posts: 1419
Reputation: 29
34 / Male / Flag
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.
| [Image: dorsh] |

(\ /)
(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
Profile E-Mail PM Web Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
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.
[Image: unled1uo.png]
Joined this forum 6570 days, 26 minutes, 16 seconds ago.



10-04-2006 11:08 AM
Profile PM Web 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