English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

okay, so. on a lot of peoples myspaces, they have like a box around there text. like, its hard to explain. but it will be like there about me stuff and then there will be a box around it. its not a scroll box though. it looks really cool. i hope someone knows the code for it. or a code for something like that. thanks :]

2007-10-28 10:16:46 · 2 answers · asked by abercrombielovee92 1 in Computers & Internet Programming & Design

2 answers

This will draw a blue thin solid line around this paragraph.
This will be another line.



That is it will when put in an HTML page not here.
Here is a full Box, right side of the page

You can put anything from images to text to forms inside the division.

The entire thing will be wrapped by a red thin dotted line



All it is styling the box and text you want styled with CSS.

Visit http://alistapart.com for lots of different CSS tricks and tips. Or just do a search for CSS there are thousands of sites.

2007-10-28 10:46:28 · answer #1 · answered by Tracy L 7 · 0 0

I create textboxes with CSS. Some have very small graphics, and some only use margins, borders and pixels.

A very simple textbox in css.

In the of your webpage:




If you want the textbox on the left or right with text wrapping around the textboxes, change the margin to
margin:0 5px;

and add:
float:left; /*to place textbox on left of page*/

or
float:right;/*to place textbox on the right of page*/

(X)HTML


Here's my bio, I hope you like me


Some bio info


Visit my webpage at My Kewl Page




For a demo on round corner textboxes without using ANY images:
http://tygerzdesigns.com/round

All the Best,
CP

2007-10-28 11:41:55 · answer #2 · answered by tygeraffs 2 · 0 0

fedest.com, questions and answers