This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-10-16 16:42:04

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

I forget the html tag for:

This section thingy:
http://dl.dropbox.com/u/36360817/content1.jpg
I forget teh html tag, and I'm nto sure how to describe it  sad


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#2 2011-10-16 16:48:06

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: I forget the html tag for:

well you could google your question
http://lmgtfy.com/?q=html+section
or
http://lmgtfy.com/?q=html+div

Edit: I don't think this really requires a topic.

Last edited by rookwood101 (2011-10-16 16:48:37)


http://i.imgur.com/zeIZW.png

Offline

 

#3 2011-10-16 16:50:17

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I forget the html tag for:

rookwood101 wrote:

well you could google your question
http://lmgtfy.com/?q=html+section
or
http://lmgtfy.com/?q=html+div

Edit: I don't think this really requires a topic.

That's the thing. THEY DON'T HAVE THE BORDERS!!!


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#4 2011-10-16 17:12:30

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: I forget the html tag for:


http://i.imgur.com/zeIZW.png

Offline

 

#5 2011-10-16 17:13:46

WindowsExplorer
Scratcher
Registered: 2011-02-25
Posts: 1000+

Re: I forget the html tag for:

THATS NOT IT. I remember seeing the code somewhere but I completely forget where. And CSS can't do whats in the image above.


http://i.imgur.com/H6LLdnK.pnghttp://i.imgur.com/VYuD7BY.png

Offline

 

#6 2011-10-16 17:31:31

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: I forget the html tag for:

I can only think of divs, sections and tables...


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#7 2011-10-16 17:43:11

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Offline

 

#8 2011-10-16 17:48:31

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: I forget the html tag for:

divs can now have rounded corners! That's brilliant! When I leant about them at first it wasn't an option, you had to use images!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#9 2011-10-16 17:51:29

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: I forget the html tag for:

<div>


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#10 2011-10-16 17:53:12

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: I forget the html tag for:

sparks wrote:

divs can now have rounded corners! That's brilliant! When I leant about them at first it wasn't an option, you had to use images!

the joys of css 3  smile
http://www.css3.info/

Last edited by rookwood101 (2011-10-16 17:53:34)


http://i.imgur.com/zeIZW.png

Offline

 

#11 2011-10-16 17:55:24

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: I forget the html tag for:

rookwood101 wrote:

sparks wrote:

divs can now have rounded corners! That's brilliant! When I leant about them at first it wasn't an option, you had to use images!

the joys of css 3  smile
http://www.css3.info/

I know I love that
border-radius:3px;

it's weird you have to specify for mozilla and webkit though


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#12 2011-10-16 17:59:24

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: I forget the html tag for:

midnightleopard wrote:

rookwood101 wrote:

sparks wrote:

divs can now have rounded corners! That's brilliant! When I leant about them at first it wasn't an option, you had to use images!

the joys of css 3  smile
http://www.css3.info/

I know I love that
border-radius:3px;

it's weird you have to specify for mozilla and webkit though

I don't think you do anymore, or at least, only for older versions of the browsers. and some strange ones.


http://i.imgur.com/zeIZW.png

Offline

 

#13 2011-10-16 18:08:30

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: I forget the html tag for:

i know! if you're talking about for a form, then its <fieldset> and <legend>


Fork Clamor on GitHub!

Offline

 

#14 2011-10-16 18:15:35

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: I forget the html tag for:

wrong

<fieldset> <legend> like ohaiderstudios said

Last edited by bbbeb (2011-10-16 18:16:06)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#15 2011-10-16 18:28:39

rookwood101
Scratcher
Registered: 2011-07-29
Posts: 500+

Re: I forget the html tag for:

indeed it is, well done.


http://i.imgur.com/zeIZW.png

Offline

 

#16 2011-10-16 18:35:05

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: I forget the html tag for:

thanks  big_smile


Fork Clamor on GitHub!

Offline

 

#17 2011-10-27 23:09:00

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: I forget the html tag for:

I'm not completely sure but I think it's:

Code:

<div>text or stuff or anything else goes here</div>

https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

Board footer