myCode and html help - Printable Version
-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: myCode and html help (/showthread.php?tid=66903)
myCode and html help by Nagamasa on 10-02-2006 at 09:37 PM
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.
RE: myCode and html help by Chris4 on 10-02-2006 at 10:14 PM
quote: Originally posted by NagamasaAzai
How do you get the background colour for myCode?
Doesn't look like you can?
RE: myCode and html help by Supersonicdarky on 10-02-2006 at 10:21 PM
what do u mean by "link to to open the at spot that I want to?" ? :/
RE: myCode and html help by ddunk on 10-02-2006 at 10:23 PM
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.
RE: myCode and html help by Stigmata on 10-02-2006 at 10:25 PM
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>
RE: myCode and html help by Nagamasa on 10-03-2006 at 01:56 AM
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.
RE: myCode and html help by CookieRevised on 10-03-2006 at 06:36 AM
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.
RE: RE: myCode and html help by Nagamasa on 10-03-2006 at 10:47 AM
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]
RE: myCode and html help by rav0 on 10-04-2006 at 05:51 AM
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.
RE: myCode and html help by Nagamasa on 10-04-2006 at 11:08 AM
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.
|