Jump to content

MadFly

Members
  • Posts

    123
  • Joined

  • Last visited

About MadFly

  • Birthday 03/18/1985

Contact Methods

  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    Cape Town, South Africa

MadFly's Achievements

Member

Member (2/7)

0

Reputation

  1. I have this css, but I cannot figure out how to add a dropdown feature to it. /* Menu */#menu {float: right;width: 600px;height: 90px;margin: 0 auto;padding: 0;}#menu ul {float: right;margin: 0;padding: 25px 0px 0px 0px;list-style: none;line-height: normal;}#menu li {float: left;height: 65px;padding: 0px 15px 0px 15px;}#menu a {display: block;height: 70px;line-height: 70px;margin-right: 1px;letter-spacing: 1px;text-decoration: none;text-align: center;text-transform: uppercase;font-family: 'Arvo', serif;font-size: 14px;font-weight: normal;color: #FFFFFF;border: none;}#menu a:hover, #menu .current_page_item a {border-bottom: 5px solid #2E2E2E;text-decoration: none;}#menu .current_page_item a {} And then this is the html part <div id="menu"> <ul> <li class="current_page_item"><a href="#">Homepage</a></li> <li><a href="#">About</a></li> <li><a href="#">Contact</a></li> <li><a href="#">Random Stuff</a></li> </ul> </div>
  2. I downloaded a template and would like to get the info in the body to be centered. Don't really know how to explain...The attached image shows the template is stretched across the whole screen, I would like to limit the "white" content, or body to about 800px. I tried doing this by adding a width: 800px to various parts of the style.css, but i cannot get only the "white" content to stay in the center at 800px. When I add the width, it all goes to the left, and then there is this huge green open space on the left side of page. The code looks like this... style.css body { margin:20px 20px; font-size:0.9em; font-family: "Myriad Pro", "Trebuchet MS", Arial; font-size:14px; border:1px solid #000; background: url(images/bckg.jpg) repeat-x #8fe909; }a { color:#64a520; text-decoration:none;}a:hover { text-decoration:underline;}p { padding: 0 10px 5px 10px; }h1 { text-transform:uppercase; font-size:18px; color:#fff; }h1 span { background-color:#477b1d; padding:0 10px;}#top { height:30px; background-color:#477b1d;border-bottom:4px solid #000; }#name { float:left; border-left:20px solid #70c32e; border-right:20px solid #70c32e;}#name a{ color:#fff; font-weight:bold; font-size:24px; text-transform:uppercase; background-color:#70c32e; text-decoration:none;}#split { float:left; height:30px; width:20px; border-left:3px solid #000000;}#slogan { float:left; color:#fff; text-transform:uppercase; padding:3px 0 0 10px;}#contact_us{ float:right; background-color:#7abb37;height:20px; padding:2px 5px;}#contact_us a { color:#fff; text-transform:uppercase; text-decoration:none; }#logo { background:url(images/head_bckg.jpg) no-repeat #78ce31;}#logo_text { float:right; width:200px; height:80px; background-color:#70c32e; margin:40px 20px 53px 0; font-family: Tahoma, Arial; font-size:11px; color:#fff; padding:10px; font-weight:bold; }#menu { background:#70c32e; height:21px; width:600px; margin: 0 auto; clear:both; border:1px solid #a8f534; text-align:center; color:#fff; padding-top:4px;}#menu a { color:#fff; font-size:14px; text-transform:uppercase; font-weight:bold; text-decoration:none; margin:0 20px; margin-top:3px;}#menu a:hover{ color:#d4ffa1}.item img { background-color:#fff; padding:6px; border:1px solid #d0d0d0;}.description { display:block; float:right; width:220px; padding: 10px 20px 20px 0; line-height:12px; font-family:Tahoma, Arial;}p.additional { margin:0 10px; color:#9c9c9c; font-size:10px; line-height:12px; border-top:1px solid #bdbdbd; padding: 10px 0; font-weight:normal; font-family:Tahoma, Arial;}#text { margin: 0 292px 0 0; padding:10px; }#text li { list-style:none; padding-left:20px; background:url(images/li.gif) no-repeat 0px 4px;line-height:18px;}#sidebar { float:right; width:245px; padding: 20px 20px 0 30px; font-size:10px; }#sidebar a{ font-weight:bold; }#sidebar h2 { margin:0; padding:0 0 20px 0; text-transform:uppercase; color:#000; font-size:18px;}#main { background:url(images/sidebar_bckg.gif) no-repeat top right #fff; background-position:center; }#footer { background:url(images/footer_bckg.gif) repeat-x #000; height:55px; clear:both; }#left_footer { float:left; padding:20px 0 0 30px; color:#fff; font-size:12px;}#left_footer a { color:#fff;}#left_footer a:hover { text-decoration:none;}#right_footer { float:right; padding:20px 30px 0 0; color:#fff; font-size:12px; text-align:right;}#right_footer a { color:#fff;} index.html <!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><!-- Author: Reality Software Website: http://www.realitysoftware.ca Note: This is a free template released under the Creative Commons Attribution 3.0 license, which means you can use it in any way you want provided you keep the link to the author intact. --><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title></title><link href="style.css" rel="stylesheet" type="text/css" /></head><body><!-- header --><div id="top"><div id="name"><a href="#">Company Name</a></div><div id="split"></div><div style="border-top: 6px solid rgb(122, 187, 55); background-color: blue;"><div id="slogan"> Your company slogan or other text here</div><div id="contact_us"><a href="#">Sitemap</a></div></div></div><div id="logo"><div id="logo_text"> LOGO TEXTLorem ipsum dolor sit amet,consectetuer adipiscing elit. Pellentesque lobortis nibh eu mauris.Morbi arcu tortor, auctor et, facilisis nec, egestas sit amet, enim. </div><div id="menu"> <a href="#">Home</a>| <a href="#">About Us</a>| <a href="#">Services</a>|<a href="#">Pricing</a>| <a href="#">Contacts</a></div></div><!--end header --><!-- main --><div id="main"><div id="sidebar"><h2>Lorem Ipsum</h2><div class="item"><a href="#"><img src="images/picture.jpg" alt=" " /></a> <span class="description">Lorem ipsum dolor sit amet, consectetueradipiscing elit. Phasellus ornare condimentum sem.</span> </div><div class="item"><a href="#"><img src="images/picture.jpg" alt=" " /></a> <span class="description">Lorem ipsum dolor sit amet, consectetueradipiscing elit. Phasellus ornare condimentum sem.</span> </div></div><div id="text"><h1><span>Welcome</span></h1><p><strong>Compus </strong> is a free templatereleased by <a href="http://www.realitysoftware.ca">RealitySoftware</a> under the <a href="http://creativecommons.org/licenses/by/3.0/">CreativeCommons Attribution 3.0</a> license, which means you can use itin any way you want provided you keep the link to the author intact.</p><ul><li>Lorem ipsum dolor sit amet.</li><li>Consectetuer adipiscing elit.</li><li>Maecenas ac lacus. Etiam quis ante.</li><li>Nullam accumsan metus sit amet est.</li><li>Nullam diam. Nunc ac ipsum at nisl pretium congue.</li></ul><h1><span>Lorem ipsum dolor</span></h1><p><strong>Lorem ipsum</strong> dolor sit amet,consectetuer adipiscing elit. Phasellus ornare condimentum sem. Nullama eros. Vivamus vestibulum hendrerit arcu. Integer a orci. Morbinonummy semper est. Donec at risus sed velit porta dictum. Maecenascondimentum orci aliquam nunc. Morbi nonummy tellus in nibh.Suspendisse orci eros, dapibus at, ultrices at, egestas ac, tortor.Suspendisse fringilla est id erat. Praesent et libero. Proin nisifelis, euismod a, tempus varius, elementum vel, nisl. Fusce non magnasit amet enim suscipit feugiat. Fusce et leo.</p><p class="additional">Lorem ipsum dolor sit amet,consectetuer adipiscing elit. Pellentesque lobortis nibh eu mauris.Morbi arcu tortor, auctor et, facilisis nec, Nulla neque nisl, luctussit amet, varius ac, tincidunt ut, tellus. Proin dignissim sapien eturna. Morbi orci nisi, feugiat rutrum, tempus a, Curabitur eu nisl.Vivamus venenatis venenatis pede. Curabitur nibh mauris, pharetra quis,mattis sed, ma lesuada vitae, sem. Mauris pede iaculis eget, dapibusac, neque. Sed libero lectus, bibendum ac, volutpat at, convallis nec,mi. Mauris felis elit, ultrices a, fringilla in, </p></div></div><!-- end main --><!-- footer --><div id="footer"><div id="left_footer">© Copyright 2008 <b>Compus</b></div><div id="right_footer"><!-- Please do not change or delete this link. Read the license! Thanks. :-) -->Design by <a href="http://www.realitysoftware.ca" title="Website Design"><strong>Reality Software</strong></a></div></div><!-- end footer --><div style="font-size: 0.8em; text-align: center; margin-top: 1em; margin-bottom: 1em;">Designdownloaded from <a href="http://www.freewebtemplates.com/">FreeTemplates</a> - your source for free web templates<br />Supported by <a href="http://www.hosting24.com/" target="_blank">Hosting24.com</a></div></body></html>
  3. I have a windows 7 ultimate(x64) machine, on which I have installed wamp, running a small website for the game which the server is "hosting". I am wondering if anyone here perhaps know of a way to restart the whole server with a button on a php page. So far my searches has only come up with ways to restart PHP and IIS Services(not using IIS at all, and certain settings only take effect after a complete restart), but I would like to be able to reboot the complete server, as if you clicked on start and then restart. The other plan is to at a very later stage, keep the game server windows based, and move the website side of it to a ubuntu webserver. But thats very far down the line Any ideas?
  4. Excellent! It works like a charm!
  5. sorry but that doesn't make any sense to me.I'll try again tomorrow. need to sleep now.
  6. ah ok, that makes sense.almost there... could you possibly tell me how can i replace that 1334072381 with something that gets this number based on user id? Something like this... $unixtime="SELECT acct_lastlogin_time FROM $db WHERE uid = '".$q."'"; I used this tutorial on w3scools
  7. I am having some difficulty completely understanding what you said... date ('j F Y, H:i:s') are these two seperate parameters? If so, how do I tell date('j F Y, H:i:s') to convert 1334072381 to j F Y, H:i:s I have something in mind like this: $acct_lastlogin_time = 'j F Y, H:i:s'; echo "<td align='center'>" . date($acct_lastlogin_time) . "</td>"; The table that contains the time values is acct_lastlogin_time without any conversion, i get this output pm2012-04-11T21:15:03+00:002012-04-11T21:15:03+00:0030_Wednesdaypm0330Wednesday20129154_301504UTC
  8. I have a mysql database, where user activity is recorded. currently the data/time in database is displayed as 1334072381 How can i convert that specific date / time to realtime, so that it reads like 11 April 2012, 20:42:51 Currently I have a php page, that has lots of code, including this: echo "<td align='center'>" . date('j F Y, H:i:s') . "</td>"; but for ALL users it displays the same time, even though i know, certain users was not active for at least a week... Any help?
  9. Hey...dont know if i have introduced myself here b4, but what the ######... why not again (if introduced b4)Hi, I am MadFly... im a real newbie at this html coding, and the other stuff this website has to offer.I have learned truelly alot from this site...GREAT STUFF!!!
×
×
  • Create New...