The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The Legend tag?

Go down

The Legend tag? Empty The Legend tag?

Post by Saxaca September 18th 2010, 12:52

Huh, i was swifting through something in the Trick & Tips, when i saw something about a legend tag that was supposed to make a border-thingy around a post. I couldn't get it to work. Can anybody give me an... Explanation about this tag? Dawa

Edit:

I and Gangstar surely like to talk, 24posts Cool


Last edited by Saxaca on September 19th 2010, 17:50; edited 1 time in total
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 18th 2010, 18:24

Its for the legend icons, e.g new post, no new post, locked Smile
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 18th 2010, 18:47

Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 18th 2010, 18:59

Aaah xD its the border around the contact form as you said >D
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 18th 2010, 19:16

Yeah, kinda doesn't work for me beu
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 18th 2010, 19:23

Add this tag before it Smile
Code:

<fieldset> and this </fieldset> bofore </form>

avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 18th 2010, 20:25

Stupid me, still wont work. May you gimme a full code, with Text Here? Wink

It just turns the text blue..
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 02:34

ok try this:
Code:

<form action="mailto:your_e-mail_address@domain.com" method="post" enctype="text/plain">
<fieldset>
<legend>Personal info</legend>
Name:<br>
<input type="text" name="name">
<br>
Mail:<br>
<input type="text" name="mail">
<br><br>
Which is your favorite color?<br>
I like red<input type="checkbox" name="color" value="Red"><br>
I like blue<input type="checkbox" name="color" value="Blue"><br>
I like yellow<input type="checkbox" name="color" value="Yellow"><br>
I like green<input type="checkbox" name="color" value="Green">
<br><br>Comments:<br><textarea name="comments" rows="6"
cols="65"></textarea>
</form>
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 11:23

Lol, pretty irritating, but, it just makes the text inside the legend..blue... TT
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 13:35

lol. where are you trying to put it?. try in a HTML editor Smile
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 14:17

Any way to make it work in posts?
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 14:18

Let me try xD

Edit> Yes it works for me Hello
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 14:21

Oh, silly, stupid me..works now...GAH
I forgot the border was the same color as my background... TT
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 14:21

Hahah lol Very Happy good then ;D
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 14:22

That kinda means, it works on my forum with a dark skin..

--->
Ok, now i gotta edit the colors..
What can edit the background in posts...
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 14:25

in your css find
Code:

.postbody

and change the color, find it in your default css too Smile
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 14:36

I've got a million postbodys in my default CSS, aint there a short copy&paste code, lol?
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 14:39

Lol Very Happy. this:
Code:

.postbody {
   padding: 0;
   line-height: 1.48em;
   color: #536482;
   width: 76%;
   float: left;
   clear: both;
        background-color: #999999;
   }


Last edited by Gangstar15 on September 19th 2010, 19:35; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 15:31

Thankx, have a good color code for me? I can't seem to make it myself, im the most nooby CSS'er ever..
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 15:31

avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 15:40

I'm sorry, but it's your CSS code. It doesn't work.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 15:42

Its for Phpbb3 do u have that?
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 15:42

Yeah.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 15:45

OKay tell me what color you want Smile. because i tested it ;D
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 15:54

Something else than the border color of the legend tag. I'd prefer a white-greyish.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Guest September 19th 2010, 19:36

Ok, i edited my post with the code, try it Smile
avatar
Guest
Guest


Back to top Go down

The Legend tag? Empty Re: The Legend tag?

Post by Saxaca September 19th 2010, 20:33

Nope, it does't do anything. Actually, in my footer, a tinypic image appeared. It disappeared when i removed your code.
Saxaca
Saxaca
Forumember

Male Posts : 539
Reputation : 26
Language : Markup.

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum