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

HTML Help....
Author: Message:
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
O.P. RE: HTML Help....
quote:
Originally posted by Dempsey
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. :)

exactely what i mean :D Thanks... thanks for all the help btw... (y)

[Image: lost7ru.gif]
11-15-2005 05:25 PM
Profile E-Mail PM 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