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

HTML Help....
Author: Message:
Dempsey
Scripting Contest Winner
*****

Avatar
http://AdamDempsey.net

Posts: 2395
Reputation: 53
38 / Male / Flag
Joined: Jul 2003
RE: HTML Help....
You can do it using CSS, i do it on MPSounds.net.

If you have a table 3 cells wide and 3 cells high, then you have 8 CSS classes, similar to the following:
code:
.tableCorTL {
    background-image: url(./images/corTL.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    background-position: bottom;
}.tableEdgeT {
    background-image: url(./images/edgeT.gif);
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    height: 10px;
    background-position: bottom;
    vertical-align: bottom;
}.tableCorTR {
    background-image: url(./images/corTR.gif);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 10px;
    width: 10px;
    background-position: bottom;
}

Thats the three CSS classes I use for the three top cells, then in the top left cell for example, you would use
code:
<td class="tableCorTL">
and then it would have the corner image in.

Is that what you mean?  If you have any more questions, reply with them. :)
SoundPacks   -   Scripts   -   Skins

that's not a bug, thats an unexpected feature
11-11-2005 08:54 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HTML Help.... - by M73A on 11-10-2005 at 10:29 PM
RE: HTML Help.... - by Dempsey on 11-10-2005 at 10:32 PM
RE: HTML Help.... - by M73A on 11-10-2005 at 10:44 PM
RE: HTML Help.... - by Dempsey on 11-11-2005 at 08:54 AM
RE: HTML Help.... - by M73A on 11-15-2005 at 05:25 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