UBB.Dev
Posted By: tyfa meta tag - 07/22/2002 7:38 AM
hi all,
I have a question: what is file (UBB file) which you add this meta tag ?




then the forum look like this:

[Linked Image]
Posted By: tyfa Re: meta tag - 07/22/2002 7:42 AM
oh, sorry, I pots in incorrect forum
Posted By: Lord Dexter Re: meta tag - 07/22/2002 8:23 AM
Put that into your Header Insert in your Style templates and then add the "class=.mbutton" or whatever the name of the CSS code is to the files. (Inside the td tags)
Posted By: AllenAyres Re: meta tag - 07/22/2002 8:28 AM
What LD said should work for you smile

Moving to the new members' forum smile
Posted By: LK Re: meta tag - 07/22/2002 8:48 AM
Actually, it's class="mbutton", not ".mbutton".
Posted By: Lord Dexter Re: meta tag - 07/22/2002 1:18 PM
Typo, sorry. I copied it.
Posted By: tyfa Re: meta tag - 07/22/2002 9:03 PM
Put that into your Header Insert in your Style templates <--- I see it

and then add the class="mbutton" or whatever the name of the CSS code is to the files. (Inside the td tags)
<-- more clearly plz, and may you give me some example ? what's file which I use to do it ?
Posted By: CTM Re: meta tag - 07/22/2002 11:17 PM
OK, what LD means is, say you have:

Code
[/code]And you want to apply those CSS changes. You have to change the above to:

[code]
There's no specific file in which this needs to be done, you just add it wherever you want the CSS changes to be made. smile
Posted By: tyfa Re: meta tag - 07/24/2002 4:19 AM
I did it, but it didn't work
I mean that: I want to use that meta for my UBB forum (register page) (not html)
when I came this forum http://www.netwerkin.com/cgi-bin/ultimatebb.cgi anh I regist member I saw this
Posted By: Lord Dexter Re: meta tag - 07/24/2002 5:54 AM
We know, but thats JC templates and thats how he done it, so you need to do it for your forum.
Posted By: Matt Jacob Re: meta tag - 07/24/2002 6:51 AM
quote:
Originally posted by tyfa:
I want to use that meta for my UBB forum

It's not metadata, it's CSS. And what CTM said was correct, except that you're going to want to modify INPUT elements instead of TDs. If you want all your INPUT elements on any given page to be affected, mucking up the display of radio buttons, change ".mbutton" to "input" in your style sheet.
© UBB.Developers