Jump to content

Sniffy

Members
  • Posts

    403
  • Joined

  • Last visited

Posts posted by Sniffy

  1. If you're going to use frames use iframes.Then create a table and put the iframes in the <td></td>Something like this
    <html><body bgcolor="#3c3c3c"><table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%">  <tr>    <td height="150" width="150"> </td>    <td align="center" valign="top" height="150" width="100%"><img src="http://pixelkit.phpnet.us/images/site_logo.png"></td>  </tr>  <tr>    <td width="150px" height="100%"> <iframe src="http://pixelkit.phpnet.us/menu.html" width="150px" height="100%" scrolling="no" frameborder="0"></iframe></td>    <td height="100%"><iframe src="http://pixelkit.phpnet.us/index2.html" name="main" width="100%" height="100%" scrolling="auto" frameborder="0"></iframe></td>  </tr></table></body></html>

    What the?never heard of that one before, but thanks for advice.
  2. Again, I'm just missing something little from my frame set-up. I always seem to forget one little thing whenever I set-up a site, but I can tell somebody the correct way when I'm not thinking.It's part of the cols/rows I think.My frames are not part of the body tag, which is right. Here is what my index looks like. http://pixelkit.phpnet.usHere's my index code.

    <head><link rel='stylesheet' type='text/css' href='style.css'></head><frameset cols='130,*,130' rows='800'><frame src='menu.html'  name='menu' noresize='noresize'><frameset cols='500,500' rows='100,700'><frame src='logo.html' name='logo'  noresize='noresize' scrolling=no><frame src='index2.html' name='main'  noresize='noresize' scrolling=auto></frameset></frameset><body><noframes><p>Your browser does not support frames. <br>That means you can't view our site and you'll have to go away now, bye bye.</noframes></body></html>

  3. By definition, nothing will ever be a better PHP resource than php.net.  It's a little bit technical, but it's very informative.  The user comments are also helpful.  It's the first place I look for questions about PHP, and my second choice is generally a book.

    Well, I'll keep it in mind. I'm getting better than PHP by the minute.
  4. Also, when people could download tutorials, they could steal them, put them on their site and nobody could do anything about it, well unless they were in a PDF file with the W3schools logo on the top page or something. But in text files or something, it could be stealed.

  5. Put text in frames?An Iframe or normal frame.Well for a frame, it's seperate document.The frame document would be:

    <html><head><title>TestPage</title></head><body><p>This is a test frame</p></body></html>

    The document you are displaying the frame in would be:

    <html><head><title>TestFrameDisplay</title></head><frameset cols='500' rows='500'><frame src='test.html' noresize='noresize' scrolling=auto><body><noframes>Your browser doesn't support frames sorry.</noframes></body></html>

  6. I was wondering how to display a piece of html code as text on an html page yet don't execute it like in the w3schools tutorials.Would I use PHP or something and display my code as a variable and execute an echo like this?:

    <html><head><title>Test Page of Mine</title></head><body><?php $MyTest="<html><head><title>test</title></head><body>This is a basic html document.</body></html>"echo  $MyTest ."That is an example of basic html" ?></body></html>

  7. My FTP manager finally got connected to my host again, and I decided to upload my PHPBB files. I made sure I uploaded everything, yet I still can't get it working.Here's the error messages that come up on the install page. Maybe it's because the host doesn't support PHPBB, yet I can install Coppermine no problem.

    Warning: include() [function.include]: open_basedir restriction in effect. File(./../extension.inc) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include(./../extension.inc) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include() [function.include]: Failed opening './../extension.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 314Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/constants.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include(./../includes/constants.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include() [function.include]: Failed opening './../includes/constants.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 322Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/functions.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include(./../includes/functions.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include() [function.include]: Failed opening './../includes/functions.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 323Warning: include() [function.include]: open_basedir restriction in effect. File(./../includes/sessions.) is not within the allowed path(s): (.:/tmp/) in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324Warning: include(./../includes/sessions.) [function.include]: failed to open stream: Operation not permitted in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324Warning: include() [function.include]: Failed opening './../includes/sessions.' for inclusion (include_path='.:/usr/local/lib/php') in /home/zendurl/public_html/pixelkit/phpbb/install/install.php on line 324

  8. Ye plz i need it centred and underlined plz

    <html><head><style type="text/css">.myclass{color: #006600; font-family: times; font-size: 20; text-decoration: underline; text-align: center; }</style></head><body><div class="myclass">Hello World!</div></body></html>

    Now it is, I just didn't know you wanted it to be.

  9. Yes, I can. One second.

    <style type="text/css">table{border: 1px solid black;}td.blue{background-color: #99FFFF; color: #000000; font-size: 13px; font-family: times;text-align: center;}td.white {background-color: #FFFFFF; color: #000000; font-size: 13px; font-family:times;text-align: center;}td.green {background-color: #66FF66; color: #000000; font-size: 13px; font-family:times; text-align: center;}</style> <table><tr><td class="green">DJ Exotic Tunes</td><td class='green'>Right Click And 'Save Target As'</td></tr><tr><td class="white">About you shinning</td><td class="blue"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020308522.mp3'>download</a></td></tr><tr><td class='blue'>End of Time (remix)</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020665194.mp3'>download</a></td></tr><tr><td class='white'>Titanic 911</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021057749.mp3'>download</a></td></tr><tr><td class='blue'>Blow my angel Away</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021465327.mp3'>download</a></td></tr><tr><td class='white'>Like A Prayer (Original)</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021981220.mp3'>download</a></td></tr><tr><td class='blue'>Will Be Angel Eyes</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151022422266.mp3'>download</a></td></tr><tr><td class='white'>Shootin Star 24/7 feat. DJ Stonkin</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151023231980.mp3'>download</a></td></tr><tr><td class='blue'>Better Off Bein Blue</td><td class='white'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151024046266.mp3'>download</a></td></tr><tr><td class='white'>Dancing In The Dark</td><td class='blue'><a href='http://www.merseystyle.co.uk/uploads/uploads/1151298994.mp3'>download</a></td></tr><tr><td class='blue'>Hardcore 2006 feat. Hixxy</td><td class='white'><a href='http://www.merseystyle.co.uk/uploads/uploads/1151267114.mp3'>download</a></td></tr></table>

  10. Use this I guess.

    <html><head><style type="text/css">.myclass{color: #006600; font-family: times; font-size: 20; }</style></head><body><div class="myclass">Hello World!</div></body></html>

    That's just a simple one, I can make better if you want specifics.

  11. so if i want these colours how do i make it even, where i want it white do i put the <td class='white'> would this even it out?????????????????

    Yes, but use this code if so.
    <html><head><style type="text/css">table{border: 1px solid black;}td.blue{background-color: #99FFFF; color: #000000; font-size: 13px; font-family: times;}td.red {background-color: #FF0000; color: #000000; font-size: 13px; font-family:times;}td.white{background-color: #FFFFFF; color: #000000; font-size: 13px; font-family:times;}</style> </head><body><table><tr><td class="blue">DJ Exotic Tunes</td><td class="white">right click and 'save target as'</td></tr><tr><td class="white">About you shinning</td><td class="blue"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020308522.mp3'>download</a></td></tr><tr><td class='blue'>End of Time (remix)</td><td class="white"><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151020665194.mp3'>download</a></td></tr><tr><td class="white">Titanic 911</td><td class='blue'><a href='http://content.bolt.com/uploads3/audio/streams/8/4/9/1/2/9/849129/music/1151021057749.mp3'>download</a></td></tr><tr><td class='blue'>4. song #4</td><td class="white"><a href='some_file_location'>link</a></td></tr><tr><td class="white">5. song #5</td><td class='blue'><a href='some_file_location'>link</a></td></tr></table></body></html>

×
×
  • Create New...