Everything posted by Jala
- Nav LINK
-
Centering a Table
Hey guys I just cant figure this out. I have a table set up, 1 row with mutiple images, and it scrolls horizontally.I want the table with all the content to be centered in the middle of the page. Been trying a bunch of stuff just cant figure it out. thanks <div id="content-press" class="content" style="background:fff;"> <table height="250" class="content" padding:5;> .content{ text-align:center; } #content-press { font-size: 1.1em; margin: 0; padding: 0; width: 800px; height: 340px; background-color: #fff; overflow: auto; position: relative; z-index: 0; } any ideas?
-
MovieAnticipation.com
Hey Guys, what does everyone think about this site? What can I do to improve! PS Its not a porn site..... www.movieanticipation.com
-
Placing an image
Thanks man! One other question, i want to center the whole site inside the body tag but when i do text-aling:center it doesnt work because almost everything is text.
-
Placing an image
heres my html <img src="jonah.png" height="312" /> <div id="progress-bar"> <div id="progress-level"> </div> </div> <h1> Recent News</h1> <div style="height:300px;width:400px;font:16px/26px Georgia, Garamond, Serif;overflow:scroll;"> Just met with a new person. </div> and heres the image Basically i want the progress bar right after the Phase 1: The phase 1 and generosity are PNGS. Thanks for help!
-
placing an image
heres my html <img src="jonah.png" height="312" /> <div id="progress-bar"> <div id="progress-level"> </div> </div> <h1> Recent News</h1> <div style="height:300px;width:400px;font:16px/26px Georgia, Garamond, Serif;overflow:scroll;"> Just met with a new person. </div> and heres the image Basically i want the progress bar right after the Phase 1: The phase 1 and generosity are PNGS. Thanks for help!
-
Progress bar.
i was making this progress bar from a tutorial that i want to add to a site im making but for some some reason its not chaning how far the progress is??? This is the tut http://pupungbp.erastica.com/css/creating-progress-bar-with-css/ and here is my code <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Percentage Bar</title> <style type="text/css"> body { background: White; text-align: center; } #wrapper { text-align: left; } /*PROGRESS BAR CSS*/ #progress-bar { background: url(percentage-bg.png) no-repeat left center; width: 316px; height: 39px; margin: 0 auto; } #progress-level { background: url(progress.png) no-repeat left center; width: %45; height: 39px; } /* FORM */ input { border: 1px solid #666; padding: 5px; } body, input { font: 11px verdana, helvetica, sans-serif; } p { margin: 5px 0; } </style></head> <body> <p>Welcome to 43 crosby</p> <div id="progress-bar"> <div id="progress-level"></div> </div> </body> </html> i enter how far ive gotten here #progress-level { background: url(progress.png) no-repeat left center; width: %45; height: 39px; in the width and for some reason it just shows 100% has been done, doesnt show part of it... Thanks for any help
-
Email Blasting
Hey Guys. On tons of sites there is a place where you enter your email and then you recieve updates and all that. How do i set that up??? Can i used it through entourage or how do i do it???
- What Cord do i Need?
-
What Cord do i Need?
I got the mini-dvi to dvi adapter but its not long enough. Will this work? http://www.jr.com/arista/pe/IST_58_hy_7726/
-
What Cord do i Need?
Hey Guys i have a black macbook and recently got a sonia bravia tv. I want to be able to connect the 2 so i can use the tv as a monitor. What cord do i need to purchase to be able to do this?
- Site Design
-
Site Design
V2 http://5borosports.com/hp Not sure what to do in the center of the homepage yet but it will be content on the other pages. And the background will be a pattern i am yet to make of a repeating tlc with low opacity
-
new style and template
Go to the phpbb support forums and ask there.
- What Size
-
Site Design
Yea i was thinking of highlihting and enlarging the inportant words. But i dont really get what your saying for the homepage?
- What Size
-
Noob Fireworks question.
is it possible to add code so that you can insert a bacckground image and have like the content float on top of it?? Like on twitter how the background is there and the status updates are ABOVE IT. if you can, can you post a tut
-
Site Design
So, Homepage: Make logo smaller and buttons? or not the buttons? then on the About page im going to try to spice it up by highlighting key words. IF you have ideas that can help me on the about page PLEASE LMK
-
Which Wordpress plugin?
Yea could you send it to me or post it
-
Please review this forum
Customize it? Its the default phpbb theme and all are common topics. Make it looks better otherwise why would people come to your forum over another?
-
Site Design
Hey Guys making a site for someone. Looking for almost a review but also guidance on a design direction. TLC and the home page Home V2 try 2
-
IS there a way to center
Say i make a site in fireworks then i export the html. Would i just make a css file to center it all. And if so could someone help me how?
-
Which Wordpress plugin?
Same Question for me. I found one for Tumblr if your interested. http://hasaportfolio.com/
-
Can Someone Post a tut
hey Guys, Im a noob at all this and i made a prototype site that id like to host on domain that i have. How do i put it on. Do i save it as a .htm file and just put that on or what??? Thanks for any help