You're trying to push the dislaimer (Footer) to the bottom?
use this code:
<div id='disclaimer' style='position:absolute; margin-top:#px; width:98%; left: 1%; visibility: visible'>
disclaimer (bottom of the page)
</div>
Or another option even, is on the DIV directly above the disclaimer...
If you have 2 stylesheets loaded into the same page, with the same properties, the "second" stylesheet will be the one to take precedence over the other.
So, as per your question, "print.css" will be the one the browser chooses, because it is coded after "test.css"
"Hey...Where are all...
For Netscape you'll want to do this.
<embed src="yourmusicfile.mid" autostart="true" loop="true" width="2" height="0">
</embed>
For Opera, and IE, do this
<bgsound src="yourmusicfile.mid" loop="infinite">...
That's why you don't purchase computers from the vendors. Learn a bit.. read a magazine.. and build one yourself. :D
"Hey...Where are all the chicks?" -- unknown
I had a similar problem one time before.. the computer turning itself off/no beeps, etc. It ended up being that the mobo was not seated properly causing it to short out.
The cause was my steel case... didn't like my new motherboard purchase, since the mounting holes didn't align perfectly, I...
I've seen a load of questions around uploading images lately. Does someonw have as assesment due in ??
Not me.. I'm not even in school. Plus I graduated already from both High School, and College.
Maybe it's just a coincidence that everyone is asking similar questions around the same time...
Hello again.
I've seen this asked before.. but it was never clearly answered.
When pulling multiple tables (2 of them), and a bunch of information out of each through a query...
Is there a way to just use the Auto-Incrementing "ID" to grab all the info, instead of appending each and...
Yes.. I have just the file path stored in the DB.. the actual images are on disk. And I got it to work! :-) I'm happy!
Thanks you all!
This is my final code... very similar to what Spookie gave an the example.
<img src='<?php echo("./image_upload_files/img/$img_file") ?>'...
It doesn't work in IE. It's a Netscape only property.
And why do you want to use it anyway? It's so annoying. I'd stay away from it if I were you....
-Ken
"Hey...Where are all the chicks?" -- unknown
Well I got most of it working. Now just for the part of actually displaying the images from Table2 along-side the other information pulled from the Table1...
How would I go about doing this?
This is what I have so far.. but I know it's wrong.
$img = '<img src="spread.php('.$img_file.')...
Alright, I have 2 tables. One with my dvdID, dvdName, and dvdPrice. The other table holds my dvdPicture information. (picture path to the disc, alt tag, img width, height, description, etc.)
I have an HTML table with just basic info first. DVD Name and the ID number. When a link is clicked for...
PHP Nuke is a "portal" style application for you to build as a Website. It's set up to look like Slashdot.org - if you've ever been there or not.. who knows.
PHP is a server-side scripting language.
"Hey...Where are all the chicks?" -- unknown
Seems I figured out an easier way to install it.
At least the GD part anyway.
in the Konsole.. just typed urpmi php-gd
It asked for CD-2 and installed it for me.
Now it shows up in the phpinfo() and I have JPG support :)
Thanks for the help!
"Hey...Where are all the chicks?" -- unknown
It appears I don't. I don't have a GD section in my phpinfo().
Definately strange.. because I downloaded it from ADVX.org..and you think they'd at least have JPG/GD support. But it seems they don't have any newer updates for PHP yet...
If I were to recompile to the new version and add support...
I got a problem.
I have a script I'm working with ... following a tutorial found on DevArticles.com.
The tutorial can be found here:
http://www.devarticles.com/c/a/PHP/Storage_and_Reuse_of_Images_Using_PHP_GD_Part_1/1/
Anyway, it seems that the upload script works fine.. except for the JPG...
Works fine for me. But I'd agree with philote on this one. It's either a problem with your DNS.. or maybe even the server itself, wherever the files are being hosted.
"Hey...Where are all the chicks?" -- unknown
Instead of using ID, use NAME. So it'd be:
<frame src="menu.htm" name="top" frameborder="0" scrolling="no" />
<frame src="home.htm" name="main" frameborder="0" scrolling="yes" />
Also.. yes I also agree that the...
I'm not exactly sure how to go about doing this, but if you have access to phpBB, I know that it does the same thing you're talking about. You could download their program.. and search through and find the file(s) which are required and implement their code.
Although then you'd have to give...
I did forget to add.. this method is not Full Proof though. If the end user has JavaScript turned off, it will not work.
So then what you could do is just create a regular HREF link pointing back to the original page.
<a href="yoursite.com/index.html">go back</a>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.