Just put this code: body {margin-top: -100px; padding-top: -100px;}
In index.html...In style.css.image1{height: 100px;width: 100px;background-image: url(image1.png);}.image2{height: 100px;width: 100px;background-image: url(image2.png);}This same thing can be achieved without CSS...
body{ background:red; font-family:arial; } #divID{ background:blue; width:100px; height:100px; } If you want to learn CSS, see the related links.
put this in your about me:body {margin-top:-100px;}
Not Really A Good Question But Here.If A Picture Is Over Text Then You Need To Change Were The Picture Is.In Your Code Look For:margin-top:100px;margin-bottom:100px;margin-right:50px;margin-left:50px;And Change The Numbers.Answered By DjLowseYou Know You love Me :]
You have ti give header position:normal and footer position:normal and also give to content:.wrap {margin:100px auto; width:---px;}
Make an HTML code. Im not a pro at this, so I can *<font style="font-size:size choice here up to 100px!important">your text here</font>
#id_about{overflow: scroll; overflow-x: hidden; overflow-y: auto; height: 100px;} .media_panel embed, .media_panel object{height: 25px; width: 30px;}[/quote] <---Put this in Your Theme Override box .
If you're talking about CSS; Cascading Style Sheets, then the answer is very simple.The !important attribute in a CSS file:#mydiv {height: 100px;background-color: #FF9900 !important;}is generally found in user style sheets to overridestyles already defined!
Examples--For 1.0: < div style="height:100px; width:200px; overflow:auto; color:000; background-color: transparent border:1px solid black;">BLAH BLAH BLAH Whatever the heck you want here, dearie. (: ^^^ The numbers in bold are the numbers you will change.Just mess around with it until you get it the way you want it.For 2.0:Obviously you know that this part of the code will be going into your CSS/HTML box:div.blurbsModule p.scrollbox {overflow:auto; height:100px;}div.interestsModule p.scrollbox {overflow:auto; height:200px;}And just change the height & weight as you see fit, again.I hope I helped, dear!
If you are looking for a box that holds the neopets website: <!--Note: The width and height can be changed to fit it how you wish. ---> <iframe src="http://www.neopets.com" width="200" height="200" scrolling="yes"></iframe> ------------- The other way. <div style="width: 100px; height: 100px; overflow: auto;"> text </div>
<style> table.profileInfo * {background-color:transparent;} table.profileInfo td td {letter-spacing:-100px; font-size:0px;} table.profileInfo td td.text, table.profileInfo td td * {font-size:11px; letter-spacing:0px;} table.profileInfo td td a {display:none;} table.profileInfo td td.text * {display:inline;} </style>