Jump to content
xisto Community
Sign in to follow this  
Microsoft

Box Content how do i create some?

Recommended Posts

:) i want to know how to create a box content? and how to make them with color i dont need to know the color codes like #000000 i know that :) i just want to know how to make a box content to but text inside ect. Thanks for your help.-Microsoft

Share this post


Link to post
Share on other sites

Why dont you try and search google or something there are plenty of good sites to teach you codes and stuff i doubt that someone here will waste their time explaining something that you can find a lot faster if you know where to search :)

Share this post


Link to post
Share on other sites

I dont dought it, i thing i wont search because, i found stuff thta dont work then i mess up and start again, i ask here since lots of people have sites, maybe they know and its more reliable, <!--posted a reply that dint help dr1v3r--> no offense thanks for suggesting for the search, obiosly :) i want better results ( I already search ) i even have a pic of bart simpsons writing on a board saying i will search on google before asking stupid questions lol, well Thanks anyways :)

 

 

 

<!--Microsoft-->

Share this post


Link to post
Share on other sites

I think I know what you're talking about, if not forgive me.

HTML:

<!--You can name the div whatever you want--><div id="content box">     <p>Text.</p></div>

CSS:
#content box {     background-color: your color;     border: 1px solid #000;     height: whateverpx;     width: whateverpx;}

Uh...that?

Share this post


Link to post
Share on other sites

<!--You can name the div whatever you want--><div id="content box">     <p>Text.</p></div>
You can't have spaces in your ID name. You can with attaching classes to elements because a space indicates that you're attaching an additional class (you can attach more than one class to an element). But because an ID is a unique identifier, there can only be one name.

Share this post


Link to post
Share on other sites

I didnt understand actually what your question was, but guess you already know about "tables" right? if not, the css above should do... By the way, where are you from Mike? (just curious, becouse of your spelling :) hehe)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.