No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
13 Posted Topics
Could you repost your code, wrapping it with [icode][code][/icode]? SQL querys should look like this: $query = SELECT name FROM users WHERE " . $_GET['id'] = userid ." Use concatation when dealing with text and variables/code. (Concatation is gluing strings together. For example, you would have [icode]$onlineusers= "There are " …
I'm pretty sure you can just wrap it it i [icode]<center>[/icode]. So... [code] <div id="crm-main"> <div id="crm-title"> <h1> New costomer </h1> </div> <div id="crm-content"> <center><table width="600px" border="1"> <tr> <td><div align="center">some data some data</div></td> </tr> </table> </div> </center> </div> [/code]
I think there may be, but I doubt it. If you really want to, you can just add loads of HTML to slow it down. ;-) Why would you want to slow it down, though?
1.) Have less textual content. 2.) Make the black outline automatically expand. (Uh, I think you'd need [icode]background: url(images/image) repeat-y[/icode] or something. I'm not a CSS guy, but I think it goes something like that. You can always try to Google it, or head over to [url]www.w3schools.com[/url] and find your …
Edit: Try running a Google search on "Free Web Based Gradebook". ---- You could just set up a table. [code=html] <table border="1" width="50%" length="100%"><tbody><tr><th>Student</th><th>Assignment</th><th>Grade</th></tr><tr><td>John Doe</td><td>PG. 107 Questions 1-9</td><td>7/9</td><tr><td>Jane Doe</td><td>Chapter 7 Test</td><td>58/63</td></tr></tbody></table> [/code] View it on my website: [url]http://xpcontest.freehostia.com/gradebook.html[/url] Of course, that'd just be a visual representation of what you have. …
Thanks for opening this, even though I have a rather vague title. Anyways, here's my predicament: I'm making a tool for players of the MMORPG [URL="www.runescape.com"]RuneScape[/URL] that would let them lookup their hiscores, and see how much XP they need from where they are to the next skill level. [URL="http://hiscore.runescape.com/hiscorepersonal.ws?user1=%27itstruikou"]Here's[/URL] …
Look out, Google is overtaking the Internet! It's ok right now. Baby blue kind of makes me cringe. The browser looks rather...childish to me. Anyways, it's open source. YAY.
I'm working on a new project [It's actually a PHP project. Go figure]. Anyways, I designed it myself, and coded it myself. I was almost done with it, and I went to run it in Mozilla, and it looked great. I went to run it in Internet Explorer (7), and …
Just two notes: It's Mozilla Firefox, not Firefox and Mozilla. One browser. Compound noun. ;-) </br>? That isn't an HTML tag, is it? The linebreak syntax is an empty tag, meaning there is no end tag to it. You should go ahead and learn xHTML if you are learning HTML. …
Externally. Buddylee hit it square on the head. For you, it'll mean much less coding. (And/or copying and pasting). If you code externally, you just need one stylesheet, where everything will be located. You can link it to all your webpages by adding a link in the <head> tags. [code] …
Well, I've been working on a tracking system for [URL="http://www.runescape.com"]RuneScape[/URL]. (It's a Java-Based, Browser MMORPG. You gain experience points in 24 separate skills, and they are all logged on a hi scores table.) Anyways, here's what I've got- [code] <html> <head> <title>The Test Page</title> <body> <?php // create a new …
Hey, guys. My name is Andrew Hucks, and I'm 15. Here's an "About Me"-type deal from another forum that I'm active on. (RuneScape Community [The forums for Zybez, which is a RuneScape fansite. And who said Java-based games can't be fun?) Anyways, while you read this, I'll throw in that …
Couldn't you create a variable? Something like $image = image url; then just put that in the PHP code? (I stink at PHP, but I'll try to help.) I think to define it, it'd go something like $image= 'image ur'l; Then, wherever you want the image to be, you'd put …
The End.
Andrew Hucks