Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

901.

Solve : W3C Validation Errors?

Answer»

When I save my web-page index file as .htm, I get a clean W3C validation, but when I save the file as .html, which is what my web-host editor does by default, the index file immediately shows about 80 validation errors. As soon as I resave the index file as .htm, I get a clean slate. I'm using this as my document type:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml" xml:LANG="en">
Thanks,
doubtlessCan you give us a link to the W3C validation page?The validation page is http://validator.w3.org/
Thanks,
Doubtlessdoubtless...

We need a link to the page you, yourself, are trying to validate.Sorry... That's http://doubtlessministries.net
It's a work in progress right now, being edited and resaved a lot. When it gets saved as .html by mistake, the first error I'm seeing has to do with the Thanks,
Doubtlessdoubtless...

The page you submitted here validates fine, at W3C, based on validation for XHTML compliancy.

Depending on what page you want to validate...and to what compliancy you want to validate it to...makes all the difference in the world.

So, if you are using the following code for the page you are CODING...

Quote

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

you'll need to validate as XHTML, not HTML.  That's probably why you're getting the errors.

Make SURE you decide how you want the site to validate...XHTML, or HTML.I guess deciding is most of the work in any job, isn't it? Thanks for your help.
Take care,
Doubtless You're more than welcome...Just as an EXTRA reference, see here: LinkThanks. I just checked that one out. Here's another that I found while browsing:
http://www.w3schools.com/tags/default.asp
Thanks again,
Doubtless
902.

Solve : Is it possible to write to a text file in html?

Answer»

Hello, I was wondering if it is possible to create a text file with text in it from html, and if so, is it possible to specify a NAME for that text file as well?

I've tried using this code but it doesn't work and i dont KNOW the proper way to create a htaccess file because i've never used php before, so i need help with doing that.

    

   
   Writing to a text file
   
   

   
   // Open the text file
   $f = fopen("textfile.txt", "w");

   // Write text line
   fwrite($f, "PHP is fun!");

   // Close the text file
   fclose($f);

   // Open file for reading, and read the line
   $f = fopen("textfile.txt", "r");
   echo fgets($f);

   fclose($f);

   ?>

   
   

Lastly can someone explain what this code is doing specifically? Thank  you.You can't have php code in a html file. PHP is run on the server side, so it MUST be run on a server.but iv'e seen this done before, maybe IM not saying correctly what i want.

im looking for something like in this video, it explains what i mean.

https://www.youtube.com/watch?v=ka5m_kvQUFoOh. I see. You have a web server. you don't want to write to a text file in HTML; you want to write to a text file in PHP, and you want the apache server to run .html files through mod_php.

If you can't change .htaccess you can change your server's configuration. For apache it is /etc/apache2/mods-enabled/php5.conf on *nix though I'm not sure where it would be on windows.
You can add this to the file:

Code: [Select]<FilesMatch ".+\.html$">
    SetHandler application/x-httpd-php
</FilesMatch>Exactly, Do you know specifically how i can do this? like for EXAMPLE, where specifically do i do what on the web server?
Or do you know anywhere where i can have a good start in trying to learn to
do this? Quote from: zask on March 30, 2016, 07:34:27 PM

Exactly, Do you know specifically how i can do this? like for example, where specifically do i do what on the web server?
Or do you know anywhere where i can have a good start in trying to learn to
do this?

If you have access to the web server you should be able to create a .htaccess file (leading period) in much the same way you would create other files. At which point I'd expect that the video you linked describes what you need to add to have it process .html as .php files. Quote from: BC_Programmer on March 30, 2016, 07:46:24 PM
If you have access to the web server you should be able to create a .htaccess file (leading period) in much the same way you would create other files. At which point I'd expect that the video you linked describes what you need to add to have it process .html as .php files.

Yes thats correct
903.

Solve : How to attach files in PHP?

Answer»

Hi all

Please tell me the procedure of SENDING attached files in PHP. If it is possible, please, PROVIDE me with ready CODE examples.

Thanks

[no ADVERTISING]

904.

Solve : IE ActiveX?

Answer»

Is there a problem if my site asks for Quicktime ActiveX control on IE 7?

http://antiquecarclub.org

I have no quicktime features on my site, but I do have flash BUTTONS.  I put a "mark of the web" on the site.

Is it possible that someone is hijacking my site?  How can I prevent this?  I've looked for ways around the activex banner on IE, no luck.Anybody?Sorry, I didn't see this sooner.

Can you try removing the Flash buttons and trying again?
I just looked through the source and there doesn't seem to be anything else there.I want to keep the flash buttons, but I could remove them to troubleshoot.

Have you heard of anything like someone attacking my website?that's not what it is. I can pretty much ASSURE you of that. QUOTE from: DukeIcewalker on February 25, 2009, 11:48:39 AM

Have you heard of anything like someone attacking my website?

Most people attack sites like this and other large community sites, as there is so many forms and user-"enterable" fields. SQL injection is the main attack method.

So, it's more than likely not the case.

By any chance, did you use Frontpage to MAKE the site?No, I used Dreamweaver CS3.Did you try this:

Quote from: kpac on February 25, 2009, 10:59:44 AM
Can you try removing the Flash buttons and trying again?
I do want to keep the flash buttons and not alter the site too much.  I can try removing the flash buttons later, though.

The RESPONSES do alleviate my concerns.  Thank you much. Quote from: DukeIcewalker on February 26, 2009, 01:47:47 PM
I do want to keep the flash buttons and not alter the site too much.  I can try removing the flash buttons later, though.

Yes, just to test it, I mean.OK, I'll try that maybe a few days from now.

Thanks.
905.

Solve : Broken image on web page but cannot find any html to repair or delete?

Answer»

New so, hi and hello. Make pages for my own edification and stumbled across the following mystery.

Help, as they say. I made up a page with html [strictly]. I was highlighting and moving things around. Long story short, part of the URL, the tag[?] got deleted from the rest.

Now I have a broken image sign on the page itself but when I go to the html program. There is nothing. No html for the broken image, not even partial URL. I can't repair and I cannot get rid of it. I can, however, using "BR>" move the broken image up and down the page. 
To me a real mystery-- how to get rid of it? How do I find it to get rid of it?   fjIs this web page on your local machine?
If so, you should be able to edit the page with notepad or any plain text editor.
If not, and you can not use the on-line editor, you need to download the pages to you local machine for editing.

What tools do you normally use for editing? How long have you bean working with HTML?

I, in some way, removed the weird broken link image but not without some strange action upon the page while the html text and images remained intact. I did put the html text onto
Notepad and read it over several times and could find nothing wrong with it.

The page is not on local comp. As you suggested, I did copy html from online and put it on notepad with some alterations. I used notepad in the beginning years ago and discovered I could- with an online editor and image service- could design and "see as you go," so to SPEAK. With the online editing I could move text and images around for compositional purposes. "Not right quite." And, move some more until fairly satisfied.

Tools: Angelfire/Lycos hosting services for storage and editing. Strictly html which I learned by one or two tags/symbols at a time. PROBABLY worked with html over an informal TEN years  off and on. Very MUCH DIY.

Your post brought a sense of reality in that I must regulate my endeavors with a more formal approach. For this, thank you. Read: formalize  somewhat unconventional methods and a fit as you go approach. Your input was and is appreciated.

Ideas on good models to observe and  learn from?  fjFor simple HTML editing, I like to use Sea Monkey. It is a browser that lets you edit a local file. And you can edit either the HTML or the browser view. In the browser view you can easily insert text and create tables as you need. It automatically creates s he HTML code. Once I have the code4 the way I like, I use FTP to transfer it to my web host.
But for large projects, I use advanced programs the do a lot more. Programs the can generate links, frames, templates and other things. My favorite is WordPress.Take your curser and move it over the area where the image is.  Then right CLICK on it and click on "Inspect".  Then you'll be able to see the source code to figure out what's going on with it.

906.

Solve : How to create an "Upload" button...?

Answer»

How can I make it so my WEBSITE can allow users to upload files from their computer?
My website is: http://gearboxtones.webs.com/
Would I be able to do this since I am using someone else's SERVER or whatever?
If you GO to my website and click on forums and then a topic, I want users to have the option to upload their own file instead of only being allowed to paste the URL of a file.See here: http://www.w3schools.com/php/php_file_upload.asp Quote from: kpac on March 15, 2009, 05:48:08 AM

See here: http://www.w3schools.com/php/php_file_upload.asp
Yeah, I've already LOOKED at that but would you be able to specifically tell me what I'm supposed to do with that?

It shows how to create the upload form with





enctype="multipart/form-data">
Filename:









Can you just place the location of the file somewhere in that and it will upload the file?
If you want I could give you my password/username and you could do it for me if you wouldn't MIND. 'Cause I don't really see a script box that will specifically allow me to create an upload form.

Any help would be appreciated.I also found this website but I don't really know how to apply the form to my site:
http://www.sitepoint.com/article/uploading-files-cgi-perl/
907.

Solve : What content would you want to see in a computer site??

Answer»

What content would you find interesting or important to include in a computer biz site?  Would free video game trials be important to have?  How about lists of drivers of various brands and models of laptops and desktops?  I would really like to get your input from a user's perspective.  ThanksIt would be nice to have 1 place to get it all from.... but at what cost?

Free is good, but businesses dont make money giving stuff away, so in addition to your questions I am curious as to how you will create revenue for a site like this?


Quote

A perfect site for me would be one that has:

- All Drivers including Legacy Drivers going back 20 years for all "supported" operating systems that the drivers were originally created for.
- Downloadable ISO images to perform system recovery for systems that people failed to create the recovery set and their system is useless without this. (*This might meet some resistance from the PC manufacturers who charge up to $40 for each set, but on ebay its a thriving business for people to clone recovery media and sell it for a FRACTION of what the OEM is offering the disc's for. Quality of the cloned media from ebay is questionable.

Then after that, anything else it has is just icing on the cake.

For the 2 key needs I as well as many others have that I listed above, you would need a lot of storage space for all that data and a top of the line high bandwidth internet backbone to allow downloading of multiple Gigs of data per user.

I'm a marketing director for a computer reseller.  We already have a site but I think its important to figure out what peope REALLY want instead of what companies think people want.  I think it would be great to offer free video game downloads, offer free downloads for laptop and desktop brands and models.  It would offer exactly what you suggested....one place to get it all.  Computers for sale is obvious, but I want to know what else would ENTICE people to come to the site.  I, like you, would rather go to one place and get everything I need instead of hopping all over the place.  But thats just me, I want to know what the rest of the populace think.ISO images of system recovery media for systems that are on offer as well as driver downloads for those systems (ideally in a single download, which adds value over going to the manufacturer website) add real value to a computer reseller website. Generally, if you need a driver for some a systems, occasionally the manufacturer deleted their driver downloads. a user with such a system would have to scour through pages of results to find a CACHED website that has an obscure filename, but for which the download was removed, then take that filename and do a search again to find some deeply-nested FTP folder that has that file. Doing that- and curating the driver software for systems that are being resold, is a real, purposeful task that adds values to a consumer's visit. Being able to download a video game adds no value. They didn't visit the website to play games!You need to think about what would actually benefit you as a business.  I'd expect a website like yours to contain the store for the machines you sell and on top of that include support information for the specific machines you sell (e.g. drivers, recovery media and manuals).  Then of course you need information such as contact details, terms and conditions and delivery information.

I don't see where game downloads are going to provide any benefit, I doubt people are going to download a game and think "hey, I'll buy a PC" - All they will do is use your server bandwidth which in the end will cost money.

A website isn't like a shopping mall where you want to have everything in one place.  I'd much rather see a website that does one thing and does it well (PC sales and support for those machines), leave the game downloads to game sites.  If you are looking to go shopping you would likely pick a mall that has the widest selection of stores, WEBSITES are different. When people are searching for something on the internet, they go to a search engine and enter what they want, they don't think go to a single website and expect it to have what they want.  Things unrelated to your core business will just clutter the website and won't provide any benefit at all, if I went to a website to buy a PC and saw them offering game downloads, I'd be more confused than anything.
908.

Solve : Word Press?

Answer»

Hey,

One of my friends has his blog on Word Press, he has one page under each topic, but he wants more than one page for each topic. Is that possible?

Thankyou Can you give us a link, please? Sure, Here is the link.Is it under "The Pages" you're talking about? And he wants to add more pages?No, Not under the pages, do you see the topics under the Title 'Pages'? Like 'flagging' 'gardening' etc. He wants to add multiple pages to each topic. I have included a screen shot.

[ATTACHMENT deleted by ADMIN]Oh yes, sorry.

Like a CATEGORY...Sort of.

As far as I know, it's not possible to add two level pages, but he could just POST the pages as blog entries, and then create a link section on the homepage to link to the entries.Thankyou Kpac,

How can he create a link section on the homepage to link to the entries?Just log in to the admin section, and then click on "Links" in the sidebar. There, plenty of links can be added, and you can PICK and create categories also. When that is done, just go to "Appearance" in the sidebar, then click "Widgets". There, you can add a Links widget and select the category of links you want to display.

Good luck. Thankyou Kpac,

I will let him know and He will do as you directed.

Thanks Again
No problem.

909.

Solve : Some HTML/CSS help (IE vs Firefox)?

Answer»

Hello,

I have a RATHER strange dilemma. Im not totally familiar with HTML, so I have this script that WORKS GREAT in FireFox, but I cannot get it to work in IE. 

I was hoping someone could take a look and see what the issue is? I'd appreciate it.

STYLE:
Code: [Select]<style type="text/css">

body {
background:#fff url('images/bg_body.gif') repeat-x;
color:#333;
line-height:180%;
margin:0;
padding:0;
text-align:center; font-style:normal; font-variant:normal; font-weight:normal; font-size:80%; font-family:Trebuchet MS, Arial, Helvetica, Sans-Serif
        }
h1{
font-size:180%;
font-weight:normal;
margin:0;
padding:20px;
}
h2{
font-size:160%;
font-weight:normal;
}
h3{
font-size:140%;
font-weight:normal;
}
img{border:none;}
pre{
display:block;
font:12px "Courier New", Courier, monospace;
padding:10px;
border:1px solid #bae2f0;
background:#e3f4f9;
margin:.5em 0;
width:674px;
}

        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

#container{
margin:0 auto;
position:relative;
text-align:left;
width:557px;
background:#fff;
margin-bottom:2em;
}
#header{
height:144px;
background:#5DC9E1;
color:#fff;
}
#content{
position:relative;
}

#slider{}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider li{
width:557px;
height:193px;
overflow:hidden;
}
#prevBtn, #nextBtn{
display:block;
width:30px;
height:77px;
position:absolute;
left:-30px;
top:71px;
}
#nextBtn{
left:557px;
}
#prevBtn a, #nextBtn a{ 
display:block;
width:30px;
height:77px;
background:url('images/btn_prev.gif') no-repeat 0 0;
}
#nextBtn a{
background:url('images/btn_next.gif') no-repeat 0 0;
}

</style>

In the Head of the page. The reason it's in PHP is because that's what my website is based on.
Code: [Select]echo "<script type='text/javascript'>\n";
echo "$(document).ready(function(){\n";
echo "$('#slider').easySlider({\n";
echo "auto: true,\n";
echo "continuous: true\n";
echo "});\n";
echo "});\n";
echo "</script>\n";

In the Body of the page:
Code: [Select]<div id="container">
<div id="content">

<div id="slider">
<ul>

<li><a href="/modules.php?name=Reviews&rop=showcontent&id=26"><img src="images/01.jpg" width="557" height="193" /></a></li>
<li><a href="/modules.php?name=Reviews&rop=showcontent&id=23"><img src="images/02.jpg" width="557" height="193" /></a></li>
<li><a href="/modules.php?name=Reviews&rop=showcontent&id=22"><img src="images/03.jpg" width="557" height="193" /></a></li>
<li><a href="/modules.php?name=Reviews&rop=showcontent&id=21"><img src="images/04.jpg" width="557" height="193" /></a></li>
<li><a href="/modules.php?name=Reviews&rop=showcontent&id=20"><img src="images/05.jpg" width="557" height="193" /></a></li>

</ul>
</div>
</div>
</div>
So YEAH... it works great in Firefox (it's a box with sliding images). but in IE all the images just show up in a column (I'm guessing the script isnt starting?). Any help is appreciated

910.

Solve : Radio buttons to show/hide divs?

Answer»

I'm trying to create a navigation menu that is a table of 4x5 boxes. The top 4 should have radio-style behavior that brings up a different set of 16 boxes below it when clicked. I'm also trying to have a default set of boxes that display pictures when the page first initiates and no boxes are yet selected AND when a box is de-selected. Lastly, I'd need for another table to display once an actually link (of the 16) is selected. I've given this my best attempt over the past few days, but I'm getting nowhere fast. Any help would be majorly appreciated. Thanks.





CODE: [Select]<style>
[type='radio'] {
    opacity:0.01;
    z-index:100;
}

td{
background-color:#DDDDDD;
}

.fadepic{
opacity:0.3;
}
.fadepic:hover{
opacity:0.8;
cursor:cell;
}

.button4{
border:1px #FFCC00 solid;
color:#FFAA00;
letter-spacing:5px;
font-size:20px;
background-color:#222222;
cursor:pointer;
height:100px;}

.button4_selected {
border:2px #000000 solid;
background-color:#FFCC00;
cursor:pointer;
letter-spacing:7px;
font-size:22px;
font-weight:bold;}


.button4:hover {
border:2px #FFCC00 solid;
color:#FFCC00;
letter-spacing:5px;
font-size:20px;
background-color:#222222;
cursor:pointer;
height:100px;}

    .box{
        PADDING: 20px;
        display: none;
        margin-top: 20px;
    }
</style>

<script type="text/javascript" src="http://code.jquery.com/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
    $('input[type="radio"]').click(function(){
        if($(this).attr("value")=="main1"){
            $(".box").not(".main1").hide();
            $(".main1").show();
        }
        if($(this).attr("value")=="main2"){
            $(".box").not(".main2").hide();
            $(".main2").show();
        }
        if($(this).attr("value")=="main3"){
            $(".box").not(".main3").hide();
            $(".main3").show();
        }
        if($(this).attr("value")=="main4"){
            $(".box").not(".main4").hide();
            $(".main4").show();
        }
    });
});
</script>


<script type="text/javascript">
function setColor(what)
{
var thetds = document.getElementsByTagName('td');
for(var i = 0; i < thetds.length; i++)
{
if(thetds[i].className == 'button4_selected')
{
thetds[i].className = 'button4';
}
}
what.className = 'button4_selected';
}
</script>


<center><form>
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td width="25%" onclick="setColor(this)" class="button4"><input type="radio" value="main1">EVENTS</input></td>
<td width="25%"  onclick="setColor(this)" class="button4"><input type="radio"   value="main2">CALENDAR</td>
<td width="25%" onclick="setColor(this)" class="button4"><input type="radio"  value="main3">DETAILS</td>
<td width="25%" onclick="setColor(this)" class="button4"><input type="radio"  value="main4">PLAYS</td></tr>
<tr>
</form>
</table>






<div id="home1">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td width="25%" height="100"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell8.jpg" class="fadepic" width="240" height="100" id="cell1"></td>
<td width="25%"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell1.jpg"  class="fadepic" width="240" height="100" id="cell2"></td>
<td width="25%"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell2.jpg"  class="fadepic" width="240" height="100" id="cell3"></td>
<td width="25%"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell9.jpg"  class="fadepic" width="240" height="100" id="cell4"></td>
</tr>
<tr>
<td height="100"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell5.jpg" class="fadepic" width="240" height="100" id="cell5"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell3.jpg"  class="fadepic" width="240" height="100" id="cell6"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell4.jpg"  class="fadepic" width="240" height="100" id="cell7"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell10.jpg"  class="fadepic" width="240" height="100" id="cell8"></td>
</tr>
<tr>
<td height="100"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell9.jpg"  class="fadepic" width="240" height="100" id="cell9"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell5.jpg"  class="fadepic" width="240" height="100" id="cell10"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell6.jpg"  class="fadepic" width="240" height="100" id="cell11"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell1.jpg"  class="fadepic" width="240" height="100" id="cell12"></td>
</tr>
<tr>
<td height="100"><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell10.jpg"  class="fadepic" width="240" height="100" id="cell13"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell7.jpg"  class="fadepic" width="240" height="100" id="cell14"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell8.jpg"  class="fadepic" width="240" height="100" id="cell15"></td>
<td><img src="https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell2.jpg"  class="fadepic" width="240" height="100" id="cell16"></td>
</tr>
</table>
</div>





<div class="main1 box">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td height="100" width="25%" height="100">LINK 1</td>
<td width="25%" height="100">LINK 2</td>
<td width="25%" height="100">LINK 3</td>
<td width="25%" height="100">LINK 4</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 5</td>
<td width="25%" height="100">LINK 6</td>
<td width="25%" height="100">LINK 7</td>
<td width="25%" height="100">LINK 8</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 9</td>
<td width="25%" height="100">LINK 10</td>
<td width="25%" height="100">LINK 11</td>
<td width="25%" height="100">LINK 12</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 13</td>
<td width="25%" height="100">LINK 14</td>
<td width="25%" height="100">LINK 15</td>
<td width="25%" height="100">LINK 16</td>
</tr>
</table>
</div>



<div class="main2 box">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td height="100" width="25%" height="100">LINK 1</td>
<td width="25%" height="100">LINK 2</td>
<td width="25%" height="100">LINK 3</td>
<td width="25%" height="100">LINK 4</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 5</td>
<td width="25%" height="100">LINK 6</td>
<td width="25%" height="100">LINK 7</td>
<td width="25%" height="100">LINK 8</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 9</td>
<td width="25%" height="100">LINK 10</td>
<td width="25%" height="100">LINK 11</td>
<td width="25%" height="100">LINK 12</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 13</td>
<td width="25%" height="100">LINK 14</td>
<td width="25%" height="100">LINK 15</td>
<td width="25%" height="100">LINK 16</td>
</tr>
</table>
</div>



<div class="main3 box">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td height="100" width="25%" height="100">LINK 1</td>
<td width="25%" height="100">LINK 2</td>
<td width="25%" height="100">LINK 3</td>
<td width="25%" height="100">LINK 4</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 5</td>
<td width="25%" height="100">LINK 6</td>
<td width="25%" height="100">LINK 7</td>
<td width="25%" height="100">LINK 8</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 9</td>
<td width="25%" height="100">LINK 10</td>
<td width="25%" height="100">LINK 11</td>
<td width="25%" height="100">LINK 12</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 13</td>
<td width="25%" height="100">LINK 14</td>
<td width="25%" height="100">LINK 15</td>
<td width="25%" height="100">LINK 16</td>
</tr>
</table>
</div>



<div class="main4 box">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=0 cellspacing=5>
<tr>
<td height="100" width="25%" height="100">LINK 1</td>
<td width="25%" height="100">LINK 2</td>
<td width="25%" height="100">LINK 3</td>
<td width="25%" height="100">LINK 4</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 5</td>
<td width="25%" height="100">LINK 6</td>
<td width="25%" height="100">LINK 7</td>
<td width="25%" height="100">LINK 8</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 9</td>
<td width="25%" height="100">LINK 10</td>
<td width="25%" height="100">LINK 11</td>
<td width="25%" height="100">LINK 12</td>
</tr>
<tr>
<td height="100" width="25%" height="100">LINK 13</td>
<td width="25%" height="100">LINK 14</td>
<td width="25%" height="100">LINK 15</td>
<td width="25%" height="100">LINK 16</td>
</tr>
</table>
</div>




<div class="FINAL box">
<table style="border:0px black solid; width:990px; text-align:center;font-family:arial;" border=1 cellspacing=5>
<tr>
<td height="100" width="75%" height="100" colspan="3" rowspan="4">MAIN INFO</td>
<td width="25%" height="100">BACK LINK</td>
</tr>
<tr>
<td height="100" width="25%" height="100">ACTION LINK 1</td>
</tr>
<tr>
<td height="100" width="25%" height="100">ACTION LINK 2</td>
</tr>
<tr>
<td height="100" width="25%" height="100">ACTION LINK 3</td>
</tr>
</table>
</div>


</center>
[attachment deleted by admin to conserve space]OK, I kinda figured it out by myself. It's not pretty (or consice), though.

I'm still having trouble finding a way to have the pictures load when the page does. I'm using the logo as the radio button that brings those up, so basically I'd need a way to have that button selected and the value shown. Nothing I've tried (like adding "selected" to the input field) has worked.

I haven't added the randomized pictures yet, but I can figure that one out easily on my own. I would still love, however, to be able to deselect a radio button once chosen to return them to the default pictures. I've found script that works for deselection but couldn't get it to work here. Let me know if you'd like to see that.

Any help on any of that would be great. Thanks, as always.

Here's where I'm at:

[code]

 
[type='radio'] {
    display:none;
}

label[for=mainlogo], label[for=mainlogo]:hover,input[type="radio"]:checked+label[for=mainlogo]{
    display: block;
    text-align: left;
padding-top:10px;
border:0px #ffffff solid;
color:#FFAA00;
letter-spacing:5px;
font-size:20px;
background-color:#ffffff;
cursor:pointer;
height:60px;
}

label, input[type="radio"]:checked+label{
    display: block;
    text-align: center;
padding-top:45px;
border:2px #000000 solid;
color:#000000;
letter-spacing:5px;
font-size:13px;
background-color:#eeeeee;
cursor:pointer;
height:55px;
}


label:hover {
    display: block;
    text-align: center;
padding-top:45px;
border:2px #000000 solid;
color:#000000;
letter-spacing:5px;
font-size:13px;
background-color:#dddddd;
cursor:pointer;
height:55px;
font-weight:bold;
}



a.action{
    display: block;
    text-align: center;
padding-top:45px;
border:2px #000000 solid;
color:#ddd000;
letter-spacing:5px;
font-size:13px;
background-color:#444444;
cursor:pointer;
height:55px;
}


a.action:hover {
    display: block;
    text-align: center;
padding-top:45px;
border:2px #000000 solid;
color:#fff000;
letter-spacing:5px;
font-size:13px;
background-color:#222222;
cursor:pointer;
height:55px;
font-weight:bold;
}




label[for=maina],
label[for=mainb],
label[for=mainc],
label[for=maind]{
    display: block;
    text-align: center;
padding-top:40px;
border:2px #FFCC00 solid;
color:#FFAA00;
letter-spacing:5px;
font-size:20px;
background-color:#333333;
cursor:pointer;
height:60px;
}

label[for=maina]:hover,
label[for=mainb]:hover,
label[for=mainc]:hover,
label[for=maind]:hover{
border:2px #FFAA00 solid;
color:#FFCC00;
letter-spacing:5px;
font-size:20px;
background-color:#000;
cursor:pointer;
}

input[type="radio"]:checked+label[for=maina],
input[type="radio"]:checked+label[for=mainb],
input[type="radio"]:checked+label[for=mainc],
input[type="radio"]:checked+label[for=maind]{
    display: block;
    text-align: center;
padding-top:40px;
color:#000000;
height:60px;
border:2px #000000 solid;
background-color:#FFCC00;
cursor:pointer;
letter-spacing:5px;
font-size:22px;
font-weight:bold;
}






.fadepic{
opacity:0.3;
display: block;
text-align: center;
border:2px #000000 solid;
cursor:pointer;
height:100px;
width:235px;
}
.fadepic:hover{
opacity:0.8;
cursor:cell;
}



    .box{
        padding: 0px;
        display: none;
        margin-top: 0px;
    }






http://code.jquery.com/jquery.js">



$(document).ready(function(){
    $('input[type="radio"]').click(function(){
        if($(this).attr("value")=="mainx"){
            $(".box").not(".mainx").hide();
            $(".mainx").show();
        }
        if($(this).attr("value")=="main1"){
            $(".box").not(".main1").hide();
            $(".main1").show();
        }
        if($(this).attr("value")=="main2"){
            $(".box").not(".main2").hide();
            $(".main2").show();
        }
        if($(this).attr("value")=="main3"){
            $(".box").not(".main3").hide();
            $(".main3").show();
        }
        if($(this).attr("value")=="main4"){
            $(".box").not(".main4").hide();
            $(".main4").show();
        }
        if($(this).attr("value")=="main5"){
            $(".box").not(".main5").hide();
            $(".main5").show();
        }
if($(this).attr("value")=="info1"){$(".box").not(".info1").hide();$(".info1").show();}
if($(this).attr("value")=="info2"){$(".box").not(".info2").hide();$(".info2").show();}
if($(this).attr("value")=="info3"){$(".box").not(".info3").hide();$(".info3").show();}
if($(this).attr("value")=="info4"){$(".box").not(".info4").hide();$(".info4").show();}
if($(this).attr("value")=="info5"){$(".box").not(".info5").hide();$(".info5").show();}
if($(this).attr("value")=="info6"){$(".box").not(".info6").hide();$(".info6").show();}
if($(this).attr("value")=="info7"){$(".box").not(".info7").hide();$(".info7").show();}
if($(this).attr("value")=="info8"){$(".box").not(".info8").hide();$(".info8").show();}
if($(this).attr("value")=="info9"){$(".box").not(".info9").hide();$(".info9").show();}
if($(this).attr("value")=="info10"){$(".box").not(".info10").hide();$(".info10").show();}
if($(this).attr("value")=="info11"){$(".box").not(".info11").hide();$(".info11").show();}
if($(this).attr("value")=="info12"){$(".box").not(".info12").hide();$(".info12").show();}
if($(this).attr("value")=="info13"){$(".box").not(".info13").hide();$(".info13").show();}
if($(this).attr("value")=="info14"){$(".box").not(".info14").hide();$(".info14").show();}
if($(this).attr("value")=="info15"){$(".box").not(".info15").hide();$(".info15").show();}
if($(this).attr("value")=="info16"){$(".box").not(".info16").hide();$(".info16").show();}
if($(this).attr("value")=="info17"){$(".box").not(".info17").hide();$(".info17").show();}
if($(this).attr("value")=="info18"){$(".box").not(".info18").hide();$(".info18").show();}
if($(this).attr("value")=="info19"){$(".box").not(".info19").hide();$(".info19").show();}
if($(this).attr("value")=="info20"){$(".box").not(".info20").hide();$(".info20").show();}
if($(this).attr("value")=="info21"){$(".box").not(".info21").hide();$(".info21").show();}
if($(this).attr("value")=="info22"){$(".box").not(".info22").hide();$(".info22").show();}
if($(this).attr("value")=="info23"){$(".box").not(".info23").hide();$(".info23").show();}
if($(this).attr("value")=="info24"){$(".box").not(".info24").hide();$(".info24").show();}
if($(this).attr("value")=="info25"){$(".box").not(".info25").hide();$(".info25").show();}
if($(this).attr("value")=="info26"){$(".box").not(".info26").hide();$(".info26").show();}
if($(this).attr("value")=="info27"){$(".box").not(".info27").hide();$(".info27").show();}
if($(this).attr("value")=="info28"){$(".box").not(".info28").hide();$(".info28").show();}
if($(this).attr("value")=="info29"){$(".box").not(".info29").hide();$(".info29").show();}
if($(this).attr("value")=="info30"){$(".box").not(".info30").hide();$(".info30").show();}
if($(this).attr("value")=="info31"){$(".box").not(".info31").hide();$(".info31").show();}
if($(this).attr("value")=="info32"){$(".box").not(".info32").hide();$(".info32").show();}
if($(this).attr("value")=="info33"){$(".box").not(".info33").hide();$(".info33").show();}
if($(this).attr("value")=="info34"){$(".box").not(".info34").hide();$(".info34").show();}
if($(this).attr("value")=="info35"){$(".box").not(".info35").hide();$(".info35").show();}
if($(this).attr("value")=="info36"){$(".box").not(".info36").hide();$(".info36").show();}
if($(this).attr("value")=="info37"){$(".box").not(".info37").hide();$(".info37").show();}
if($(this).attr("value")=="info38"){$(".box").not(".info38").hide();$(".info38").show();}
if($(this).attr("value")=="info39"){$(".box").not(".info39").hide();$(".info39").show();}
if($(this).attr("value")=="info40"){$(".box").not(".info40").hide();$(".info40").show();}
if($(this).attr("value")=="info41"){$(".box").not(".info41").hide();$(".info41").show();}
if($(this).attr("value")=="info42"){$(".box").not(".info42").hide();$(".info42").show();}
if($(this).attr("value")=="info43"){$(".box").not(".info43").hide();$(".info43").show();}
if($(this).attr("value")=="info44"){$(".box").not(".info44").hide();$(".info44").show();}
if($(this).attr("value")=="info45"){$(".box").not(".info45").hide();$(".info45").show();}
if($(this).attr("value")=="info46"){$(".box").not(".info46").hide();$(".info46").show();}
if($(this).attr("value")=="info47"){$(".box").not(".info47").hide();$(".info47").show();}
if($(this).attr("value")=="info48"){$(".box").not(".info48").hide();$(".info48").show();}
if($(this).attr("value")=="info49"){$(".box").not(".info49").hide();$(".info49").show();}
if($(this).attr("value")=="info50"){$(".box").not(".info50").hide();$(".info50").show();}
if($(this).attr("value")=="info51"){$(".box").not(".info51").hide();$(".info51").show();}
if($(this).attr("value")=="info52"){$(".box").not(".info52").hide();$(".info52").show();}
if($(this).attr("value")=="info53"){$(".box").not(".info53").hide();$(".info53").show();}
if($(this).attr("value")=="info54"){$(".box").not(".info54").hide();$(".info54").show();}
if($(this).attr("value")=="info55"){$(".box").not(".info55").hide();$(".info55").show();}
if($(this).attr("value")=="info56"){$(".box").not(".info56").hide();$(".info56").show();}
if($(this).attr("value")=="info57"){$(".box").not(".info57").hide();$(".info57").show();}
if($(this).attr("value")=="info58"){$(".box").not(".info58").hide();$(".info58").show();}
if($(this).attr("value")=="info59"){$(".box").not(".info59").hide();$(".info59").show();}
if($(this).attr("value")=="info60"){$(".box").not(".info60").hide();$(".info60").show();}
if($(this).attr("value")=="info61"){$(".box").not(".info61").hide();$(".info61").show();}
if($(this).attr("value")=="info62"){$(".box").not(".info62").hide();$(".info62").show();}
if($(this).attr("value")=="info63"){$(".box").not(".info63").hide();$(".info63").show();}
if($(this).attr("value")=="info64"){$(".box").not(".info64").hide();$(".info64").show();}
    });
});





EVENTSCALENDARDETAILSPLAYS







https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell8.jpg" class="fadepic" id="cell1">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell1.jpg"  class="fadepic"  id="cell2">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell2.jpg"  class="fadepic" id="cell3">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell9.jpg"  class="fadepic"  id="cell4">
https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell5.jpg" class="fadepic" id="cell5">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell3.jpg"  class="fadepic" id="cell6">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell4.jpg"  class="fadepic" id="cell7">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell10.jpg"  class="fadepic" id="cell8">
https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell9.jpg"  class="fadepic" id="cell9">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell5.jpg"  class="fadepic" id="cell10">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell6.jpg"  class="fadepic" id="cell11">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell1.jpg"  class="fadepic" id="cell12">
https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell10.jpg"  class="fadepic" id="cell13">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell7.jpg"  class="fadepic" id="cell14">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell8.jpg"  class="fadepic" id="cell15">https://dl.dropboxusercontent.com/u/5739741/OMAR/images/cell2.jpg"  class="fadepic" id="cell16">







LINK 1LINK 2LINK 3LINK 4
LINK 5LINK 6LINK 7LINK 8
LINK 9LINK 10LINK 11LINK 12
LINK 13LINK 14LINK 15LINK 16






LINK 17LINK 18LINK 19LINK 20
LINK 21LINK 22LINK 23LINK 24
LINK 25LINK 26LINK 27LINK 28
LINK 29LINK 30LINK 31LINK 32






LINK 33LINK 34LINK 35LINK 36
LINK 37LINK 38LINK 39LINK 40
LINK 41LINK 42LINK 43LINK 44
LINK 45LINK 46LINK 47LINK 48






LINK 49LINK 50LINK 51LINK 52
LINK 53LINK 54LINK 55LINK 56
LINK 57LINK 58LINK 59LINK 60
LINK 61LINK 62LINK 63LINK 64












 









MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 1GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]








MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



MAIN INFO 17GO BACK
ACTION LINK 1[/url]
ACTION LINK 2[/url]
ACTION LINK 3[/url]



<table style="border:0px black solid; width:990px; text-align:center;fo
911.

Solve : My First Time Here And A Question About Audio On My Website?

Answer»

Hello all,
A great SITE! I came across this site while searching for an answer to the question I am about to ASK
I am creating a website, for an online radio show.  The show will be prerecorded and uploaded to the site.  In my testing, so far, I have uploaded the mp3 file and linked it on the webpage with text.  In Firefox and Chrome, when I click on the text, Quicktime pops up and almost immediately begins playing the file.  However, when testing with Explorer, it does not play, but rather wants to download the file to the computer, first. 
My question is how can I get it to play on Explorer in the same way that it does on Firefox and Chrome? 
THANKS for your help,
mikeUnfortunately, there is no way to get it to definitely WORK.

Quicktime is an external browser addon, available for free download here: http://www.apple.com/quicktime/download/

It probably doesn't work for you in IE because Quicktime isn't installed.

For other people viewing your site, you'll have to just add a link to download Quicktime.you could put a player in it and have the person visting it SET it off when they want to hear the song.

912.

Solve : how to: auto get image size/resolution/etc and print?

Answer»

You know 4chan.org (http://orz.4chan.org/hr/imgboard.html).  It thumbnails picturs and shows the details of the original.  Below the small thumbail it will SAY something like:  File :1237263364.jpg-(415 KB, 2000x1600, test.jpg)

How do you do that?

Use getimagesize() FUNCTION? (http://us2.php.net/manual/en/function.getimagesize.php)

Do you need php or just HTML? 

Can someone show me an example of how do it with a 1 picture gallery?

thanks Quote from: And 1 on March 16, 2009, 10:53:52 PM

Use getimagesize() function? (http://us2.php.net/manual/en/function.getimagesize.php)

Exactly. HTML cannot do it.

Quote from: And 1 on March 16, 2009, 10:53:52 PM
Can someone show me an example of how do it with a 1 picture gallery?

The link above shows plenty of examples to get you going.i FIGURED it out.  Here is an exmple of a working one on a blank page.  Just one image and to the right of it it says "800x500"


LIST($width, $height, $type, $attr) = getimagesize("test.jpg");
echo "";
echo $width; echo 'x'; echo $height;

?>
Good job.
913.

Solve : Why does my Firefox keep hanging on this page??

Answer»

It's a page I've created for private messages. It works completely how it's suppose to, EXCEPT a tenth of the time it hangs Firefox when it's opened. Here is the HTML output after PHP has done its job:

Code: [Select]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
  <link rel="shortcut icon" href="/favicon.ico" />
  <link href="/style/000.css" rel="stylesheet" type="text/css" />
  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<script type="text/javascript">
function checkAll(boxes) {
var theboxes = document.getElementsByName( boxes );
for(var i = 0; i &#60; theboxes.length; i++) {
theboxes[i].checked = true;
}
}

function uncheckAll(boxes) {
var theboxes = document.getElementsByName( boxes );
for(var i = 0; i &#60; theboxes.length; i++) {
theboxes[i].checked = false;
}
}

</script>  <title></title>
  <!--[if IE]><style>input {  font-size: .9em; }</style><![endif]-->
 </head>
 <body>

  <h1></h1>
  <blockquote><p></p></blockquote>
  <div id="container">

   <div id="directory">
    <a href="/user.php">(540)</a> <a href="#">Friends (128)</a> <a href="#">Notifications (2)</a> <a href="/messages.php">Private Messages</a> <a href="/user.php?logout">Log Out</a>   </div>

   <UL id="navigation">

    <li><a href="" title="Overview">Overview</a></li>
    <li><a href="user.php" title="User Control Panel">User</a></li>
    <li><a href="news.php" title="News">News</a></li>
    <li><a href="projects.php" title="Projects">Projects</a></li>
    <li><a href="clients.php" title="Clients" style="text-decoration: line-through;">Clients</a></li>
    <li><a href="boards/index.php" title="Message Boards" style="text-decoration: line-through;">Boards</a></li>

    <li><a href="about.php" title="About" style="text-decoration: line-through;">About</a></li>
   </ul>
   <div id="ad"><a href="http://getfirefox.com" title="Get Firefox"><img alt="Get Firefox" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/120x240.png" /></a></div>
   <div id="infobox">
    <a href="http://validator.w3.org/check?uri=referer" title="Valid XHTML 1.1"><img alt="Valid XHTML 1.1" src="http://www.w3.org/Icons/valid-xhtml11" /></a>
    <a href="http://jigsaw.w3.org/css-validator/check?uri=referer" title="Valid CSS"><img alt="Valid CSS" src="http://jigsaw.w3.org/css-validator/images/vcss" /></a>
   </div>

   <div class="container2">

   <div class="content">
    <h2>Conversations</h2>
     <span><a href="messages.php">Conversations</a> |
<a href="messages.php?send">Compose</a></span>
     <form action="messages.php" method="post"><table style="text-align: CENTER;"><tr><td>
<input name="select[]" type="checkbox" value="10" /></td><td>
<a href="user.php?id=8">Blazing Saddles</a></td><td><a href="messages.php?id=10#new">BAJKKAASXX</a>
</td><td>Feb 25, 2009</td></tr>

<tr><td><input name="select[]" type="checkbox" value="11" /></td><td>
<a href="user.php?id=7">SamuelLJackson</a></td><td>
<strong style="font-size: .8em;">(saved)</strong>
<a href="messages.php?id=11#new">NATE LLOYD</a></td><td>Feb 25, 2009</td></tr>

      <tr><td colspan="4"><a href="javascript:void(0)" onclick="checkAll('select[]')">Check All</a> |
<a href="javascript:void(0)" onclick="uncheckAll('select[]')">Uncheck All</a>
<input name="delete" type="submit" value="Delete" /><input name="report" type="submit" value="Report" />
<input name="save" type="submit" value="Save" /></td></tr>
    </table></form>
   </div>

   </div>

   <div id="post"><a href="#">Back to top</a></div>
  </div>

  <div id="footer"><a href="/advertise.php" title="Advertise with us" style="text-decoration: line-through;">Advertising</a>
<a href="" title="Terms of Service" style="text-decoration: line-through;">Terms</a>
<a href="/privacy.php" title="Privacy Policy">Privacy</a>
<a href="help.php" title="Help">Help</a><a href="/admin/index.php" title="Admin CP">Admin CP</a>
<a href="mod/index.php" title="Mod CP">Mod CP</a><br /><a href="#">Copyright &copy; 2008 </a></div>

 </body>
</html>
(I removed a bunch of crap from that that was non-essential to the purpose of the question, just stuff such as the site name and such)

So what is it? It only happens when I have the JavaScript in there. I asked on QUESTIONS, and a Top Contributor answered but it didn't help AT ALL. All it caused me was for me to SWITCH from a checkbox to check all to two different links.

http://answers.yahoo.com/question/index?qid=20090316144249AAsZ2AMWhat do you mean "hangs"? Quote from: kpac on March 17, 2009, 03:30:19 AM

What do you mean "hangs"?

http://en.wikipedia.org/wiki/Hang_(computing)
914.

Solve : onmouseover in image pop up image appear onmouseout popup image close?

Answer» HI PLS help me here my level in DREAMWEAVER and css is just copy paste

i want  an IMAGE pop up on mouse over and the pop up exits onmouseout
heres my wrong code pls help me here



function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('Image Windowbody {x-overflow:hidden}')
popwin.document.close()
}





thank you in advance to all.. GOD bless!
915.

Solve : ASp?

Answer»

i=7
A(i)=100
response.write "A(i)=" &AMP; A(i)

ANSWER:
a-A(7)=100
b-A(i)=100
c-A(7)=A(i)SORRY, you'll have to do your own HOMEWORK.

916.

Solve : Website Host for online store?

Answer»

OK, I have looked and looked and I really need soem good honest help here. Which web host is the best? I am opening an online store and would like to spend as little as possible until I can get it up and running with a little traffic, then maybe go a little bigger. I am lost when searching for the best one. Can someone please help me? Is there any that you can you REALLY trust? Quote

...good honest help here...

HARD to do. But there are some places that are at least up FRONT with what you will have to pay. You can get a store on eBay. You can use the tools they have and likely will pay less and get more traffic that anything else. Unless you are a real Genius in marketing, and if that were so, you would not ask  here. I guess.

I have been selling on eBay for about ten years and did alright, as long as I had something to sell. But I hardly ever did any business on my own web sites.
Try eBay. It is the cheap way to get large exposure. If you have good stuff at the right price, it will sell.

That is about as honest as it gets! Quote from: angelec23 on February 28, 2009, 07:22:31 PM
Which web host is the best?
Who knows?  There are hundreds of them, so I don't think anybody can really say which one is best.  I've used http://www.totalchoicehosting.com/.  You might try them. The Starter plan is only $4/mo., with no setup fee and you're not obligated to stay with them for a certain PERIOD of time.Oh. I forgot to mention.
Make sure you web host company is NOT in anyway part of your Domain registrar.
I had some neat domain names. I made the mistake of using a hosting package from my registrar. I did not like it, tried to cancel it. Did it the wrong way. paid extra money to cancel it and them they accused me of fraud and took away my domain names.
Now I use other hosting companies.
It you want to see want kind of stuff you get in the super cheap companies, send me a PM and I will let you borrow an inactive site I have and you can play with it. Can not hurt you, except it may be a waste of your time. 
Quote from: angelec23 on February 28, 2009, 07:22:31 PM
then maybe go a little bigger.

"Start as you mean to go on."

If there is a good chance your site will get big enough to change servers/hosts, then choose the right one from the start.You can really use any webhost. If you want to spend a low amount I recommend 1&1 because they have hosting starting out at like $4 a month which is a killer deal. For an online store you won't need much space since you aren't hosting videos and large files. So you could start off with a low cost host with SMALL GB of STORAGE, they start you off at around 10GB. Host your store and when it starts to grow, upgrade to a larger host/server.

If you need any help with starting your site and store, please let me know. Good luck!Thank you to everyone who responded. I am now trying 1and 1 and so far so good!
STAY Away from Homestead.com.... hidden fees, can not use your own HTML and anything you upload, you own, but by uploading it to their site, you are giving them permission to use everything royalty free. For thier own use or to third parties.... ugh! Anyway, thank you all for your help!!Thanks for the heads-up.

1&1 seems to have a good record, so good luck with them. yahoo store page costs $39.95 a month. That might be good for you if you like the feature sets it gives you and you think the price is reasonable.
917.

Solve : User registration module?

Answer»

Hi,

Im looking for the options available to install a user registration module on my site. The OBJECTIVE is that new visitors/players have the option to register and once they register then they will have access to 2 pages:

1 - with their points and other player information details
2 - with the referal system that they could USE to promote my site to earn money and they could see how much they have DONE so far and when they can request for a payment

I have used a wordpress template CALLED wpremix to create my site and I have no idea on how to setup this.

Thanks
What you're TALKING about doing isn't just a registration system.

1 - Yes, a registration system to actually register the user and allow them to log in.
2 - A seperate system that queries a database and displays the other members details.
3 - An affiliate system that allows the users to copy a link, display it, and then to catch the link when somebody else clicks it. It would also need security so that the user who is displaying the link isn't the only one clicking it so he can earn money.

This is a very advanced project, and you will hardly get anyone here to do it for you! It would take weeks, maybe months to do.

I would suggest you go to http://www.getafreelancer.com/ where you can post your details, and other people can then make an offer to do it.

918.

Solve : Read and return data from XML and pass values to use as part of a JS Promise?

Answer»

Hi there,

I wish to read an XML file and return the data, to then use as a VARIABLE further in my promise. Ive created a pastebin here of it, HOWEVER it doesnt seem to be RETURNING the data.

http://pastebin.com/pMBX2vaE

I am FAIRLY new so any ADVICE is massively appreciated.

Thanks
Rustic

919.

Solve : How Can I Have Visitors Upload Images to Me?

Answer»

I am offering a service where users can insert their photos
on a USPS stamp.  How can I create the box that PROMPTS them
to browse their COMPUTER to FIND the IMAGE file and then unload
it to me.Tutorial: http://www.w3schools.com/php/php_file_upload.asp

920.

Solve : HTML splash page question?

Answer»

How would I go about writing an HTML splash page that looks like the image I made in the attachment.
I want the page to be html only.

[attachment deleted by admin to conserve space]Not really possible, you need php for a login.I agree with Luigi for this to be a FUNCTIONAL vs static non functional page. ADDITIONALLY you can get really creative with tables and place form cells within them for user and password entry. If you want a password entry and something else to happen without php and not secure at all you could go with JAVASCRIPT for fields that accept input and test the input and then string compare and do something else when a match to user and password. But the javascript is wide open, anyone looking at the HTML source for the page would be able to look at the javascript and say ok so thats the user and password as well as  not EVEN bother with that and just look for what happens when successful which is probably a redirection to another page from that of the initial page. They could copy that redirection path and paste it to browser and get there without user name and password authentication "simulation".

Additionally your showing full screen mode here in pic, and if you want full screen mode, your likely looking at not doing this in HTML as for the browser pane will be showing. If the browser window and tabs etc is not a problem then no problem. But if you want it to assume full screen, then your looking for something written in C++ or another programming language that gives this ability or running a kiosk type of tool on the system to hide the browser and only show the webpage interface possibly written in C# etc.

Years ago in college I made a similar logon and took an image of what i wanted and saved that as a GIF. Then I placed my form cells aligned to the user and password location since GIF is transparent. I then could have whatever looking interface I could make up with photoshop or another tool to make the image of the interface I wanted and then just OVERLAY the form controls overtop of the GIF image. BUT in order to actually authenticate the form data needed to be passed to a secure server. I also used javascript within my page to test the data to be passed to make sure that it didnt exceed so many characters or null data passed. If data to be passed by the form fields was within what was allowed then it would pass it to the server. PHP though is the way to go for this!

921.

Solve : How do I check to see if a program exists in a visitors computer on click??

Answer»

I have a picture, and I NEED it to check for a program called "HerbertsWorld" in their Programs and Features MENU (where u can uninstall and change things...), and run the program?

Does anyone have the skill to add it to this?:

Code: [Select]<!-- Play Now! -->
<a href=""><img src="playnow.jpg" /></a>
Not possible I'm afraid.

Basically, that's hacking.Oh. O.O

Well then ...

roblox.com did it, and it is kid-safe??!!!I'm GUESSING you have the software (which that site offers) installed on your PC. That software then sends data to the site.i'm wondering if the website requires that the user run some program that needs to be on the computer? Like when they check if you got flash player working before you can be watching videos on youtube? Quote from: jbmwx on March 18, 2009, 09:07:07 PM

i'm wondering if the website requires that the user run some program that needs to be on the computer? Like when they check if you got flash player working before you can be watching videos on youtube?

Yes, probably an ActiveX or something similar.Why would need a program to AUTOMATICALLY run a program on a visitor's comp? Why can't you just get them to run it or see if they will let you run it?
922.

Solve : What computer script goes good along with html??

Answer»

I know html very well and trying to learn another script. I know javascript goes great with html as i have used pre-made scripts before in my sites.

Php im having trouble with embedding properly to show php with html

xml?
thanksWhat is it that you want to do?
What do you mean "computer script"?Computer script is kind of a BROAD term, but my guess would be a web script, given they want to use it in conjunction with HTML.

I'm sure we both know why PHP wasn't working for them... common beginner mistake to try to use it as client side code

And XML is out on account of not really being a language per SE but rather a way to store hierarchical data; thus begging the question what the use of data will be without something to parse it.


XHTML on the other hand, now that could be a different story. Quote from: BC_Programmer on FEBRUARY 19, 2009, 04:46:14 AM

I'm sure we both know why PHP wasn't working for them... common beginner mistake to try to use it as client side code

Or else expect it to work without a server.......Signature spammer. Signature removed and banned. TOPIC locked. I'm keeping this thread of his so those of you who replied knew what happened.

923.

Solve : Is forwarding a custom domain, the only way to connect custom domain to a Faceb?

Answer»

Is forwarding a custom domain, the only way to connect a custom domain to a Facebook page.  Or does Facebook have a way to add custom domains to a user account, so I can use nameservers.

Or if there are other ways, I'd like to know.

Thanks.I must be confusing people.  Example: www.MyDomain.com TO www.facebook.com/MyUser

Couldn't seem to edit the last post, so I posted a reply.Be careful about including a real URL in the text.
(In the following I will use VVVV instead of WWW.)
Example:
I can make a folder in my domain like this:
 VVV.geek9pm.com/facebook
which will jump to
 VVV.facebook.com/geek9pm

To milk to another web site automatically, use the 'refresh' command in HTML.

HTML Goodies - refresh.


Is that what you want?










Ok, just to be clear, I only purchased a domain without HOSTING for FaceBook only, so I only have domain management.  Obviously I could use a subdomain to direct to Facebook.  But, since this domain is only for Facebook, it would make more sense to direct the domain itself to Facebook.

Which is why I asked if FaceBook has a way to add my purchased domain to my facebook account and Facebook Name Servers to connect it up or is Domain Forwarding the only way.

The problem with Domain Forwarding is that some search engine submissions are being rejected.  So, if Facebook actually has the option of NameServers, that would likely solve some of the issues.   ScrubTheWeb, Error: Detected Meta RefreshForwarding is the only way to do it.  I'd forget about trying to get a forwarded domain to work on a search engine - EVEN if a search engine accepts it, it will almost certainly index the destination of the redirect and ignore the domain.OK. I will only speak layabout what I know, not what I don't know.
I do not know the policies Facebook has.

What I do know.
You can buy a domain from many sources. Some are very reputable.
You can buy web space from number of companies.  Again, some are very honest and truthful about what the have.

The domain registrar is not the same as the domain host. They can be different. And, if need be, you can pay another company to manage dynamic name servers.

As for SEO (search Engine Optimization),  I know it is better when you pay somebody to do it for you.Also, you can pay Google to give your web site a better positron in a search.

A atop level domain name is Intellectual Property.  You need to make sure that you  are registered as the real owner of the domain. Like if you wrote a song you would not let somebody else SAY it is belongs to them.

What some site owners do is have the content in two or more places on the Internet. One or more  sites have a summary of relevant material, both yours and others. But your site is the FULL text an d pedicures of the topics. This gives you a better chance of being picked by a search engine. In  fact, the search Engine will note have many times other sites REFER to your site. So you can increase tragic and search engine hits by making partnerships with others.

Good news, my facebook page is in top ranking now.  It may have been caused by a site that allowed custom meta data and submission.Glad you got it fixed.   

924.

Solve : Could use a little help with my vB forum...?

Answer»

Okay...here's the problem:

I'm using a mod for my vBulletin forum that places a drop down box under the RANK images for users in the post bit of the forum.

Only problem is...it's not consistent, as far as its width.  (See attached)

Now...what I'd like to do is set that drop down to a fixed width, but my CSS skills are pretty much zilch.

Below is the code that calls that drop down...

Code: [Select]<!-- post specs_menu -->
<if condition="$post['field23']">
<div id="specs_$post[postid]" class="vbmenu_control">
<a href="#specs">$vbphrase[dropdown_title]</a>
<script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
</div>
</if>
<!-- / post specs_menu -->
If anyone has any suggestions...I'm all ears.  THANKS in advance...

[attachment deleted by admin]This issue has been resolved...

Thanks for the help. Can you post how you worked it out? Just incase anyone ELSE needs to help.Sure why not...

Here's the code I used to fix my issue:

Code: [Select]<!-- post specs_menu -->
<if condition="$post['field23']">
<div [b]style="POSITION:absolute; width:auto;"[/b] id="specs_$post[postid]" class="vbmenu_control">
<a href="#specs">$vbphrase[dropdown_title]</a>
<script type="text/javascript"> vbmenu_register("specs_$post[postid]"); </script>
</div>
</if>
<!-- / post specs_menu -->
What I changed is in bold...Glad to hear you got this fixed. Looked for this post today while going through forum posts to see if I could be of some assistance.

925.

Solve : If Frames Are Obsolete in HTML5, What Is A Good Alternative??

Answer»

If Frames Are Obsolete in HTML5, What Is A Good Alternative?

I've read a little about Inline Frames, but it makes it seem like the iFrame is meant to accept/run an embedded (separate) web PAGE.

Will iFrames allow elements like lists, etc.?

Is there a way to "frame" elements on a page via iFrames, or should I be looking at other commands?

Thanks!Yes, iFrames are designed to embed external web pages into a page.  They aren't obsolete but traditionally people have used them for incorrect things like navigation panes which shouldn't be done nowadays.  What are you trying to accomplish?Cameron:
Thank you for your reply. I will try to make you not regret it! 

I am currently trying to edit dblsolution.com/contact.html to get rid of the white space to the right of the contacts list. I thought, silly me, that I could "frame" the contact list, and then frame the accordion of the questions, side by side.

I am playing with the iFrames command on a test page, just to see what I can determine.

Appreciated, Brian

 

Subsequent lines of code GENERATE two frames, side by side.

If I had a brain, I'd be dangerous!  Frames shouldn't be used for layout - For what you are doing you should be using CSS to adjust the style.  For example, the accordion element has a CSS attribute of "margin-left: 20%;" applied which is causing the gap to appear, removing this attribute or overriding it by setting "margin-left: 0" would solve it as seen in the attached screenshots.

[attachment deleted by admin to conserve space]Generally, yes, CSS is how you would do this sort of thing now. Arguably it can be a bit more obtuse but it's typically more flexible.

Also, Good to see you again, been almost 4 years since your last post!Dear Cameron:

It seems you CAN teach an old DOG new tricks!  Well, maybe... 

I understood the CONCEPT that the style sheet drives the element, but it never occurred to me to check the margin settings! Then, my next thought was, how in the nine circles of Hades did he find that so damned fast?! I couldn't admit I couldn't find it, so I stumbled around, until I tripped over it, picked myself up, dusted myself off, and exclaimed, "Aha! A clue!"

Through much trial and error, I reduced the margin setting from 20% to 13%, and it worked -- in spite of my best efforts!

Cameron, I really appreciate the help! I'm going to have to spend more time on the CSS, since there are other details I want to tweak.

BC_Programmer: Greetings! Not up on the hardware and OS stuff, like once I was, so I drop in every so often, but really haven't contributed.

You are quite right about the CSS: changing the margin setting for the accordion element has it centered on one page, but has caused an accordion on another page to become off-center. It's good for now. The difference on the other page is not that important.

You'll probably see me post more questions in Web Design...also in Linux. I'm probably going to bail on Windows 10 in favor of OpenSUSE. (Stop laughing, Cameron.  )

926.

Solve : a nice javaScript form?

Answer»

I want to be able to update the news letter segment of my site by way of a form.  I would like a form with a textarea which CHECKS spelling, and keeps formatting.  KIND of like the one I am writing in now lol.

Is there a place which offers the code for a form like this?  I can't imagine writing a javascript spell-check.

I KNOW the php to take the text from  a form, and write it to a database, so none of the "behind the scenes" stuff should need addressing.  I'm just looking for a good textarea element to use in my page.http://tinymce.moxiecode.com/
http://xstandard.com/

Fantastic.  Thank you KPAC.

927.

Solve : Lost Photoshop images after reinstalling windows.?

Answer»

Hi!
 There once again everyone, and thanks in advance. I had a customer with a raid-0 array on a Win7 Ultimate  box. He had roughly 30 gigs of Extremely important pictures on the drive, Unfortunately he didn't recall them being there until a new OS was re-installed. That's when we got the machine. I've been able to recover roughly 75% of the pics through various recovery tools. Problem is that when I'm viewing these pics within a folder in thumbnail view they look fine (most anyway, some are jumbled, like the head on the feet of a person, and the sky on the bottom and the ocean on top) when i attempt to open the pics through ALL programs from coral to Adobe Photoshop  I get an initial error of File is damaged, could be truncated or incomplete when using adobe photo shop, and pretty much the same thing within all the other programs. Another oddity is that when these pics came back in the recovery they came back within the Recovered Jpeg folder, but when actually recovering and copying to a folder windows states that they were GIF. I changed the files type from gif to JPEG and anything else i could think of with the same RESULT, I did try PIXRECOVERY demo witch i believe it fixed 1 of about 15 i tried but the demo has a big black box in the middle. What do you think?
Hi,
Windows keeps a thumbnail of the file separate from the full image. In other words you actually have 2 parts to the image. This is why you can see the image as a thumbnail but the full image that you are trying to open is corrupted.

I WOULD try another program to do the restore.

You mention a Raid -0 array.
What kind of backup did you have for the array?
Any  raid array has its own set of issues. Raid 0 is a BAD choice.
https://en.wikipedia.org/wiki/Standard_RAID_levels
Quote

RAID 0 (also known as a stripe set or striped volume) splits ("stripes") data evenly across two or more disks, without parity information, redundancy, or fault tolerance. Since RAID 0 provides no fault tolerance or redundancy, the failure of one drive will CAUSE the entire array to fail; as a result of having data striped across all disks, the failure will result in total data loss. This configuration is typically implemented having speed as the intended goal.[2][3] RAID 0 is normally used to increase performance, although it can also be used as a way to create a large logical volume out of two or more physical disks.[4]
In other words, Raid 0 is the worst choice for reliability and redundancy.  A well designed backup plan is mandatory for any Raid 0 system.

Sperry, this does  not  help you now. But I felt the need to WARN others about your mishap. You must have a better backup plan if you wish to continue using Raid 0.
928.

Solve : Maybe someone can help clear the confusion up on what I'm doing wrong?

Answer»

Quote

I give up on this. I don't know what else to do. I thought I knew how to create sites but I guess not.

Yes.. five it up.
But, it you just want something to do, forget the HTML stuff. It is a moving target. If you like to read and design THINGS. get a book on PHP. To use it, you will need your own site, which you can get for under $1 a month. Lots of cool stuff is done in PHP. Like this site, I think, is written in PHP.

Or get a program like Dream weaver, but avoid doing the HTML yourself. And ignore what anybody says about low level design. Dreamweave can do some wonderful tables that will blow you away. Don't let them tell you not to use tables. If it works and it looks good, that is what counts.

But if you want to do the nuts and bolts sore of thing. I still think you should learn PHP and forget what you know about HTML.

CSS is OK if you don not do it yourself. Let the code  generator do it. That's what computers are for, we humans should not have to do the grunt work.

Again, take a look at PHP. Large structures are done in PHP, not HTML.
Quote from: Geek-9pm on March 21, 2009, 11:39:51 PM
Yes.. five it up.
But, it you just want something to do, forget the HTML stuff. It is a moving target. If you like to read and design things. get a book on PHP. To use it, you will need your own site, which you can get for under $1 a month. Lots of cool stuff is done in PHP. Like this site, I think, is written in PHP.

Nonsense. PHP on it's own can't do anything. Yes, this forum is built on PHP and a MySQL database, but it needs HTML to format everything. HTML has to be used in some way or other for designing websites.

This thread is going on too long and is fit to be locked.lol, PHP is just a server side programming that pushes HTML to the browser... so I'm pretty sure HTML would still be a necessary skill... as well as a server that supported it. Quote
lol, PHP is just a server side programming that pushes HTML to the browser... so I'm pretty sure HTML would still be a necessary skill... as well as a server that supported it.

Yes, and  KNOWING how to use a can opener a needed skill.

His question was about making great web sites. He ALREADY KNOWS some HTML.
He needs to learn PHP and SQL.
Quote
and forget what you know about HTML.

then this means?PM me if this needs to be opened again.
929.

Solve : [Question] HTML/HTTP Minimum Character Field??

Answer»

-[Chrome]

BASICALLY, to get more familiar with HTML & to test the security behind "ROBLOX.com" I'd LIKE to set the minimum character value for a username to 2, as the lowest is 3. I've seen only one person so far capable of achieving a 2 lettered username, due to them possibly using an HTTP/HTML sort of script/code I'd assume myself, and I'm sure there's away of getting around this. Anyway, with that being said.. Simply going on "ROBLOX.com" to their sign up page, and by right clicking the username field and selecting "Inspect ELEMENT" **On Chrome** it'll bring up all sorts of info.

Think it is possible to create a two lettered username? If so.. please explain & help?We aren't going to help you bypass security on a website that you do not own, EVEN if you just claim it's "testing".  Besides, if the site is built properly then it will enforce the limit on the server so people like you can't bypass it.Thanks.Of coarse the OP can always Google WHATEVER evil thing he wants to do.
Example:
How to Hack a Web Site.
Gives hundreds of possible answers.
Sorry, this forum will not let me show you more. 

930.

Solve : Need some graphics assistance...?

Answer»

Any graphic artists here?

I'd like to add some custom buttons and RANK images to my vB forum...

I've searched the net...but really haven't found any I like.  So...if there's anyone here that may want to provide some assistance...or VOLUNTEER their help...I'd be much obliged.

Thanks for at least GIVING it a READ...I will be shortly, hopefully. I have ordered Adobe CS4 Design Premium and hope to GET right into it ASAP. Well...

I've already edited the buttons...and I have someone working on rank images.

Thanks, anyway, for the help.

Locking topic.

931.

Solve : Drive Access through browser?

Answer»

i want to access my drive from a browser,
i have used "file://DriveName:" in the anchor tag and i got the result,
but i want that page to be in my own design, not the default "Index of file//DriveName" page.
So if there is any way you guys could figure it out and help me, i would be obliged
in the image is the output i get after clicking the link

[attachment deleted by admin to conserve space]That is the normal way for the browser to s how a local directory.

Rather than making  own index page for EVERY directory, you might consider using an alternative to the Windows Explorer.
Here is a short list:
http://www.howtogeek.com/205770/the-best-alternative-file-managers-for-windows-mac-and-linux/

What is your ultimate GOAL with the files?  Accessing the filesystem through a browser is very limited for obvious security reasons.  The only way you can view a list of files on the system is through an input which will display a "Choose file" button that will open up a file browser dialog.  There's no way to just get a list of files from a directory and put it onto a web page - This would be far too big a security risk!i'm not saying dat i want to access it online (security risks)
i just want to create an HTML page and display the list of files that i have on my pc(in my own design).
i only want to access my files through my browser.
its only on my pc and after opening the .html page i want to check out the stuff that i got.
i'm sure there shouldnt be any security risk in this case when i'm not onlineThere aren't security risks if you just have it locally on your PC as you said but browsers don't care, they still don't contain the functionality to browse the filesystem.  The only way you could achieve this is to have some sort of BACKEND server running a script such as PHP or PYTHON that reads the filesystem then generates the HTML code displayed by the browser.  This sounds like a project that is better suited to a desktop application than trying to make a web page. Quote

The only way you could achieve this is to have some sort of backend server running a script such as PHP or Python that reads the filesystem then generates the HTML code displayed by the browser.  This sounds like a project that is better suited to a desktop application than trying to make a web page.

Years ago I tried to integrate HTML mainly as a way to make quick nice looking user interfaces to run programs and found that due to how heavily security plugged to avoid exploits the browsers are, it makes more sense to just code it up as a program that runs outside of the browser since its local use only. I agree that it could be done up as a web server running PHP or Python to gather the info requested in the trusted zone and then the PHP or Python returns the info to the user through Dynamic HTML, but thats a lot of work for what would run locally.

Does this have to be done through browser... such as is this a school project?

For local custom explorer like interface if you want to dive into C# you can achieve this without having to have a web server hosting locally for the service: http://www.c-sharpcorner.com/article/step-by-step-guide-for-creating-your-own-windows-explorer/it not a school project, its just my leisure.........thought of trying out something. so ultimately can i achieve it?
i hav done programs in PHP, linking PHP with MYSQL, a bit html embeded in PHP also but i'm not sure if i'm QUALIFIED to try this out.
i guess its quite some work to put in this project
but if you could be more elaborative, i could possibly achieve it.
Thank You Guys.
Hope to hear soon
932.

Solve : web server time?

Answer»
 IM in the middle of developing an online reservation / BOOKING WEBSITE.,
and got a problem about the time and date.,.
 
 how to GET the time and date of the web server?? not the php date() function because it just read the time and date of the CLIENT's computer.,
 
 help me please.,.Have a look here: http://www.w3schools.com/php/php_ref_date.asp
933.

Solve : Separating hosting service from domain registrar??

Answer»

Hi, I'm starting my first website and read that I should KEEP the host and registrar separate. Is this strictly necessary? I registered the domain at Namecheap and they have a good interface so far, and very reasonable hosting packages. If I add hosting and am UNHAPPY, why couldn't I switch hosting services later, leaving the domain at Namecheap?Yes.
Some website administrators think it's a good idea to keep the hosting part and the domain part separate. However, it is really a question of how you feel about the integrity of the hosting and domain services offered to you.
Now if you can use your imagination, imagine this situation where the same company could offer you both medical services and legal services. Thus your doctor will be working for the same company as your lawyer. Of course, in real life that could never happen, that would be a huge conflict of interest.
A domain name for your website is not very costly at all. Typically about $12 a year. Your web hosting costs could vary widely, any where from a few dollars a year up into the hundreds or even thousands of dollars. People remember your website by the domain name. They have almost no idea about who the hosting company is. Your domain name becomes your reputation. In time your domain name and its reputation become the most valuable ASSET you have. If your hosting service is not able to satisfy your needs, even switch the name servers in your domain account to another web hosting service. So one of the things you'll be interested in is how easy is it to change the name servers for your domain name. Having a domain registrar that is very honest and has the highest integrity would be very important to you.
Let me get to the point. If you had a dispute with year domain registrar it should be easy to RESOLVE the issue. After all, you're only paying a few dollars a year for the domain name so there should not be any dispute about share ownership of the domain name. The registrar only makes a small amount from registering your domain for every year.
The web hosting service is another issue. If there is any way he can take hold of your website it would be through the domain name. You can make backups of all the materialon the website and the web hosting service cannot use that material without violating copyright laws. However, if there is some way for him to obtain the domain name he could make things very difficult for you and enjoy the use of your website for his own gain. Do you see now how that could be a conflict between the registrar and the hosting service?
Of course, this does not apply if you really are certain about the integrity of the company you have chosen. But bear in mind you are dealing with two different services under one company. Now that's not always a bad idea, but in some cases it presents a conflict of interest for the domain registrar and hosting service to be the same company. At the present time there are no laws or accepted standards to prevent the hosting service to also offer domain registrar service.

The reason I get kind of hot about this issue is because I have been stung badly. Because of a dispute over a hosting service, my domain registrar stroll  my domain names. To me these domain names had some value other than the money I paid to him for the registration service. But because I had a dispute with him over a hosting service, he proceeded to take my domain names because of my refusal to pay for a service that I did not order. That particular company is no longer in business. That is not much consolation to me, I lost the intellectual value of the domain names that I had carefully chosen.
So, now you know why I have this idea about keeping the two services separate. It is very unlikely that anything like that would ever happen again to someone like yourself. You seem  to be a person that is very cautious and very careful, so you would probably not make the same mistake I did.

By the way, I did this from dictation because I have a handicap and I can't
catch all the typos and errors I might make.    Wow, thank you so much for the thorough reply. Your metaphor makes complete sense. I guess I’m nonetheless tempted to host with Namecheap based on the reviews and pricing. As a technical question, if I took that risk that they have integrity, and later decide to change hosts for any reason - would the process be significantly more difficult to transfer hosts, while keeping the registrar at Namecheap, than it would be moving between 2 hosts when the registrar is a third party?My personal preference is Godaddy.com as registrar. But I avoid all the frills they offer. I  have had, over the years, almost a hundred domains with them. It is very easy to buy anew domain and very easy to switch name servers. For some reason, maybe technical, they have very fast DNS maintenance. So I have been able to change hosting withing 24 hours or less.

Right now one of the best hosting services is 1and1.com with very attractive prices on bare bones web sites. They might offer a special on a domain at the same time. Then after a year you can switch to another registrar if you think it wold be a wise move.  Myself, I only pay for registration from year to year.

For awhile I did a lot of speculation on domain names.  But I never got rich. Sometimes you can buy a block of domains at time for a discount and next  try to sell them one at a time for p profit. I think I lost money. I try not to think about it.

Some hosts will let you use the web space for a large number of domains. So you can make a basic web site and sell the whole package to a person newly interested in having a web site. Resenting is allowed and encouraged.

I can't see any reason to not host with your domain registrar, if anything it simplifies the whole thing.  The only reason you may want to host elsewhere is if you find another hosting provider that is better/cheaper than the hosting that your domain registrar offers.

The trick here isn't to go to two separate companies, it's to pick the company you use carefully, you don't want to use a small provider run by people who don't really know what they are doing which will inevitably disappear overnight.

Quote from: saga29 on July 27, 2016, 07:04:23 PM

If I add hosting and am unhappy, why couldn't I switch hosting services later, leaving the domain at Namecheap?
Absolutely nothing stopping you from doing that.
934.

Solve : dialogue box response from hosting agent?

Answer»

I recently updated a web page with Bell/AT&T's FTP site and immediately started receiving a dialogue box asking the user to login in with password (to the index page) or cancel. If the user selects a login it stays in a LOOP and repeats the screen. If the user selects Cancel, the user is granted normal and full access to the site. Now, if the user goes anywhere on the site the dialogue box does not reappear unless the user selects HOME as an option, and then it does. Again, though, by selecting Cancel, the box goes away.

I have spoken to AT&T and they are clueless.

I have examined my code and there is no reference to a dialogue (modal) box.  In truth, I wouldn't even know how to create one.

I am concluding that the problem is residing at the AT&T server level, but I'd REALLY appreciate someone else's advice.

Tom

Can you give us a link, please?

Quote

I am concluding that the problem is residing at the AT&T server level, but I'd really appreciate someone else's advice.

Maybe not, but it usually is with the server.Absolutely. Should have done that in the original post.

www.gentryair.com

Thanks.Can you go to your filemanager and see if there is a file called either .htaccess or htaccess.txt?

If there is, post the contents here.kpac,

I'm not entirely sure what you mean by the filemanager, but I looked through the source and did not see htaccess or htaccess.txt. Is that what you're referring to?

By the way, we reloaded the original page (that had been working fine) just for a TEST and the dialogue appeared on it as well.  Quote from: stateside on March 21, 2009, 09:04:04 AM
I'm not entirely sure what you mean by the filemanager

What control panel does your webhost provide? e.g. cPanel. I mean the place where on your site where you organise all your files etc.OK, I understand what you're saying now.  Unfortunately, I'll have to wait until Monday when I'm at the office before I can take a look. As soon as I do, I'll let you know what I find.

Thanks for your help!  No problem. kpac,

Thanks for your help on this.  I was able to GET my problem solved by AT&T today.
 

Glad to hear it.
935.

Solve : PHP Help.?

Answer» HELLO, I am trying to create a PHP page to force the download of a file from another website. For instance a .swf file is located on a games website. When the person goes to my site and types in the url of the .swf file, instead of loading it in the web page I want my PHP script to send a header so that it forces a download. Without the file being located on my server.

I know the basics but I need to know what HEADERS to send and how I can use them to force a download from another server.

Thank you for any help.

I will be checking back tomorrow, so don't wait up for a reply this evening.What software do you use on your site?
If you are using one of the popular site builders written in PHP, you may find that its authors have a support area. They may already has code to do just about what you want.I write my own PHP, but when I force a download from another server the file is corrupted.What method are you using now? Can you post the code?Okay, something like this:
Code: [Select]<?PHP
 // Define the path to file
 $file = 'ryboe_tag_cloud.zip';
 
 if(!file)
 {
     // File doesn't exist, output error
     DIE('file not found');
 }
 else
 {
     // Set headers
     header("Cache-Control: public");
     header("Content-Description: File Transfer");
     header("Content-Disposition: attachment; filename=$file");
     header("Content-Type: application/zip");
     header("Content-Transfer-Encoding: binary");
   
     // READ the file from disk
     readfile($file);
 }
 ?>
936.

Solve : How to automatically generate a page after user fills a form via PHP??

Answer»

i got this code ONLINE but i am totally lost of what to do with it , am i to jus place it in one php file or what . please help. It has comments but i am still lost or if anyone has a simplier of helping.

What i PLAN to achieve is that i have started a movie website , so i want to add movies using to the dtabase while also creating a the movie template automatically with the data i paced in form. So it would look something like this

Name of movie:Fast Car
Webpage Title:
Links:
Description:
Image:

HERE IS THE CODE I GOT BUT NEED LITTLE HELP FIGURING IT OUT?

Code: [Select]<?php
//Template for BASIC page
$template = <<<EOD
<!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><!--TITLE--></title>
</head>

<body>
<!--COMMENT-->
</body>
</html>
EOD;

//handle the posted form
if(isset($_POST['title'])&&isset($_POST['comment'])){
    //replace the areas of the template with the posted values
    $page = str_replace('<!--TITLE-->',htmlentities($_POST['title']),$template);
    $page = str_replace('<!--COMMENT-->',htmlentities($_POST['comment']),$page);
    //create a name for the new page
    $pagename = md5($_POST['title']).'.html';

    //db connect & select
    $db=mysql_connect('localhost','user','pass');
    mysql_select_db('yourdb');

    //check if page already exists
    $result = mysql_query('SELECT pagename from yourtable WHERE url="'.mysql_real_escape_string($pagename).'"');
    if(mysql_num_rows($result)>=1){
        $notice = '<p>Page already created <b>./pages/'.$pagename.'</b></p>';
    }else{
        //inset new page into db
        mysql_query('INSERT into yourtable (`id`,`title`,`comment`,`url`)VALUES("",
        "'.mysql_real_escape_string(htmlentities($_POST['title'])).'",
        "'.mysql_real_escape_string(htmlentities($_POST['comment'])).'",
        "'.$pagename.'")');
        //put the created content to file
        file_put_contents('./pages/'.$pagename,$page);
        //make a notice to show the user
        $notice = '<p>New Page created <b>./pages/'.$pagename.'</b></p>';
    }
}
?>

<!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-Language" content="en-gb">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Make page example</title>
</head>

<body>
<?php
//if the notice is SET then display it
if(isset($notice)){echo $notice;} ?>
<form method="POST" action="">
  <p>Title:<input type="text" name="title" size="31"></p>
  <p>Comment:</p>
  <p><textarea rows="5" name="comment" cols="21"></textarea></p>
  <p><input type="submit" value="Submit"></p>
</form>
</body>
</html>

937.

Solve : (solved) Installing SMF forum to website?

Answer»

Hey everyone,

I'd really appreciate some help installing the SMF forum onto my website.

I uploaded all the files via SECURE web disc to a forum directory I made in which I believe is located:

http://www.mysite.com/Forum/smf/install.php

...but when I TRY to locate it through my browser it's not found.

Would ANYONE be so kind as to help me with this?If you uploaded it the a "forum" directory, point your browser towards the forum directory!

http://www.mysite.com/Forum/install.php

You don't need "smf" in the URL.yeah, it installs to where you put it, all you should need is /forum/ to get there Thanks, I GOT a friend to do it.

938.

Solve : (maybe in the wrong forum) Is there a way to get a legal free .net or .com??

Answer»

So, I have seen www.ezyrewards.com and www.domainlagoon.com but..... are those legal?  Will they MAIL me things?  (I can't have junk mailed to me... I live with my parents.)  I want to know, if I can get a legal one.  Any help here?Well, really, it's not whether it's legal or not.
If it's too good to be TRUE, then it USUALLY is.

Both of the sites you MENTIONED have a yellow privicy rating from MyWOT.
http://www.mywot.com/en/scorecard/ezyrewards.com
http://www.mywot.com/en/scorecard/domainlagoon.comIN other words, I would probably get the domain, but get SPAMMED.  Right?any other ideas for ones then?For free domain name hosting, no.

But, for free subdomain hosting, try....
http://www.110mb.com
http://www.zymic.comhow's about htp://co.cc ??  Is it good?  (for a domain?)Seems to be alright. It's not acutally free "domain" hosting though.
The web address would be http://yoursite.co.cc/.

http://www.mywot.com/scorecard/co.cchmm, it's easy to type, and like co.uk...  I might try it.

939.

Solve : Javascript - partial address and HTML title tag content on new window top line?

Answer»

When I open a new window (fullscreen=yes,toolbar=no,titlebar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,copyhistory=no, resizable=yes,left=0,top=0,screenX=0,screenY=0) using javascript window open, it opens on my SERVER without a top address/title line.   But when I execute the same open on a client, the window has a top line that contains a partial address of the window URL and the URLs HTML title tag content.  Can ANYONE explain this and how to eliminate the client new window top line.   Thanks  craigt

940.

Solve : forum code?

Answer»

does anyone know the php code for a FORUM and if they do please reply with it PHP code for a forum....

Popular forums have hundreds of files, all interconnected, therefore I can't reply with it!

Have a look at SimpleMachinesForum and phpBB.i have a problem when im installing phpbb

on step 3 on the 'test conection:' part is says array in bold and red format and it WONT LET me continue with the instalation can anyone helpI recommend SMF, but as for phpbb, Is it an SQlite?  I think you should use MYsql/

941.

Solve : Web Designing?

Answer»

If you advocate a team/PROCESS approach in developing a Web site, isn't that just design by committee?If you have a project that one person can do in their head, that is fine--no need for cooperation, a team, or even a process approach. But in general, most PROFESSIONAL Web developers are in situations where projects are big and success needs to be reliable. I think a person with no training and no cooperation with others could produce a fantastic Web site. But I think Web developers can be trained to do a better job more reliably with a DOCUMENTED, process approach in which tasks and products of those tasks are systematically identified.For what it is worth...
I think content is more important than visual effects.
But I must be in the minority. 

If you can write a good composition about a subject, and make it presentable with a WORD processor, it can be made into a web page or set of pages.
Hi

I think if you develope a major site then you need a web developer team because if you have a team then if some times during project problem arrived then all team MEMBER discuss that problem and solve  that answer was very impressive.but if you only do project at that time when problem arrive  at that time you think and you got solve that problem but its not sure that your answer would right always..

942.

Solve : Embed JS/Html into MySpace?

Answer»

I spent all my time trying to build an embed code off of a Newgrounds AUDIO Portal song -- and got it working in the BROWSER -- just to have it not work on MySpace --

Code: Code: [Select]<script type="text/javascript" src="http://js.ngfiles.com/ng_publish.js?1238212801"&GT;</script>
<script type="text/javascript" src="http://js.ngfiles.com/submission.js"></script><script type="text/javascript" src="http://js.ngfiles.com/reviewcontroller.js"></script>
<script type="text/javascript">
var fw = new FlashWriter("http://flash.ngfiles.com/audioplayer.swf", 477, 294);
fw.SetScriptAccess("always");
fw.SetFullScreen(true);
fw.SetParams("filename=http://audio.ngfiles.com/217000/217508_Hide_and_Seek.mp3&length=262&artist=fishfood2021&NAME=Hide%20and%20Seek%20%7BTechno%20Mix%7D&loop=1");
fw.Print();
</script>
So what am I doing wrong in my code?  --  or does myspace not accept javascript?

TiA,
LiamI don't use MySpace but they probably don't allow scripts. It's too much of a security RISK.

Try this instead:

Quote

<object width="447" height="294">
<param name="movie" value="http://flash.ngfiles.com/audioplayer.swf" />
<param name="filename" value="http://audio.ngfiles.com/217000/217508_Hide_and_Seek.mp3&length=262&artist=fishfood2021&name=Hide%20and%20Seek%20%7BTechno%20Mix%7D&loop=1" />
<embed src="http://flash.ngfiles.com/audioplayer.swf" width="447" height="294">
</embed>
</object>
TYVM!

And I can see how scripts can be a security risk -- I used to have a forum =P

LiamNo problem.....
943.

Solve : target="_blank" fails to open new page in drop down menu?

Answer»

This is my first post in this forum. I hope I did things correct. Got CONFUSED with the CHAPka advertising distraction inside the sign-up page.

I have been searching for years, nobody could advise me: Why do my MENUS not open a new page? This applies to all drop down menus in
http://ezaca.tripod.com/burst/index.html

Here is code extract:
Code: [Select]<CENTER>Im Menu_5 zuletzt  gew&auml;hlt</CENTER>
<center><FORM name="Menu_5"><!-- Buerstenmenu -->
<SELECT name="URL" onChange="if(options[selectedIndex].value)
window.location.href=(options[selectedIndex].value) " style="background-color: #CCFF99; font-weight: bold;">

<option value="" selected="selected" style="background-color: #FFCC99; font-weight: bold;">---W&auml;hlen ---</option>

<!-- enter source page address for the RESET function -->

<OPTION
value="http://ezaca.tripod.com/burst/index.html/#burstn" target="_self" > Menu zur&uuml;ck setzen </OPTION><!-- this works -->

<!-- enter options with web address below, as many as needed -->

<optgroup style="background-color: HotPink; font-weight: bold;" label="Presse 2014 & 2015">
<OPTION
value="http://www.badische-zeitung.de/todtnau/buerstenmacher-seit-60-jahren--104081121.html" target="_blank">&nbsp;BADISCHE: 60 Jahre B&uuml;rstenmacher</OPTION>
<OPTION
value="http://www.badische-zeitung.de/todtnau/die-buerstenmacher-von-todtnau--59098591.html" target="_blank">&nbsp;BADISCHE: Wie Busse das macht</OPTION>

<!.... left out some OPTION items in this example, you can collect more from the page actual if desired -->

</SELECT>
</FORM></center>

Please try the web page. Thanks. I STILL hope for a solution in HTML4 one day.
I have tried to include _blank into the head area, it won't work there, which is fine. I rather control each menu item - that is I WOULD like to, but the _blank is not executed.
The line with 'this works' at the end refers to the need to reset the menu to see the list with its title. The menu gets stuck on the selected item. That is why I offer a RESET possibility for the reader. For explanation only. No need to change.

944.

Solve : Where to find free web templates??

Answer»

I'm interested to change my web site design and i want to MAKE it with an new template from the internet (money free PLEASE).
Can any one tell me a link or something like that where can I find that.

Also i wnat to ask you what PROGRAM should I use to modify .php files exept NOTEPAD.
Cheers.
Google must be gone on strike.....

Goooooooooooooooogle

Quote from: dr_iton on March 29, 2009, 11:10:59 AM

Also i wnat to ask you what program should I use to modify .php files exept Notepad.

http://www.starlite-media.com/forum/index.php?action=downloads;sa=view;id=51
http://www.php-editors.com/http://en.wikipedia.org/wiki/List_of_PHP_editors
 just download it thru utorrent
945.

Solve : help me, Broken image on web page but cannot find any html to repair?

Answer»

and hello. Make pages for my own edification and stumbled across the following mystery.

Help, as they say. I made up a page with html [strictly]. I was highlighting and moving things around. Long story short, part of the URL, the tag[?] got deleted from the rest.

Now I have a broken IMAGE SIGN on the page itself but when I go to the html program. There is nothing. No html for the broken image, not even partial URL. I can't repair and I cannot get rid of it. I can, however, using "BR>" move the broken image up and down the page. 
To me a REAL mystery-- how to get rid of it? How do I find it to get rid of it?   fjWhat TOOLS do you use?
What guide or tutorial do you consult?
Is you objective to make web pages ?
If not, perhaps you only want to know how things work?
Here is a free tip.
Choice a free word processor, such as
Libre Office
or
Apache office.
Either of these lets you create a nice page and save it in DOC format, or some other similar type. Then when you want to see how it would look in HTML, just ask it to convert to HTML. Then you can compare the output to what  you see. You will learn faster doing it that way. 
(You must use Notepad to view the HTML.)

946.

Solve : Graph.Facebook.Com shows up in my message thread on Facebook???

Answer»

If I SEND a " : ) " to anyone on Facebook, using Facebook for Java phone OR Facebook Lite OR more or less any other Facebook App - then the message recipient will get this along with my message (Image enclosed)
Does anyone know - why?

And - if I OPENED it, there will be an tekst as follows:

Code: [Select]{
   "error": {
      "message": "(#803) Some of the aliases you requested do not exist: -)",
      "TYPE": "OAuthException",
      "code": 803,
      "fbtrace_id": "DvEFPCPacdy"
   }
}

I know it's not a virus, I know it's not phone or browser related, I NEWER EVER go on the graph.facebook.com page nor do I use it, many other facebook users also have it, so - does anyone know actually what is it??

[attachment deleted by admin to conserve space]

947.

Solve : This code isn't working for me??

Answer» WELL i'm TRYING to embed this on myspace, and it won't play.

http://www.youtube.com/v/ObhqbdnAdPc&AMP;AUTOPLAY=1" type="application/x-shockwave-flash" width="1" height="1">

I'm trying to autoplay it and its dimensions are 1x1.
Is there an error in my coding?yeah you dont have it set to start.  It may give you LIKE a little player.  I would probably also want to hide it but that just me and not sure what your useing it for.try this.,.

http://www.youtube.com/v/ObhqbdnAdPc" autoplay="1" type="application/x-shockwave-flash" width="1" height="1">if you want it to play continus do a -1
948.

Solve : Creating Excel Functionality in html?

Answer»

Hello,

I have created an excel spreadsheet so that I can input a GROUP of numbers & check if they are present on several lists of numbers (work related).

Essentially it is a basic excel sheet that contains TWO or three lists of ~100 7-8 digit numbers. By using an If/And/Equal to/OR equation, I can then copy and paste in other lists of number into excel to quickly verify whether they appear on these lists.

Although, I can do this on the website of the people who update the actual lists, currently for my PURPOSE I would have to SEARCH each list individually one number at the time, however, with my spreadsheet I can search if 50 numbers appear on any list in one go. I would like to provide this service to my clients.

Can this converted to HTML or recreated easily as a website? I know that I could just convert the lists from excel to HTML and USE the search find function, but this would negate the advantage of searching for 50 numbers in one go. Also, its not very aesthetic.

Thanks in advance

949.

Solve : Help, IE isn't properly showing my hard worked menu?

Answer»

I dno why but IE doesn't show my CSS menu as it should, FireFox and Google chrome do.
Can anyone help I can't seem to find it.
Link to the site

Quote

<HTML>
<HEAD><TITLE>willemwauters.be</TITLE>
<STYLE type=text/css>

#main-menu {width: 986px;
 height: 29px; background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/gansebalk.png);
 background-repeat: no-repeat; margin: 0;
   z-index: 5000;
}

#main-menu ul {float: left; width: 800px; height: 26px;
 margin: 0;
    padding: 4px 0 0 90px;
   z-index: 5000;
}

#main-menu li {
display: inline;
 position: relative;
    list-style-type: none;
    color: #fff;
   z-index: 5000;
}

#main-menu li:before {
 height:7px; content: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/Divider.png);
    padding: 0 1px 0 0px;
}

#main-menu li:first-child:before {
    content: "";
}

#main-menu a {padding: 4px 32px;
 height: 18px; line-height: 18px; font-family: "Lucida Grande",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #c4cacf;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: transparent;
   z-index: 5000;
}

#main-menu a.parent {
background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/pijlke.png);
    background-repeat: no-repeat;
    background-position: -32px;
    padding-right: 1px;
}

#main-menu a.parent:after {content: " " url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/pijlke.png);
    background-position: center right;
}

#main-menu a.parent:hover:after {
content: " " url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/grijspijlke.png);
}

#main-menu a.on {
 background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/current.png) !important;
    background-repeat: repeat-x; color: #ffffff !important;
}

#main-menu a:hover {
background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png);
    background-repeat: repeat-x;
    background-position: 0;
    color: #fff;
}

#main-menu li ul {
 width: 79px;
    display: none;
   padding: 0;
   margin: 0;
   position: absolute;
    left: 4px;
   top: 17px;
   z-index: 5000;
}

#main-menu li ul li:before {
    content: "";
    padding: 0;
    z-index: 5001;
}

#main-menu li ul li.divider {
    display: block;
    width: 101px;
    height: 1px;
    padding: 0;
   margin: 0;
   font-size: 1px;
    line-height: 1px;
    z-index: 1000;
    background-color: #fff;
    border-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#main-menu li ul li a {
    display: block;
   font-size: 9px;
    padding: 1px 3px;
    width: 104px;
    background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/achtertekst.png);
   border-color: #555;
   border-bottom-color: #333;
    border-width: 0 1px 1px 1px;
    border-style: solid;
   z-index: 5001;
}

#main-menu li ul li:last-child a {
   border-bottom-color: #555;
}

#main-menu li ul li a:hover {
    color: #fff;
    background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png);
    background-repeat: repeat-x;
   z-index: 5001;
}

#main-menu li ul li.current a {
    background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/current.png) !important;
    color: #003 !important;
}

#main-menu li ul li.current a:before {
    content: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/vogelke.png) " ";
    background-position: left center;
    z-index: 5001;
}

#main-menu li ul li.current a:hover {
    background-image: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png);
    color: #fff;
}

#main-menu li ul li.current a:hover:before {
    content: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/vogelke.png) " ";
    z-index: 5001;
}

#main-menu li:hover ul {
display: block;
    z-index: 5000;
}


body, p, td{
font-family:verdana;
font-size: 8pt;
font-weight:normal;
color:#000000;
}

h1{
font-family:verdana;
font-size: 16pt;
font-weight:bold;
color:#8b8b8b;
}

h2{
font-family:verdana;
font-size: 9pt;
font-weight:bold;
color:#8b8b8b;
}

a{
color: #737c7a;
text-decoration: none;
}

a:hover{
color:#cccccc;
text-decoration: none;
}

.menu td a{
color:#ffffff;
font-size: 8pt;
text-decoration: none;
}

.menu td a:hover{
color:#cccccc;
text-decoration: none;
}

#container {

clear: both; width: 986px; background: transparent url(http://i696.photobucket.com/albums/vv330/willemwauters/achtertekst.png);
 border: 0px solid #333;
 border-width: 0px;
 padding: 0;
 text-align: center; display: block; z-index: 0 !important;
}

#mouseover
{
opacity:0.4;
filter:alpha(opacity=40)
}

H3 {font-size: 16pt; font-weight: normal}
H4 {font-size: 14pt; font-weight: normal}
</STYLE>
</HEAD>
<BODY style="BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/achtergrond.jpg) #7a0305 repeat-x">
<DIV align=center>
<DIV id=container>
<DIV align=left><IMG height=150 src="http://i696.photobucket.com/albums/vv330/willemwauters/2debanner2009.png" width=986 align=center></DIV>
<DIV align=left></DIV>
   
   <ul id=main-menu>
      <LI><A href="/index.html id="main-menu" class="on"">Home[/url]</LI>
      <LI><A href="/biografie.html">Biografie[/url]</LI>
      <LI><A href="/programma.html">Programma[/url]</LI>
      <LI><A href="/uitslagen.html">Uitslagen[/url]</LI>
      <LI><A href="/fotoalbum.html">Fotoalbum[/url]</LI>
      <LI><A href="/gastenboek1.html">Gastenboek[/url]</LI>
      <LI><A href="/page4.html">Extra's[/url]
         <UL>   
            <LI><A href="/krantenknipsels.html">Krantenknipsels[/url]</LI>
            <LI><A href="/page4.html">Links[/url]</LI></LI>
         </UL>
   </UL>

<P></P>
<table>
<td width=290px></td>
<td><IMG width=380px height=55px src="http://i696.photobucket.com/albums/vv330/willemwauters/WillemWauters.gif"></td>
<td id=mouseover valign=top align=center height=45px width=290px onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=80" style="background: url(http://i696.photobucket.com/albums/vv330/willemwauters/LaatietsnaRZ2.png) no-repeat"><a href="/gastenboek1.html"><FONT color=white face=verdana size=6.5>___________</FONT>[/url]</td>
</table>
<TABLE style="POSITION: relative; TOP: 5px" cellPadding=0>
<TBODY>
<TR>
<TD style="BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Sponsersbackgroundrkdr.png) no-repeat" width=180>
<P></P></TD>
<TD width=25></TD>
<TD style="BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/achtergrondnieuws.png) repeat-y" width=779><(Dnoshow)IMG src="http://i696.photobucket.com/albums/vv330/willemwauters/Nieuwstitlehead.png"><FONT color=#808080><FONT face="Verdana, Sans-Serif"><SPAN style="FONT-SIZE: 12pt">
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><U><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080>Maandag 23-03:</FONT></STRONG></FONT></U></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><U><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080></FONT></STRONG></FONT></U></FONT></SPAN>&nbsp;</P><SPAN style="FONT-SIZE: 10pt"><SPAN style="FONT-SIZE: 8pt">
<DIV align=center><FONT size=2>Dit weekend heeft&nbsp;de ploeg zowel in Trognée als in de GP Wilfried Peeters te Mol de 1e plaats in de ploegranking behaald.</FONT></DIV>
<DIV align=center><FONT size=2>Ik ging van start in Trognée waar we 7&nbsp;beklimmingen en veel wind moesten trotseren.</FONT></DIV>
<DIV align=center><FONT size=2>Het ging&nbsp;beter dan de afgelopen 14 dagen. Ik kon vlot vooraan in het peleton blijven en ging goed bergop. Na de eerste beklimming vormde er zich een kopgroep van 8 man waaronder 2 ploegmaats. In de plaatselijke ronden reden er nog een paar kleine groepjes weg,&nbsp;ook Kris&nbsp;wist te ontsnappen van het peleton.</FONT></DIV>
<DIV align=center><FONT size=2>We gingen met ongeveer 30 man (het&nbsp;resterende peleton) een spurt aan&nbsp;die ik, buiten alle verwachting in,&nbsp;won :-)</FONT></DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center><FONT size=2>Groeten Willem</FONT>&nbsp;</DIV>
<DIV align=center>&nbsp;</DIV>
<DIV align=center>PS: <SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Programma en fotoalbum aangepast.</FONT></SPAN></DIV>
<DIV align=center><FONT size=2></FONT>&nbsp;</DIV>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center></SPAN></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><U><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></FONT></STRONG></FONT></U></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><U><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080></FONT></STRONG></FONT></U></FONT></SPAN>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><U><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080>Zaterdag 21-03:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></STRONG></FONT></U></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 10pt"><o:p><FONT face="Verdana, Sans-Serif" color=#808080 size=3><U></U></FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><FONT face="Verdana, Sans-Serif"><FONT color=#808080><SPAN style="FONT-SIZE: 10pt"></SPAN></FONT></FONT>&nbsp;</P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><FONT face="Verdana, Sans-Serif"><FONT color=#808080><SPAN style="FONT-SIZE: 10pt">&nbsp;Morgen start ik in Trogneé start om 13:30. de ploeg bestaat uit:</SPAN></FONT></FONT></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><FONT face="Verdana, Sans-Serif"><FONT color=#808080><SPAN style="FONT-SIZE: 10pt">&nbsp;Boeckmans Kris, David Tom, De Clercq Bart, De Winter Walt en Wagemans Joris en ik.<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><o:p><FONT face="Verdana, Sans-Serif" color=#808080>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT face="Verdana, Sans-Serif" color=#808080>&nbsp;Groeten Willem</FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080></FONT></SPAN>&nbsp;</P><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png">
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center></SPAN></FONT></FONT><SPAN style="FONT-SIZE: 12pt"><FONT face="Verdana, Sans-Serif"><STRONG><FONT color=#808080><U>Maandag 16-03</U>:<o:p></o:p></FONT></STRONG></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 10pt"><o:p><FONT face="Verdana, Sans-Serif" color=#808080>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080><FONT face="Verdana, Sans-Serif">&nbsp;Gisteren ging ik van start in de kattekoers. De weergoden waren ons zeer gunstig.<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080><FONT face="Verdana, Sans-Serif">&nbsp;Vroeg in de wedstrijd waren er 18 vluchters. Niemand van de ploeg was mee, dus moest er gereden worden&nbsp;en&nbsp;</FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080><FONT face="Verdana, Sans-Serif">&nbsp;hard! WANT de voorsprong van de vluchters bedroeg al 2.5min. Wat niet weinig was. Alles ging prima tot</FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080><FONT face="Verdana, Sans-Serif">&nbsp;op 30km van de meet, het beste was er af. Ik heb dan ook de wedstrijd beëindigd. Deze week ga ik wat meer </FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080><FONT face="Verdana, Sans-Serif">&nbsp;duurtrainingen afwerken om zo de nodige uurtjes op de fiets weer gewoon te worden.<o:p></o:p></FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><o:p><FONT face="Verdana, Sans-Serif" color=#808080>&nbsp;</FONT></o:p></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT face=Arial><FONT face="Verdana, Sans-Serif" color=#808080>&nbsp;Groeten Willem</FONT></FONT></SPAN></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080></FONT></SPAN>&nbsp;</P><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png">
<P align=center></FONT></SPAN><SPAN style="FONT-SIZE: 12pt"><U><STRONG><FONT color=#808080>Zaterdag 14-03:</FONT></STRONG></U></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 8pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Morgen start ik in Deinze-Ieper (kattekoers)</FONT></SPAN></SPAN></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 8pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>en 22/03 start ik in Trongeé</FONT></SPAN></SPAN></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 8pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Groeten Willem</FONT></SPAN></SPAN></SPAN></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><FONT color=#808080><U><STRONG>Zaterdag 07-03:</STRONG></U></FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Vandaag stond de Vlaamse pijl, met enkele Vlaamse heuvels, op het programma. We starten in Harelbeke en reden richting de Vlaamse Ardennen. De eerste helling van de dag was de kluisberg, daarna volgde de Stokeu en dan de Oude Kwaremont. Helaas ben ik net voor de oude kwaremont plat gevallen. Het peloton was al in stukken gescheurd en daarom was de volgwagen ver achter. Na het wisselen van wiel zette ik mijn weg verder. Ik kwam al snel tot het besef dat het geen zin meer had om nog verder op zoek te gaan naar een groepje en met hen de koers uit te rijden. Ik stapte na 74km af. Spijtig want de benen waren wel in orde.<o:p></o:p></FONT></P>
<P align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Om alles snel te vergeten start ik morgen in Lierde. Start om 3u.<o:p></o:p></FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Groeten Willem&nbsp;<SPAN style="mso-spacerun: yes">&nbsp;</SPAN><SPAN style="mso-spacerun: yes">&nbsp;</SPAN></FONT></SPAN></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></P>
<P align=center></SPAN></SPAN><SPAN style="FONT-SIZE: 12pt"><FONT color=#808080><U><STRONG>Woensdag 04-03:</STRONG></U></FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Er is een nieuw gastenboek toegevoegd !!!</FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Laat gerust iets na.</FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Groeten Willem</FONT></SPAN></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><FONT color=#808080><U><STRONG>Maandag&nbsp;02-03:</STRONG></U></FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>&nbsp;Precies om 13.00 uur gingen 180 renners van start voor de grote ronde van ruim 100 km.&nbsp;De renners zaten nog maar net in het zadel of Birger Leys moest al van fiets wisselen. Even LATER kregen we ook al de eerste opgave van</FONT></SPAN></SPAN><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>&nbsp;WOUTER Wippert. De renners legden er flink de pees op en vaak werd op een lint gereden. Op de baan van Lozen naar Bree vormde zich met Maint Berkenbosch (Cycling team Jo Piels), Michaël Kurth (Team Kuota), Mitja Schlüter (Team Nutrixxion), Jetse Bol (Rabobank), Pim De Beer (Team B&amp;E Koopmans), Tom Criel (Topsport Vlaanderen), Willem Wauters (Davo Team&nbsp;Tongeren)&nbsp;en Paul Dekkers (Team De kempen)&nbsp;een kopgroep die&nbsp;een voorsprong bij mekaar fietste van BIJNA&nbsp;maximaal 3'40".Vanaf Peer begon de voorsprong van de leiders stelselmatig af te nemen en in Overpelt&nbsp;had het achttal nog slechts 1' 45" voorsprong. In Neerpelt moest Dekkers vooraan de rol lossen en werd opgeslokt door de grote groep.&nbsp;Toen de leiders&nbsp;Achel terug binnenreden om op het plaatselijke parcours nog zeven ronden af te werken, bedroeg hun voorsprong&nbsp;opnieuw 2'30". Het peloton viel in stukken na&nbsp;een valpartij. waar ikzelf achterzat. het was dan ook onbegonnen werk om nog terug aansluiting te maken met het peleton. ik beeindigde mijn wedstrijd met een goed gevoel! op naar zaterdag!!</FONT></SPAN></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080>Groeten Willem</FONT></SPAN></SPAN></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><FONT color=#808080><U><STRONG>Maandag 23-02:</STRONG></U></FONT></SPAN></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><FONT color=#808080><SPAN style="FONT-SIZE: 10pt">&nbsp;Nieuw album toegevoegd in het fotoalbum !!</SPAN></FONT></SPAN></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"></P>
<P align=center><SPAN style="FONT-SIZE: 12pt"><U><FONT color=#808080><STRONG>Zaterdag 21-02:</STRONG></FONT></U></SPAN></P>
<P align=center></P>
<P align=center><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">We zijn terug uit Spanje, de nodige kilometers zijn er gebold (</SPAN></FONT></FONT></SPAN></FONT><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">820km!!) </SPAN></FONT></FONT></SPAN></FONT><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">met een&nbsp;paar stevige beklimmingen. </SPAN></FONT></FONT></SPAN></FONT></P>
<P align=center><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt"></SPAN></FONT></FONT></SPAN></FONT><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">De conditie is goed aangescherpt, het is dus tijd om terug naar het peleton te keren. </SPAN></FONT></FONT></SPAN></FONT><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">We zijn er klaar voor!! </SPAN></FONT></FONT></SPAN></FONT></P>
<P align=center><FONT size=6><SPAN style="FONT-SIZE: 10pt"><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt">Ik start zaterdag 28/02 in de eerste wedstrijd van het seizoen de Beverbeek Classic. De volgende is ook al bekend 07/03 de Vlaamse Pijl.</SPAN></FONT></FONT></SPAN></FONT></P>
<P align=center><IMG style="LEFT: 0px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/tussenstuk2.png"><FONT size=6><FONT color=#808080 size=2><FONT size=2><SPAN style="FONT-SIZE: 10pt"></P>
<P align=center><FONT color=#808080 size=6><SPAN style="FONT-SIZE: 12pt"><U><STRONG>Woensdag 11-02:</STRONG></U></SPAN></FONT></P>
<P align=center><FONT color=#808080 size=6><SPAN style="FONT-SIZE: 10pt">Vrijdag&nbsp;(13-02) vertrekken we met de ploeg op stage naar Benidorm (Spanje). </SPAN></FONT><FONT color=#808080 size=6><SPAN style="FONT-SIZE: 10pt">Vrijdag (20-02) komen we terug aan.</SPAN></FONT></P>
<P align=center><IMG style="BOTTOM: -4px; POSITION: relative" src="http://i696.photobucket.com/albums/vv330/willemwauters/onderkantnieuws.png"></SPAN></FONT></FONT></FONT></P></TD></TR></TH></TBODY></TABLE>
<P></P>
<P class=MsoNormal style="MARGIN: 0cm 0cm 0pt" align=center><SPAN style="FONT-SIZE: 10pt"><FONT size=3><FONT face="Verdana, Sans-Serif"><FONT color=#3d0102>Website created by Jonas Wauters<o:p></o:p></FONT></FONT></FONT></SPAN></P></SPAN></SPAN></FONT></DIV></DIV></BODY>

used quote cause it would be to wide otherwise

Thanks in advance

Jonas IE has quite a few flaws when it comes to CSS unfortunately.

I think I found the culprit: http://www.w3schools.com/css/css_reference.asp#generatedcontent
The "content" attribute doesn't work in IE according to the page above.

Site is looking nice, by the way. Is there anything similar to content that I can use that will work on both browsers?

Jonas I did it totally different, completly with html.
if you'll take a look I think you're gona see something you didn't expect, I worked with opacity.
The only problem is that I can't make a hover down menu but it isn't really needed.
Quote
<HTML>
<HEAD><TITLE>willemwauters.be</TITLE>
<STYLE type=text/css>

body, p, td{
font-family:verdana;
font-size: 8pt;
font-weight:normal;
color:#000000;
}

h1{
font-family:verdana;
font-size: 16pt;
font-weight:bold;
color:#8b8b8b;
}

h2{
font-family:verdana;
font-size: 9pt;
font-weight:bold;
color:#8b8b8b;
}

a{
color: #737c7a;
text-decoration: none;
}

a:hover{
color:#cccccc;
text-decoration: none;
}

.menu td a{
color:#ffffff;
font-size: 8pt;
text-decoration: none;
}

.menu td a:hover{
color:#cccccc;
text-decoration: none;
}

#container {

clear: both; width: 986px; background: transparent url(http://i696.photobucket.com/albums/vv330/willemwauters/achtertekst.png);
 border: 0px solid #333;
 border-width: 1px;
 padding: 0;
 text-align: center; display: block; z-index: 0 !important;
}

#mouseover
{
opacity:0.4;
filter:alpha(opacity=40)
}

#hovermenu
{
opacity:0.30;
filter:alpha(opacity=30)
}

#actiefmenu
{
opacity:0.75;
filter:alpha(opacity=75)
}

H3 {font-size: 16pt; font-weight: normal}
H4 {font-size: 14pt; font-weight: normal}
</STYLE>
</HEAD>
<BODY style="BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/achtergrond.jpg) #7a0305 repeat-x">
<DIV align=center>
<DIV id=container style="WIDTH: 987px">
<DIV align=left><IMG height=150 src="http://i696.photobucket.com/albums/vv330/willemwauters/2debanner2009.png" width=986 align=center></DIV>
<DIV align=left>
<TABLE style="BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/menuremake.png) no-repeat; WIDTH: 986px; HEIGHT: 20px" cellPadding=0 ></div>
<TBODY>
<TR>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:117px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover-2px.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/index.html"><FONT color=white>Home</FONT>[/url]</TD>
<TD id=actiefmenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:119px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.75;this.filters.alpha.opacity=75 Align=center valign=middle><A href="/biografie.html"><FONT color=white>Biografie</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:119px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/programma.html"><FONT color=white>Programma</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:119px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/uitslagen.html"><FONT color=white>Uitslagen</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:119px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/fotoalbum.html"><FONT color=white>Fotoalbum</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:118px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover-1px.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/gastenboek1.html"><FONT color=white>Gastenboek</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:119px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/krantenknipsels.html"><FONT color=white>Krantenknipsels</FONT>[/url]</TD>
<TD id=hovermenu onmouseover=this.style.opacity=1;this.filters.alpha.opacity=100  style="width:114px; BACKGROUND: url(http://i696.photobucket.com/albums/vv330/willemwauters/Javascriptmenu/hover.png) no-repeat" onmouseout=this.style.opacity=0.30;this.filters.alpha.opacity=30 Align=center valign=middle><A href="/page4.html"><FONT color=white>Links</FONT>[/url]</TD></TR></TBODY></TABLE></div>

It might be helpfull for some people who want to make a interactive menu but can't seem to figure out how to do it with javascript or CSS.

Jonas

Just edited and put code in quote box instead Looks good.
950.

Solve : How to hange a section of an HTML page?

Answer»

I want to change just the MIDDLE section of a web page either by swiping (on phone or tablet) or clicking a nav BUTTON (on phone, tablet or computer) All of the header and footer content remains constant but a middle section of graphics and text would change.

What is the best way to accomplish this? Might be able to do this with FRAMES: http://www.w3schools.com/tags/tag_frameset.asp
Frames with scrolling enabled/disabled etc: http://www.w3schools.com/tags/att_frame_scrolling.asp

But CSS might work out better for you, and my choice would be CSS for this ( however I am not a web developer so maybe there is a better way ): http://www.w3schools.com/css/css_navbar.asp

Biggest trick with phones and tablets is that the display SIZES range and so you will want to have a smaller display device to test your site out on and a tablet and then a PC to make sure that it WORKS well for all visitors. You can even use code to detect what OS they are using to then dynamically change how the page is viewed by them too so the website dynamically changes itself to fit the device that is interacting with it.