Using CSS3 capabilities you can use the {border-radius:?px} property.
You can change individual corners radius using topleft, topright, bottomleft, bottomright as follows: {border-radius-topleft:?px} etc.
At the time of writing (Sept 2010) this capability is only supported in browsers which use the -moz- and -webkit- prefix as follows: {-moz-border-radius:?px}.
The upcoming IE9 will hopefully support this capability.
That would be the job of CSS.
Paste it in the CSS box. Here are directions to find the css box: http://profilerehab.com/help/how_to_use_myspace_20_layouts
You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.
You can write a text box in CSS styles. Just place the text styles to whatever you want in the input tag.
You cannot "Make" something with CSS. CSS only decorates the elements on a page.
CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.
You have to paste the 2.0 layout code into the CSS Box, here are directions to find the CSS box: http://profilerehab.com/help/how_to_use_myspace_20_layouts Make sure you are using 2.0 code. the old code for 1.0 will not work in 2.0 profiles.
Facebook has not CSS program, and usually if you wanna put the cursor, you have to copy and paste "the code" in the CSS box.
To create a scroll box in CSS, you can use the overflow property. Set the desired height and width of the box using CSS properties like height and width, and then apply overflow: auto; or overflow-y: scroll; to enable scrolling when the content exceeds the box dimensions. Here’s a simple example: .scroll-box { width: 300px; height: 200px; overflow: auto; border: 1px solid #ccc; } This will create a box that scrolls vertically or horizontally as needed.
In CSS, an anchor tag (the one that makes a hyperlink) is called an "inline element." (As opposed to box-level elements.)
[ Assuming the question can be asked as, "How do you make the address (In the header) more dynamic with CSS on FreeWebs?" ] If you are using a FreeWebs template, you cannot edit any CSS. If you are using raw HTML + CSS, you can wrap the address in a tag such as <span> or <div>, and define some properties to the element with CSS.
Go to a website called W3 Schools and search for Box model, they provide a great example.