<?xml version="1.0"?>
<rss version="2.0"><channel><title>HTML and CSS Latest Topics</title><link>https://forums.totalchoicehosting.com/forum/25-html-and-css/</link><description>HTML and CSS Latest Topics</description><language>en</language><item><title>Fallback Font defaulting to Comic Sans on Windows Machines</title><link>https://forums.totalchoicehosting.com/topic/47650-fallback-font-defaulting-to-comic-sans-on-windows-machines/</link><description><![CDATA[<p>
	I uploaded the same site to two different domains:
</p>

<p>
	Actual site: <a href="https://rockethousepictures.com" rel="external">https://rockethousepictures.com</a>
</p>

<p>
	Beta test site: <a href="http://rockethouse.pictures/RHP-NEW" rel="external">http://rockethouse.pictures/RHP-NEW</a>
</p>

<p>
	The fonts display great on the test site. But on the "actual" site it defaults to cursive, in this case Comic sans. Which I'm not ok with. Anything but Comic Sans.
</p>

<p>
	Files are exact the same. Here's the code from the style CSS:
</p>

<p>
	__________________________________
</p>

<p>
	/* Fonts */
</p>

<p>
	    /* Open Sans */<br />
	    @import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);
</p>

<p>
	    /* Open Sans Condensed */<br />
	    @import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
</p>

<p>
	    /* Condiment */<br />
	    @import url(http://fonts.googleapis.com/css?family=Condiment);
</p>

<p>
	    /* Playball */<br />
	    @import url(http://fonts.googleapis.com/css?family=Playball);
</p>

<p>
	/* Main Styles */
</p>

<p>
	    ::selection {<br />
	        background-color: #ececec;<br />
	    }<br />
	    html, body {<br />
	        background: #fff;<br />
	        width:100%;<br />
	        height:100%;<br />
	        padding:0;<br />
	        margin-left:0;<br />
	        margin-right:0;<br />
	        font-family: 'Open Sans', sans-serif;<br />
	        -webkit-font-smoothing: antialiased;<br />
	    }
</p>

<p>
	    body{<br />
	        overflow-x: hidden;<br />
	    }
</p>

<p>
	    img {<br />
	        -moz-user-select: none;<br />
	        -webkit-user-select: none;<br />
	        -ms-user-select: none;<br />
	        user-select: none;<br />
	        -webkit-user-drag: none;<br />
	        user-drag: none;<br />
	    }
</p>

<p>
	    a,<br />
	    a:hover,<br />
	    a:active,<br />
	    a:focus<br />
	    {<br />
	        text-decoration:none;<br />
	        outline:none;
</p>

<p>
	    }
</p>

<p>
	    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{<br />
	        font-family: 'Open Sans', sans-serif;<br />
	        font-weight:100;<br />
	    }
</p>

<p>
	    p{<br />
	        margin:0 0 5px;<br />
	    }
</p>

<p>
	    .clear{<br />
	        clear:both;<br />
	    }
</p>

<p>
	    ol, ul{<br />
	        list-style:none;<br />
	        padding:0;<br />
	    }
</p>

<p>
	    b.caret{<br />
	        margin:-3px 0 auto 5px;<br />
	    }
</p>

<p>
	    .btn{<br />
	        outline:none;<br />
	        -webkit-transition: all 0.4s;<br />
	        -moz-transition: all 0.4s;<br />
	        transition: all 0.4s;<br />
	    }
</p>

<p>
	    .btn:focus{<br />
	        outline:none;<br />
	    }
</p>

<p>
	    .btn:active{<br />
	        outline:none;<br />
	    }
</p>

<p>
	/* Font Classes */
</p>

<p>
	    .condensed{<br />
	        font-family: 'Open Sans Condensed', sans-serif;<br />
	    }
</p>

<p>
	    .condiment{<br />
	        font-family: 'Condiment', cursive;<br />
	    }
</p>

<p>
	    .playball{<br />
	        font-family: 'Playball', cursive;<br />
	    }
</p>

<p>
	______________________________
</p>

<p>
	I tried changing "cursive" to "serif" ... and even added extra fall back fonts but nothing changed. It almost makes me think this could be a server issue...
</p>

<p>
	Any help is much appreciated.
</p>
]]></description><guid isPermaLink="false">47650</guid><pubDate>Sat, 11 Dec 2021 22:23:36 +0000</pubDate></item><item><title>renaming an html page and redirect</title><link>https://forums.totalchoicehosting.com/topic/47501-renaming-an-html-page-and-redirect/</link><description><![CDATA[<p>
	I created a page on my site and decided I wanted to change the name because the name is too long. Is it possible to change the name but if people type in the old name it will go directly to the new name?
</p>
]]></description><guid isPermaLink="false">47501</guid><pubDate>Mon, 29 Jun 2020 15:46:34 +0000</pubDate></item><item><title>Tooltips</title><link>https://forums.totalchoicehosting.com/topic/30121-tooltips/</link><description><![CDATA[
<p>hello,</p>
<p> </p>
<p>ive noticed on many sites that have abbiviations or 'jargon' in text they offer a tooltip, </p>
<p>this is underlined with a dotted line, and when you hover over it the mouse icon becomes a '?' as well as in a small box displaying the chosen text.</p>
<p> </p>
<p>is this code w3c compliant and what is it if you know? i'd like to use it to make things more 'plain english'</p>
<p>thanks <img src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" /></p>
]]></description><guid isPermaLink="false">30121</guid><pubDate>Tue, 31 Oct 2006 15:03:17 +0000</pubDate></item><item><title>Help With Redirect After Moving To Https</title><link>https://forums.totalchoicehosting.com/topic/45674-help-with-redirect-after-moving-to-https/</link><description><![CDATA[
<div>Hello,</div>
<br />
<div> </div>
<br />
<div>A month ago, on the site on WordPress completely changed the structure of the site. The .htaccess file is registered to more than 1000 redirects from the old URL to the new, not to lose traffic. </div>
<br />
<div> </div>
<br />
<div>Today, we installed security certificate on the site's. </div>
<br />
<div> </div>
<br />
<div>The .htaccess file is usually prescribed to all RLC started now with "https":</div>
<br />
<div>
<br />
<pre class="ipsCode prettyprint"><br />
<br />
RewriteEngine On<br />
RewriteCond% {SERVER_PORT}! ^ $ 443<br />
. RewriteRule * https: //% {SERVER_NAME}% {REQUEST_URI} [R = 301, L]<br />
#N WordPress</pre>
<br />
</div>
<br />
<div> </div>
<br />
<div>but now there is a problem of all other prescription redirects from the old URL to the new ... </div>
<br />
<div> </div>
<br />
<div>They were registered as follows:</div>
<br />
<div>
<br />
<pre class="ipsCode prettyprint"><br />
301 redirect /74-xyz.html https://site.com/xyz.html <br />
301 redirect /personal_page/personal_page.html https://site.com/personal_page.html </pre>
<br />
</div>
<br />
<div>etc. </div>
<br />
<div> </div>
<br />
<div>But now all these rules do not work .... </div>
<br />
<div> </div>
<br />
<div>If you try to go to the old kind of link - <a href="http://site.com/74-xyz.html" rel="external">http://site.com/74-xyz.html</a> , instead of forwarding the page <a href="https://site.com/xyz.html" rel="external">https://site.com/xyz.html</a> where Now there is an article in the address just added "s" and a link ceases to type <a href="http" rel="">http</a> s : //site.com/ and get a 404 error.  </div>
<br />
<div> </div>
<br />
<div>I tried in the .htaccess file to register the full addresses of links, like so:</div>
<br />
<div>
<br />
<pre class="ipsCode prettyprint"><br />
301 redirect http://site.com/74-xyz.html https://site.com/xyz.html</pre>
<br />
</div>
<br />
<div>but also does not redirect to the new page, just add "s" ... </div>
<br />
<div> </div>
<br />
<div>It turns out that in any way I will not be able to set up a 301 redirect from the old address to the http URL to the new modified so even with https? Or is there any options? </div>
<br />
<div> </div>
<br />
<div>Thanks in advance for your help and sorry if I have shared my problem in wrong section.</div>
<br />
]]></description><guid isPermaLink="false">45674</guid><pubDate>Thu, 16 Feb 2017 10:13:51 +0000</pubDate></item><item><title>Forbidden Pages?</title><link>https://forums.totalchoicehosting.com/topic/44338-forbidden-pages/</link><description><![CDATA[
<p>I'm not sure that this is the right forum to post this in, but I can't find a better one, so:</p>
<p> </p>
<p>I have a very simple static website (no scripts or anything like that running) that I've used mainly as a depository for documents I can distribute to my classes.</p>
<p> </p>
<p>Anything in the base public html folder (whether the index page for the site—just a placeholder not linking to anything else—at <a href="http://www.pmpkn.net/" rel="external">http://www.pmpkn.net/</a> or a specific document such as <a href="http://www.pmpkn.net/phonology.pdf" rel="external">http://www.pmpkn.net/phonology.pdf</a>) works fine</p>
<p> </p>
<p>However, if you try to go anywhere deeper on the site (e.g., <a href="http://www.pmpkn.net/lx/" rel="external">http://www.pmpkn.net/lx/</a>, or a specific document such as <a href="http://www.pmpkn.net/lx/ADS2k3.pdf" rel="external">http://www.pmpkn.net/lx/ADS2k3.pdf</a>), it throws back a 403-Forbidden error. This is odd, since last time I chacked (which, to be honest, was probably a couple years ago) everything worked, and I haven't changed anything in the meantime.</p>
<p> </p>
<p>So what could be causing this? I've looked at the files, and the permissions on the folders and files all seem to be correct (755 and 644, respectively). So what is it about the subfolders that is causing problems? I've exhausted my (very small) level of knowledge on this sort of thing.</p>
<p> </p>
<p>D Bowie</p>
]]></description><guid isPermaLink="false">44338</guid><pubDate>Wed, 26 Nov 2014 19:56:55 +0000</pubDate></item><item><title>How To Distribute Data On Web Sites?</title><link>https://forums.totalchoicehosting.com/topic/43992-how-to-distribute-data-on-web-sites/</link><description><![CDATA[
<div>Most popular CMS repository for files (images, videos) serves one folder located somewhere in the site directory (CMS), it adds the files to CMS website. </div>
<br />
<div> </div>
<br />
<div>How to distribute this store? </div>
<br />
<div> </div>
<br />
<div>For example, I have more than one billion images for my blog on WordPress and website hosting this whole file folder does not fit on it. How to put files on different dedicated servers? Need to know the method of creating links and mount on one folder. I can mount only one directory, but I need a distribution on multiple servers. Moreover, this problem is universal in all CMS. Even CMS for video hosting are arranged so that the repository for all video playing one folder in the site root. </div>
<br />
<div> </div>
<br />
<div>Isn't there any single way to distribute data across servers? </div>
<br />
<div> </div>
<br />
]]></description><guid isPermaLink="false">43992</guid><pubDate>Sat, 28 Jun 2014 07:22:42 +0000</pubDate></item><item><title>Relative Paths?</title><link>https://forums.totalchoicehosting.com/topic/43883-relative-paths/</link><description><![CDATA[
<p>Hi!  I'm troubleshooting a very intricate online lesson, basically developed as a single-page-application before SPAs were cool (it sorta works even in IE6, if that tells you anything).  When we pushed a test template to the third party LMS, it spat errors - wasn't able to run scripts, couldn't find XML, etc.  They're very busy, and can only push test packages once every few weeks.  So I was delighted to get the same errors when I pushed the template to my TCH domain (HURRAY! I can troubleshoot!).</p>
<p> </p>
<p>The fix was to replace ALL of the relative paths - downward and upward - with absolute paths from root / . </p>
<p> </p>
<p>My question is, is it because of the spaghetti code that the package is running, with JavaScript and XML here, there and everywhere, or is it a general policy, and we can't use relative paths at all?  I'm cool either way; I just thought somebody might know off the top of their head, and save me some poking around.</p>
<p> </p>
<p>Thank you so much!</p>
<p> </p>
<p>~ Rosanne</p>
]]></description><guid isPermaLink="false">43883</guid><pubDate>Tue, 08 Apr 2014 21:30:22 +0000</pubDate></item><item><title>Site For Boat Rental</title><link>https://forums.totalchoicehosting.com/topic/43187-site-for-boat-rental/</link><description><![CDATA[<p>Hey, i want to make a site on which i can offer my boats for rental. But i have no knowledge about something like this. what do i have to know about making a web site?</p>]]></description><guid isPermaLink="false">43187</guid><pubDate>Fri, 28 Dec 2012 15:56:02 +0000</pubDate></item><item><title>Allow Visitors To Print Coupons From Webpage</title><link>https://forums.totalchoicehosting.com/topic/43055-allow-visitors-to-print-coupons-from-webpage/</link><description><![CDATA[
<p>HI TCH ers,</p>
<p> </p>
<p>I am wondering what would be the best way to allow visitors to a webpage to be able to print out a coupon. I would have, i.e., a picture of a product with a sale price on it and allow them to click "print coupon" button which would send the coupon to their printer.</p>
<p> </p>
<p>Any help would be welcome.</p>
<p> </p>
<p>thanks,</p>
<p> </p>
<p>Mike</p>
]]></description><guid isPermaLink="false">43055</guid><pubDate>Wed, 25 Jul 2012 19:52:46 +0000</pubDate></item><item><title>Html5 Video Support</title><link>https://forums.totalchoicehosting.com/topic/41510-html5-video-support/</link><description><![CDATA[
<p>I'm curious. I'm trying to put HTML5 video on my page. I added ogg and webm video formats up, but I'm not getting any responses from the server. I'm wondering if these content-types are supported by TCH. Does anyone know or can confirm?</p>
<p> </p>
<p>Thanks!</p>
<p> </p>
<p>-Vince</p>
]]></description><guid isPermaLink="false">41510</guid><pubDate>Tue, 05 Apr 2011 04:42:10 +0000</pubDate></item><item><title>Redirect Https To Http</title><link>https://forums.totalchoicehosting.com/topic/42487-redirect-https-to-http/</link><description><![CDATA[
<p>Just recently noticed I have an index page indexed in Big G that is <strong>https</strong>://. How can I get that permanently redirected through .htaccess?</p>
<p> </p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="42487" data-ipsquote-contentclass="forums_Topic"><div>Great Success ! Apache is working on your cPanel® and WHM™ Server. If you can see this page, then the people who manage this server have installed cPanel ...</div></blockquote>
]]></description><guid isPermaLink="false">42487</guid><pubDate>Sat, 19 Nov 2011 12:39:01 +0000</pubDate></item><item><title>Quite Specific Css Link Question</title><link>https://forums.totalchoicehosting.com/topic/40696-quite-specific-css-link-question/</link><description><![CDATA[
<p>I am trying to get my website up and running. I am pretty good with HTML and CSS, been making sites for a number of years (hobby, not a job). At ParkBenchChiropractic.com there is a navigation bar below the header with common links and a facebook link. The text links have a hover effect applied to them with CSS. The code is very similar to the CSS used for the hover effect I used on the sidebar on the same pages. The sidebar works as designed, with no underline when I hover over a link. The top navbar, though, persists in underlining when I hover despite using "a:hover {text-decoration:none;}" in my code.</p>
<p> </p>
<p>The HTML pages are all the pages at parkbenchchiropractic.com, and the CSS which these pages reference is at <a href="http://www.parkbenchchiropractic.com/static.css" rel="external">http://www.parkbenchchiropractic.com/static.css</a></p>
<p> </p>
<p>If anyone has any interest in this and wouldn't mind being a fresh pair of eyes for me and perusing my code, please feel free!! I am stumped and have been trying to figure this out for a few days now with no luck. It's probably something obvious, but I can't get it.</p>
<p> </p>
<p>As a note, the links all display correctly in the newest version or IE, but not Firefox.</p>
]]></description><guid isPermaLink="false">40696</guid><pubDate>Wed, 13 Oct 2010 15:37:30 +0000</pubDate></item><item><title>Visitors Stats</title><link>https://forums.totalchoicehosting.com/topic/40561-visitors-stats/</link><description><![CDATA[
<p><img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"> I was wondering if it is possible to put the amount of total "visitors" to my site from when it was first started, on my web page?</p>
<p> </p>
<p>Thank you</p>
<p>Steve</p>
]]></description><guid isPermaLink="false">40561</guid><pubDate>Sun, 19 Sep 2010 20:55:17 +0000</pubDate></item><item><title>Stylesheet Not Working For One Page</title><link>https://forums.totalchoicehosting.com/topic/40488-stylesheet-not-working-for-one-page/</link><description><![CDATA[
<p>Ok, so I have a stylesheet php file that works for my entire site except for one page. This page resides in a password protected directory yet for the years I've had this page up and running, it's never been a problem. Then about 3 weeks ago, I had issues getting in, some kind of html issue or something that I had the TCH support take care of. After that, the page was just white with the content. I e-mailed support and they corrected it but for the past couple of weeks it's been white with the content. I'm still able to do what needs to get done, but I'm perplexed as to why this is happening.</p>
<p> </p>
<p>I checked the code and the link to the stylesheet was fine and matches that from my other page. So I thought, well maybe it has something to do with it being behind a password protected directory so I placed the stylesheet within that directory and changed to code to reflect this but to no avail.</p>
<p> </p>
<p>This isn't a big deal as this page is only accessible by me so I just added links that normally were on the sidebar into the main content but I was just curious as to why it's now happening. Does it have something to do with the recent change in PHP or something?</p>
]]></description><guid isPermaLink="false">40488</guid><pubDate>Fri, 03 Sep 2010 17:06:42 +0000</pubDate></item><item><title>Phplist Messages Being Truncated</title><link>https://forums.totalchoicehosting.com/topic/40284-phplist-messages-being-truncated/</link><description><![CDATA[
<p>I use phplist to send out around 250 newsletter notifications each month.  I'm guessing an update was applied sometime in the past month and a half because my messages are now being truncated.</p>
<p> </p>
<p>I Googled the problem and came up with what seems to be a solution.  Problem is, I don't really understand how to apply the fix.  </p>
<p> </p>
<p>Here is a link to the page:  <a href="http://mantis.phplist.com/view.php?id=2138" rel="external">http://mantis.phplist.com/view.php?id=2138</a></p>
<p> </p>
<p>Where exactly do I go to change the "varchar(255)" to "text"? And do you know of a better way to fix the problem?</p>
<p> </p>
<p>Thanks much! <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
]]></description><guid isPermaLink="false">40284</guid><pubDate>Mon, 16 Aug 2010 05:30:44 +0000</pubDate></item><item><title>Most Common Monitor Size</title><link>https://forums.totalchoicehosting.com/topic/31103-most-common-monitor-size/</link><description><![CDATA[
<p>Hi everybody,</p>
<p> </p>
<p>What is the most commun monitor size? Shall I design for "17 or "19 inches?</p>
<p> </p>
<p>Please somebody let me know.</p>
<p> </p>
<p>Thanks a lot,</p>
<p> </p>
<p>Iván</p>
]]></description><guid isPermaLink="false">31103</guid><pubDate>Mon, 29 Jan 2007 10:55:30 +0000</pubDate></item><item><title>How To Do A Redirect With No Extension</title><link>https://forums.totalchoicehosting.com/topic/39488-how-to-do-a-redirect-with-no-extension/</link><description><![CDATA[
<p>Ok, here's the scenario:</p>
<p> </p>
<p>I want to create a redirect link and make it simple so people can remember it.</p>
<p>Something like <a href="http://www.natalie-brown.com/challenge" rel="external">http://www.natalie-brown.com/challenge</a></p>
<p> </p>
<p>I want to redirect this link to another site.</p>
<p> </p>
<p>How can I do this in my .htaccesss file?</p>
<p> </p>
<p>Normally for a redirect I would put something like:</p>
<p>redirect 301 /list.htm <a href="http://www.natalie-brown.com/interact/mailing-list.html" rel="external">http://www.natalie-brown.com/interact/mailing-list.html</a></p>
<p> </p>
<p>But I usually have to have the .htm or .html</p>
<p> </p>
<p>I want to make it so that I don't have to have that as a part of the link that is being redirected.</p>
<p> </p>
<p>Is this possible and how can I do it?</p>
<p> </p>
<p>Thanks!</p>
<p>Nat</p>
]]></description><guid isPermaLink="false">39488</guid><pubDate>Wed, 24 Mar 2010 21:33:17 +0000</pubDate></item><item><title>Replace H1 Tag Header With Image?</title><link>https://forums.totalchoicehosting.com/topic/39237-replace-h1-tag-header-with-image/</link><description><![CDATA[
<p>Can anyone help me with a little CSS/DIV issue?</p>
<p> </p>
<p>I am trying to customize a Wordpress template and it is using an H1 tag to put in a text name which links to the domain. I want to replace this with a logo and it not be text.</p>
<p> </p>
<p>Essentially I need to put in a DIV and style it with CSS right? And I guess float the logo left somehow?</p>
<p> </p>
<p>How can I do this as I'm not exactly seeing where in the Header DIV it would go.</p>
<p> </p>
<p>Code  for header area (i think) is</p>
<p></p>
<pre class="ipsCode">&gt; &lt;body &lt;?php body_class(); ?&gt;&gt;
 &lt;div class="skip-content"&gt;&lt;a href="#content"&gt;Skip to content&lt;/a&gt;&lt;/div&gt;
 &lt;div id="header" class="clear"&gt;
   &lt;div id="follow"&gt;
     &lt;div class="wrapper clear"&gt;
       &lt;dl&gt;
         &lt;dt&gt;&lt;?php _e('Follow:', 'titan') ?&gt;&lt;/dt&gt;
           &lt;dd&gt;&lt;a class="rss" href="&lt;?php bloginfo('rss2_url'); ?&gt;"&gt;&lt;?php _e('RSS', 'titan') ?&gt;&lt;/a&gt;&lt;/dd&gt;
           &lt;?php if ($titan-&gt;emailToggle() == 'true') : else : ?&gt;
             &lt;dd&gt;&lt;a class="email" href="&lt;?php if ($titan-&gt;feedEmail() !== '') echo $titan-&gt;feedEmail(); else echo "#"; ?&gt;"&gt;&lt;?php _e('Email', 'titan') ?&gt;&lt;/a&gt;&lt;/dd&gt;
           &lt;?php endif; ?&gt;
           &lt;?php if ($titan-&gt;twitterToggle() == 'true') : else : ?&gt;
             &lt;dd&gt;&lt;a class="twitter" href="&lt;?php if ($titan-&gt;twitter() !== '') echo $titan-&gt;twitter(); else echo "#"; ?&gt;"&gt;&lt;?php _e('Twitter', 'titan') ?&gt;&lt;/a&gt;&lt;/dd&gt;
           &lt;?php endif; ?&gt; 
       &lt;/dl&gt;
     &lt;/div&gt;&lt;!--end wrapper--&gt;
   &lt;/div&gt;&lt;!--end follow--&gt;
   &lt;div class="wrapper"&gt;
     &lt;?php if (is_home()) echo('&lt;h1 id="title"&gt;'); else echo('&lt;div id="title"&gt;');?&gt;&lt;a href="&lt;?php bloginfo('url'); ?&gt;"&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;?php if (is_home()) echo('&lt;/h1&gt;'); else echo('&lt;/div&gt;');?&gt;
     &lt;div id="description"&gt;
       &lt;?php bloginfo('description'); ?&gt;
     &lt;/div&gt;&lt;!--end description--&gt;
     &lt;div id="navigation"&gt;
       &lt;ul id="nav"&gt;
         &lt;?php if ($titan-&gt;hideHome() !== 'true') : ?&gt;
           &lt;li class="page_item &lt;?php if (is_front_page()) echo('current_page_item');?&gt;"&gt;&lt;a href="&lt;?php bloginfo('url'); ?&gt;"&gt;&lt;?php _e('Home', 'titan') ?&gt;&lt;/a&gt;&lt;/li&gt;
         &lt;?php endif; ?&gt;
         &lt;?php if ($titan-&gt;hidePages() !== 'true') : ?&gt;
           &lt;?php wp_list_pages('title_li=&amp;exclude='. $titan-&gt;excludedPages()); ?&gt;
         &lt;?php endif; ?&gt;
         &lt;?php if ($titan-&gt;hideCategories() != 'true') : ?&gt;
           &lt;?php wp_list_categories('title_li=&amp;exclude=' . $titan-&gt;excludedCategories()); ?&gt;
         &lt;?php endif; ?&gt;
       &lt;/ul&gt;
     &lt;/div&gt;&lt;!--end navigation--&gt;
    &lt;/div&gt;&lt;!--end wrapper--&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>CSS is</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;/*Header
------------------------------------------------------------ */
#header {
 width: 100%;
 border-bottom: 1px solid #EDE7E0;
 background: #443B31 url(../images/nav-background.gif) repeat-x bottom left;
 }
#follow {
 background: #2F2922;
 padding: 5px 0;
}
#follow dl {
 float: right;
 font-size: 1.3em;
 }
#follow dl dt, #follow dl dd {
 float: left;
 }
#follow dt {
 font-weight: bold;
 color: #AD9B83;
 }
#follow dd {
 margin-left: 20px;
 }
#follow dd a {
 display: block;
 color: #cfc4b6;
 }
#follow dd a.rss {  padding-left: 20px; background: url(../images/feed-icon.png) no-repeat 0 .2em; }
#follow dd a.email {  padding-left: 22px; background: url(../images/email-icon.png) no-repeat 0 .35em; }
#follow dd a.twitter {  padding-left: 19px; background: url(../images/twitter-icon.png) no-repeat 0 .15em; }
h1#title, div#title {
 float: left;
 padding: 30px 0;
 font-size: 3em;
 font-weight: bold;
 line-height: 50px;
 }
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  { color: #E9E5E0; }
h1#title a:hover, div#title a:hover { text-decoration: none; }</pre>
<div></div>
<p></p>
<p> </p>
<p>The area I want to change to a logo is here:</p>
<p><a href="http://img705.imageshack.us/i/logouf.gif/" rel="external"><img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt="logouf.gif" data-src="http://img705.imageshack.us/img705/1609/logouf.gif"></a></p>
<p> </p>
<p>Where do I put the logo div and how do I also put that in the CSS but make sure everything still is the same height etc?</p>
<p> </p>
<p>Thanks for any help you can give! If you want the CSS and PHP file, let me know and I'll supply it.</p>
<p> </p>
<p><img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":devil2:" data-emoticon="" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_devil2.gif"></p>
]]></description><guid isPermaLink="false">39237</guid><pubDate>Wed, 10 Feb 2010 21:54:47 +0000</pubDate></item><item><title>How Do I Add Background Sound To My Site?</title><link>https://forums.totalchoicehosting.com/topic/38160-how-do-i-add-background-sound-to-my-site/</link><description><![CDATA[<p>I have a seperate folder for a website i added to my control panel and have a song I wanted to play in the background of that page what html cold do I use, I uploaded the song to that folder where the site is but i cant get it to play, what have I done wrong, please help me thank you</p>]]></description><guid isPermaLink="false">38160</guid><pubDate>Wed, 15 Jul 2009 15:46:37 +0000</pubDate></item><item><title>Scrolling Challenge!</title><link>https://forums.totalchoicehosting.com/topic/38951-scrolling-challenge/</link><description><![CDATA[
<p>Hey CSSers,</p>
<p> </p>
<p>So here's the trick:</p>
<p> </p>
<p>Site:  <a href="http://krisvdv.net/portfoliocss/places/" rel="external">http://krisvdv.net/portfoliocss/places/</a></p>
<p>CSS:  <a href="http://krisvdv.net/portfoliocss/ndxz-studio/site/PIXistez%20White/style.css" rel="external">http://krisvdv.net/portfoliocss/ndxz-studio/site/PIXistez%20White/style.css</a></p>
<p> </p>
<p>The goal is to have a fixed header and footer, and allow the images to scroll horizontally.  It looks and works great UNTIL you test in a smaller window size.  Then, for some reason I can't figure out, as soon as you need a vertical scroll, the footer div can no longer be seen... thus not allowing visitors to see the bottom links.  </p>
<p> </p>
<p>Any ideas?</p>
<p> </p>
<p>Thanks!</p>
<p>Dan</p>
]]></description><guid isPermaLink="false">38951</guid><pubDate>Tue, 15 Dec 2009 23:30:26 +0000</pubDate></item><item><title>Header Question</title><link>https://forums.totalchoicehosting.com/topic/38625-header-question/</link><description><![CDATA[
<p>Ok, so even though in the past this code has worked for my header, for some reason it's not working now. Here is the code I have:</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;?php

if ($type == movie) {
echo "&lt;TITLE&gt;Movieman's Guide to the Movies &gt;&gt; Review Index &gt;&gt; Movies&lt;/TITLE&gt;";
}

if ($type == dvd) {
echo "&lt;TITLE&gt;Movieman's Guide to the Movies &gt;&gt; Review Index &gt;&gt; DVDs&lt;/TITLE&gt;";
}

if ($type == hidef) {
echo "&lt;TITLE&gt;Movieman's Guide to the Movies &gt;&gt; Review Index &gt;&gt; Hi-Def Titles&lt;/TITLE&gt;";
}

?&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>I have one for the 3 different review indexes on my site:</p>
<p><a href="http://www.moviemansguide.com/reviewindex.php?type=dvd" rel="external">http://www.moviemansguide.com/reviewindex.php?type=dvd</a></p>
<p><a href="http://www.moviemansguide.com/reviewindex.php?type=hidef" rel="external">http://www.moviemansguide.com/reviewindex.php?type=hidef</a></p>
<p><a href="http://www.moviemansguide.com/reviewindex.php?type=movie" rel="external">http://www.moviemansguide.com/reviewindex.php?type=movie</a></p>
<p> </p>
<p>And even though each one will grab the correct info, the header is not working anymore. Any ideas of why?</p>
]]></description><guid isPermaLink="false">38625</guid><pubDate>Sun, 11 Oct 2009 15:10:32 +0000</pubDate></item><item><title>Anyone Know What System These Sites Run.</title><link>https://forums.totalchoicehosting.com/topic/38391-anyone-know-what-system-these-sites-run/</link><description><![CDATA[
<p>Both these sites seem to use the same CMS and a similar theme. Does anyone know the software or the theme?</p>
<p> </p>
<p><a href="http://www.lp.org/" rel="external">http://www.lp.org/</a></p>
<p> </p>
<p><a href="http://mises.org/" rel="external">http://mises.org/</a></p>
<p> </p>
<p>Thanks in advance!</p>
]]></description><guid isPermaLink="false">38391</guid><pubDate>Thu, 27 Aug 2009 18:44:57 +0000</pubDate></item><item><title>A Webpage And Some Buttons Looking Wrong...why?</title><link>https://forums.totalchoicehosting.com/topic/37759-a-webpage-and-some-buttons-looking-wrongwhy/</link><description><![CDATA[
<p>Hi everybody!</p>
<p> </p>
<p>First of all thanks a lot for all the help you have given me in other occasions.</p>
<p> </p>
<p>Could you please give me a hand with this too?</p>
<p> </p>
<p>I am building the following website:</p>
<p> </p>
<p>www.primaryteachingresources.net</p>
<p> </p>
<p>which basically is a website of totally free resources for primary school teachers.</p>
<p> </p>
<p>My problem:</p>
<p> </p>
<p>In IE7 all the pages look ok but the home page, in which the menu looks much smaller and really weird. Also, when I go to 5º-6º E.P.O page (in the menu) the button for that page is highlighted but also the button for the 1-2º E.P.O page. Why does this happen?</p>
<p> </p>
<p>Well, if you have any other suggestions to make the site look and work better I will very gradly hear them.</p>
<p> </p>
<p>Thanks a lot,</p>
<p> </p>
<p>Iván</p>
]]></description><guid isPermaLink="false">37759</guid><pubDate>Sun, 24 May 2009 20:12:40 +0000</pubDate></item><item><title>How Is This Done? Adding Sound In Index Page</title><link>https://forums.totalchoicehosting.com/topic/37596-how-is-this-done-adding-sound-in-index-page/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>First of all thanks a lot to everyone of you for the help you have given me other times.</p>
<p> </p>
<p>Could you please give a hand with this too? I would like to add sound to the index page of my website. Something like in this website:</p>
<p> </p>
<p><a href="http://www.mundopeque.com/" rel="external">http://www.mundopeque.com/</a></p>
<p> </p>
<p>Is that very difficult to do? Could you explain me how to do it or point me to some place where it is explained?</p>
<p> </p>
<p>Thanks a lot in advance,</p>
<p> </p>
<p>Ivánmax</p>
]]></description><guid isPermaLink="false">37596</guid><pubDate>Thu, 23 Apr 2009 09:15:51 +0000</pubDate></item><item><title>Xidth And  Xeight</title><link>https://forums.totalchoicehosting.com/topic/37564-xidth-and-xeight/</link><description><![CDATA[
<p>I was looking at the source of an email. A newsletter to be precise, and came upon "xidth= and  xeight=". I've never seen these before nor could I find anything on the web. I tried changing them to width &amp; height and it did change the layout. I found them in a table layout as follows (truncated):</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;td colspan="3" bgcolor="#FFFFFF"&gt; 
		&lt;font face="verdana,arial,helvetica" size="-1" color="#5975C8"&gt;
				&lt;img src="http:##www.somesite.com/newsbanner.jpg" alt="banner" xidth="600" xeight="60" border="0"&gt;&lt;br&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>Just curious.  <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
<p> </p>
<p>Ty</p>
]]></description><guid isPermaLink="false">37564</guid><pubDate>Sat, 18 Apr 2009 03:50:33 +0000</pubDate></item><item><title>Ideal Resolution For Fixed Design</title><link>https://forums.totalchoicehosting.com/topic/37550-ideal-resolution-for-fixed-design/</link><description><![CDATA[
<p>Hi everybody,</p>
<p> </p>
<p>As always, first of all thanks a lot for all your help :nod:</p>
<p> </p>
<p>Well, a question that everyone of you must have ask him or herself a million times. </p>
<p> </p>
<p>After trying to make a liquid site I have found that it just give me trouble. It works fine in most screens but it looks horrible in a few others. Therefore I have decided to go for a fixed size. </p>
<p> </p>
<p>Which one should I choose? Is 1280 for 768 the best one?</p>
<p> </p>
<p>Please help me with this. I am falling badly behind my schedule...and if I don´t get the site done by june I will fail one of my university subjects (and will look like a moron by the way).</p>
<p> </p>
<p>Thanks a lot,</p>
<p> </p>
<p>Iván</p>
]]></description><guid isPermaLink="false">37550</guid><pubDate>Tue, 14 Apr 2009 16:35:10 +0000</pubDate></item><item><title>Why Buttons Don&#xB4;t Show Themselves As Visited?</title><link>https://forums.totalchoicehosting.com/topic/37545-why-buttons-don%C2%B4t-show-themselves-as-visited/</link><description><![CDATA[
<p>Hi everybody,</p>
<p> </p>
<p>First of all thanks a lot for all the times you have helped me.</p>
<p> </p>
<p>Let´s see if I can explain this and you can give me a hand once more.</p>
<p> </p>
<p>I am buiding this site:</p>
<p> </p>
<p><a href="" rel="">http://www.primaryteachingresources....iteprueba.html</a></p>
<p> </p>
<p>When I click on the home button it takes me to another page...but the home button doesn´t show itself as "visited" (I got a color predetermined for this).</p>
<p> </p>
<p>Why on earth this happens? I suppose it is something really stupid, but it is beyong my very little knowledge.</p>
<p> </p>
<p>Thanks a lot in advance.</p>
<p> </p>
<p>Ivanmax.</p>
]]></description><guid isPermaLink="false">37545</guid><pubDate>Mon, 13 Apr 2009 18:21:30 +0000</pubDate></item><item><title>Css Resize</title><link>https://forums.totalchoicehosting.com/topic/37510-css-resize/</link><description><![CDATA[
<p>Hi,</p>
<p> </p>
<p>I am building a website with resources for primary school teachers. I have built the design for the main pages of the site and everything looked fine in my computer screen.  Here is a link:</p>
<p> </p>
<p><a href="http://www.primaryteachingresources.net/teaching%20resources/html/website9.html" rel="external">http://www.primaryteachingresources.net/te...l/website9.html</a></p>
<p> </p>
<p>However when I tried the main page at different screens resolutions the right lower part of the page started to become smaller and smaller.</p>
<p> </p>
<p>Here is the page at 1440 X 900 (everything looks fine here):</p>
<p> </p>
<p><a href="http://www.flickr.com/photos/22338638@N06/3421175089/" rel="external">http://www.flickr.com/photos/22338638@N06/3421175089/</a></p>
<p> </p>
<p> </p>
<p>Here it is at 1280 X 768 (still everything looks fine):</p>
<p> </p>
<p><a href="http://www.flickr.com/photos/22338638@N06/3421981992/" rel="external">http://www.flickr.com/photos/22338638@N06/3421981992/</a></p>
<p> </p>
<p> </p>
<p>Here it is at 1024 X 768 (you can see the right lower part of the page starts to get smaller):</p>
<p> </p>
<p><a href="http://www.flickr.com/photos/22338638@N06/3421176179/" rel="external">http://www.flickr.com/photos/22338638@N06/3421176179/</a></p>
<p> </p>
<p>And here it is at 600 X 800 (total disaster...the right lower part gets smaller and smaller...also the letters get ones on top of another)</p>
<p> </p>
<p><a href="http://www.flickr.com/photos/22338638@N06/3421982902/" rel="external">http://www.flickr.com/photos/22338638@N06/3421982902/</a></p>
<p> </p>
<p>Why does this happen? I have spent the whole day trying to find out before writing here. Please give a hand. </p>
<p> </p>
<p>Thanks a lot in advance,</p>
<p> </p>
<p>Ivánmax</p>
]]></description><guid isPermaLink="false">37510</guid><pubDate>Tue, 07 Apr 2009 18:40:32 +0000</pubDate></item><item><title>Wrapping '%'  In Quotes?</title><link>https://forums.totalchoicehosting.com/topic/36856-wrapping-in-quotes/</link><description><![CDATA[
<p>That's not a good topic title, I apologize.</p>
<p> </p>
<p>I've always thought that when defining width or height or anything else that anything BUT an absolute number should be wrapped in double quotes.</p>
<p>Like width=950 OR width="!00%" .  I need to define "100%", "top", "center", etc but of course php says "no, No, NO!" </p>
<p>So I have tried:</p>
<p></p>
<pre class="ipsCode">&gt;&lt;?
echo "&lt;table width=100% align=center border=0 cellpadding=5 cellspacing=1&gt;\n&lt;tr valign=top align=center&gt;\n";
?&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>That works but is it correct? I wonder if that should all be in 'single' quotes (also works)</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;?
echo "&lt;table width='100%' align='center' border=0 cellpadding=5 cellspacing=1&gt;\n&lt;tr valign='top' align='center'&gt;\n";
?&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>Thanks,</p>
<p> </p>
<p>Happy New Year!  <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
]]></description><guid isPermaLink="false">36856</guid><pubDate>Wed, 31 Dec 2008 16:57:55 +0000</pubDate></item><item><title>Simple Navigation Not Working</title><link>https://forums.totalchoicehosting.com/topic/36750-simple-navigation-not-working/</link><description><![CDATA[
<p>Hi, I have a simple rollover navigation, which is as follows::</p>
<p>Code:</p>
<p> </p>
<p>&lt;ul id="nav"&gt;   &lt;li&gt;&lt;a href="about.html" class="about"&gt;&lt;/a&gt;&lt;/li&gt;   </p>
<p>&lt;li&gt;&lt;a href="guestpics.html" class="guestPics"&gt;&lt;/a&gt;&lt;/li&gt;  </p>
<p>&lt;li&gt;&lt;a href="staff.html" class="staff"&gt;&lt;/a&gt;&lt;/li&gt;  </p>
<p>&lt;li&gt;&lt;a href="webcams.html" class="webcams"&gt;&lt;/a&gt;&lt;/li&gt; </p>
<p>&lt;li&gt;&lt;a href="parties.html" class="parties"&gt;&lt;/a&gt;&lt;/li&gt;  </p>
<p>&lt;li&gt;&lt;a href="contact.html" class="contact"&gt;&lt;/a&gt;&lt;/li&gt; </p>
<p>&lt;/ul&gt; </p>
<p> </p>
<p>Here is the CSS for the about link::</p>
<p>Code:</p>
<p> </p>
<p>#nav a.about{ background-image:url(images/nav/about_off.gif); width:77px; height:18px; } </p>
<p>#nav a.about:hover { background-image:url(images/nav/about_on.gif);}</p>
<p> </p>
<p> </p>
<p>I don't see what I am doing wrong? Can someone help?</p>
<p> </p>
<p>thanks</p>
]]></description><guid isPermaLink="false">36750</guid><pubDate>Sun, 14 Dec 2008 18:10:03 +0000</pubDate></item><item><title>Q About Password Protected, Members Only Pages</title><link>https://forums.totalchoicehosting.com/topic/36592-q-about-password-protected-members-only-pages/</link><description><![CDATA[<p>How do I make some pages password protected, members only pages?</p>]]></description><guid isPermaLink="false">36592</guid><pubDate>Wed, 19 Nov 2008 23:36:28 +0000</pubDate></item><item><title>Why Isn't My Redirect Working?</title><link>https://forums.totalchoicehosting.com/topic/36073-why-isnt-my-redirect-working/</link><description><![CDATA[
<p>Hi all,</p>
<p> </p>
<p>Something strange is going on with a redirect I am trying to do.</p>
<p> </p>
<p>I have set up a CMS test site on one of my main sites. This is basically a sub site to show clients how to use Joomla.</p>
<p> </p>
<p>I am trying to make sure that</p>
<p>mysite.com</p>
<p>redirects to www.mysite.com as that makes things like the WYSIWYG editor work better in Joomla.</p>
<p> </p>
<p>It's not re-directing for some strange reason.</p>
<p> </p>
<p>Any idea what I wrote wrong?</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;## OpenSEF Simplified htaccess File

## Can be commented out if causes errors
#Options +FollowSymLinks

## mod_rewrite in use
RewriteEngine On

## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
RewriteBase /client

## Begin 3rd-Party or OpenSEF Section
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR]  ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
## End 3rd-Party or OpenSEF Section

## Joomla Security Section (has nothing to do with SEF/SEO)
## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a tag in URL
RewriteCond %{QUERY_STRING} (\&lt;|%3C).*script.*(\&gt;|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
## End - Rewrite rules to block out some common exploits

## Begin Joomla Re-write section
rewritecond %{http_host} ^mysite.com/client [nc]
rewriterule ^(.*)$ http://www.mysite.com/client$1 [r=301,nc]
## End Joomla Re-write section

## Begin PHP Section
php_value file_uploads On
php_value upload_max_filesize 13M
php_value post_max_size 26M
php_value max_execution_time 120
php_value max_input_time 120
php_value memory_limit 20M
php_flag register_globals off
## End PHP Section</pre>
<div></div>
<p></p>
]]></description><guid isPermaLink="false">36073</guid><pubDate>Tue, 26 Aug 2008 13:51:23 +0000</pubDate></item><item><title>Select Multiple In Html Form Not Working</title><link>https://forums.totalchoicehosting.com/topic/36371-select-multiple-in-html-form-not-working/</link><description><![CDATA[
<p>Hi All!</p>
<p> </p>
<p>I'm designing an HTML form and I am trying to make it so that a user can select multiple answers in a drop down list. The code I have is this:</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt; &lt;tr valign="top"&gt;
  &lt;td width="70%" align="right"&gt;14.) FRESH Consultants offers Mobile Bookkeeping Services to small businesses. In your opinion, which of these services would help in the growth of your business if contracted to FRESH Consultants? &lt;span class="style3"&gt;(Please CTRL or CMD and click on each one that applies to you)&lt;/span&gt;&lt;/td&gt;
  &lt;td width="40%" align="left"&gt;&lt;SELECT NAME="MBS-Services-of-Interest" MULTIPLE SIZE=6 id="MBS-Services-of-Interest"&gt;
	&lt;option selected="selected"&gt;Select all that apply
	  &lt;option value="Bookkeeping &amp; Accounting Services"&gt;Bookkeeping &amp; Accounting Services 
	  &lt;option value="Payroll Services"&gt;Payroll Services 
	  &lt;option value="Tax Services"&gt;Tax Services 
	  &lt;option value="Training Services"&gt;Training Services 
	  &lt;option value="Financial Analysis"&gt;Financial Analysis 
	  &lt;option value="Advisory Services"&gt;Advisory Services 
	  &lt;/SELECT&gt;	&lt;/td&gt;
&lt;/tr&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p> </p>
<p>When the form is sent, I am only getting ONE result back:</p>
<p>Mbs Services Of Interest: Training Services</p>
<p> </p>
<p>I have no idea why this is happening. I tried to also use checkboxes, but same thing, only one item checked is being delivered to me.</p>
<p> </p>
<p>Any ideas why it's not sending multiple selections?</p>
<p> </p>
<p>Also, another little thing... I have set the thanks.php to refresh to the home page after form submission. It works in Firefox, but not in IE7? Here is the code I used:</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta HTTP-EQUIV="REFRESH" CONTENT="3; URL=java script:window.open('http://www[dot]domainname[dot]com','_top');"&gt;
&lt;title&gt;MBS Survey&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>Why would it refresh in FF but not in IE?</p>
<p> </p>
<p>Livesite is here:</p>
<p>freshconsultants[dot]com</p>
<p> </p>
<p>Thanks for any insight you may have!</p>
]]></description><guid isPermaLink="false">36371</guid><pubDate>Mon, 13 Oct 2008 00:45:10 +0000</pubDate></item><item><title>Vcard Download From Site</title><link>https://forums.totalchoicehosting.com/topic/36341-vcard-download-from-site/</link><description><![CDATA[
<p>Hi! A client wants me to add a link on their site so visitors can download their VCards. </p>
<p> </p>
<p>She sent me the files, I uploaded the .vcf files, created the link on the page, uploaded the page -- but when the link is clicked a new page opens with the Vcard information. This isn't supposed to happen - I should get a dialog box asking me what I want to do with the *.vcf file. </p>
<p> </p>
<p>When I test the page locally the file works as expected. But when it's on the TCH server it does not work --</p>
<p> </p>
<p>Any suggestions? Ideas?</p>
<p> </p>
<p>Thanks.</p>
]]></description><guid isPermaLink="false">36341</guid><pubDate>Wed, 08 Oct 2008 15:43:21 +0000</pubDate></item><item><title>Site Is Valid Html</title><link>https://forums.totalchoicehosting.com/topic/35995-site-is-valid-html/</link><description><![CDATA[
<p>...and I just don't get it.   <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"> </p>
<p> </p>
<p><em>(mods - feel free to move topic)</em></p>
<p> </p>
<p>Here is the error:</p>
<p> </p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="35995" data-ipsquote-contentclass="forums_Topic"><div>Validation Output:  1 Error<p> </p>
<p>   1. Error Line 55, Column 49: required attribute "ACTION" not specified.</p>
<p> </p>
<p>      				&lt;FORM onSubmit="return form_validation(this)"&gt;</p>
<p> </p>
<p>      The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.</p>
<p> </p>
<p>      Typical values for type are type="text/css" for &lt;style&gt; and type="text/javascript" for &lt;script&gt;.</p>
</div></blockquote>
<p> </p>
<p>I don't understand this one - been staring at it for what seems like hours.</p>
<p> </p>
<p>Here's the whole thing, first part in &lt; head &gt; and second part in &lt; body &gt;:</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;script language = "javascript" type = "text/javascript"&gt;
&lt;!--Hide from older
function form_validation(vform) {
if (vform.Agreement.checked == false) 
	{
		alert ('To view your report, please read and accept the disclosure and click submit.');
		return false;
	}
else
	{
		popup1 = window.open("h**p://example.com/login.html", "popup1", "top=50,left=50,width=450,height=350,resizable=1,toolbar=1,scrolling=0,location=0,
status=0,menubar=0")
	}
}
//End hiding--&gt;
&lt;/script&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;FORM onSubmit="return form_validation(this)"&gt;
			&lt;p align="center"&gt;&lt;INPUT TYPE="checkbox" NAME="Agreement" VALUE="I Agree"&gt;I have read and accept the terms as explained above.&lt;/p&gt;
			&lt;p align="center"&gt;&lt;INPUT TYPE="submit" VALUE="View Your Report"&gt;&lt;/p&gt;
			&lt;p&gt;&lt;/p&gt;
			&lt;/form&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>Suggestions from fresh eyes would be appreciated. <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png">  Thanks</p>
<p> </p>
<p>Ty</p>
]]></description><guid isPermaLink="false">35995</guid><pubDate>Thu, 14 Aug 2008 13:43:05 +0000</pubDate></item><item><title>Css And Seo - What Replaces "alt Tags"?</title><link>https://forums.totalchoicehosting.com/topic/35821-css-and-seo-what-replaces-alt-tags/</link><description><![CDATA[
<p>Hello.</p>
<p> </p>
<p>I am new at CSS but have four years in HTML.</p>
<p> </p>
<p>In HTML, one can use the "alt tags" which are found after URL of the pictures and images.</p>
<p>With CSS, is the "alt tag" still used in the code after each image?</p>
<p>If so, where?</p>
<p> </p>
<p>Are the images placed in the css document without any "alt tags"??  </p>
<p> </p>
<p>What happens if the picture or image does not come up with no "alt" title </p>
<p>to describe the image.  What then?</p>
<p> </p>
<p>The "alt tags" are also a great way to embed keywords into the document.</p>
<p>what is the advantage to CSS in this way?</p>
<p> </p>
<p>I am very new to CSS and believe I need this answered so I can move on.</p>
<p> </p>
<p>Does this make sense to anyone?</p>
<p> </p>
<p>Thanks!</p>
<p> </p>
<p>queenpictoria</p>
]]></description><guid isPermaLink="false">35821</guid><pubDate>Mon, 21 Jul 2008 18:58:47 +0000</pubDate></item><item><title>Header Shows Up In Firefox But Not Ie</title><link>https://forums.totalchoicehosting.com/topic/35779-header-shows-up-in-firefox-but-not-ie/</link><description><![CDATA[
<p>Hi all,</p>
<p> </p>
<p>Just working on a design and I am stumped. I have a CSS layout that has a nice header in it and it shows up in Firefox but not IE.</p>
<p> </p>
<p>Link to test site:</p>
<p></p>
<pre class="ipsCode">&gt;h##p://www.mbstia.com/iama/test4.htm</pre>
<div></div>
<p></p>
<p>Replace ## with tt</p>
<p> </p>
<p>FF latest it works fine... (surprise, surprise).</p>
<p> </p>
<p>Any ideas how I can get the header to show in IE 7?</p>
<p> </p>
<p>Thanks!</p>
]]></description><guid isPermaLink="false">35779</guid><pubDate>Wed, 16 Jul 2008 04:28:10 +0000</pubDate></item><item><title>How Do I?</title><link>https://forums.totalchoicehosting.com/topic/35748-how-do-i/</link><description><![CDATA[

<p>What I'm looking to do is have a menu on the bottom left of a page and when you click an option it changes the content in the right 'pane'. Could you tell me what the code is called or point me in the direct (iframe?)</p>
<p> </p>
<p>See the attached picture for more of a reference of what I'm talking about. Thanks!</p>
<p> </p>
<p> </p>
<p><a class="ipsAttachLink ipsAttachLink_image" href="https://forums.totalchoicehosting.com/uploads/monthly_07_2008/post-8381-1215791775.jpg" data-fileid="2760" rel=""><img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" data-fileid="2760" class="ipsImage ipsImage_thumbnailed" alt="post-8381-1215791775_thumb.jpg" data-src="https://forums.totalchoicehosting.com/uploads/monthly_07_2008/post-8381-1215791775_thumb.jpg" width="125" data-ratio="76.80"></a></p>

]]></description><guid isPermaLink="false">35748</guid><pubDate>Fri, 11 Jul 2008 15:58:22 +0000</pubDate></item><item><title>Mp3 Streaming And Downloads</title><link>https://forums.totalchoicehosting.com/topic/35614-mp3-streaming-and-downloads/</link><description><![CDATA[
<p>What are the limitations on MP3 downloads and streaming with respect to Total Choice?</p>
<p> </p>
<p>Is it just a matter of buying enough band width? Or, are there other issues?</p>
<p> </p>
<p>Secondly, is there any HTML code that will allow a visitor to play a file but that will prevent it from being downloaded?</p>
]]></description><guid isPermaLink="false">35614</guid><pubDate>Wed, 25 Jun 2008 04:05:38 +0000</pubDate></item><item><title>Center A Table On A Page</title><link>https://forums.totalchoicehosting.com/topic/35478-center-a-table-on-a-page/</link><description><![CDATA[
<p>I'm working on a new site and need to center a table on the page both vertically and horizontally. I know how to do horizontally, but I'm at a lose on how to do it vertically.</p>
<p> </p>
<p>I've scoured Google and found no answers. Anyone here have an idea?</p>
]]></description><guid isPermaLink="false">35478</guid><pubDate>Mon, 02 Jun 2008 23:24:42 +0000</pubDate></item><item><title><![CDATA[<li> Alignment Issue]]></title><link>https://forums.totalchoicehosting.com/topic/35355-alignment-issue/</link><description><![CDATA[
<p>Ok, I'm having a browser compatibility issue again. On my review page, I have a list (&lt;li&gt;) to display certain info about the DVD (special features, technical info, etc). Well, even though the other text displays in the right place on both browsers, for some reason the bullets are further over on FF bleeding into a table I have set up.</p>
<p> </p>
<p>Compare in both IE and FF:</p>
<p><a href="http://www.moviemansguide.com/reviews/DVD/read-beta.php?id=untraceable-bd" rel="external">http://www.moviemansguide.com/reviews/DVD/...=untraceable-bd</a></p>
<p> </p>
<p>Here's the code:</p>
<p></p>
<pre class="ipsCode">&gt;    &lt;TR&gt;
&lt;TD&gt;
&lt;TABLE WIDTH="100%" BORDER="0"&gt;
    &lt;TR&gt;
	&lt;TD WIDTH="150" VALIGN="top"&gt;
	   &lt;TABLE WIDTH="100%" class="frameborder"&gt;
		&lt;TR&gt;
		   &lt;TD ALIGN="center" class="ratingsblock"&gt;
		      &lt;img src="../../files/transparent.gif" height="5"&gt;&lt;BR&gt;
&lt;?php

$safequery7 = sprintf("SELECT amazon, dvd_cover, rating_film, rating_features, rating_audiovideo, rating_overall, 

rating_video, rating_audio FROM dvd_reviews WHERE id='%s'", mysql_real_escape_string($id));
$ratings = @mysql_query($safequery7);

while ($ratingtbl = mysql_fetch_array($ratings)) {
$amazon = $ratingtbl['amazon'];
$cover = $ratingtbl['dvd_cover'];
$film = $ratingtbl['rating_film'];
$features = $ratingtbl['rating_features'];

$av = $ratingtbl['rating_audiovideo'];
$display_av = ($av)?"&lt;span class='ratingheads'&gt;A U D I O &amp;&lt;BR&gt;.:: V I D E O ::.&lt;/span&gt;&lt;BR&gt;&lt;img 

src='../../images/stars/set03/$av.gif' border='0'&gt;&lt;BR&gt;&lt;HR COLOR='gray'&gt;":"";

$video = $ratingtbl['rating_video'];
$display_video = ($video)?"&lt;span class='ratingheads'&gt;.:: V I D E O ::.&lt;/span&gt;&lt;BR&gt;&lt;img 

src='../../images/stars/set03/$video.gif' border='0'&gt;&lt;BR&gt;&lt;HR COLOR='gray'&gt;":"";

$audio = $ratingtbl['rating_audio'];
$display_audio = ($audio)?"&lt;span class='ratingheads'&gt;.:: A U D I O ::.&lt;/span&gt;&lt;/font&gt;&lt;BR&gt;&lt;img 

src='../../images/stars/set03/$audio.gif' border='0'&gt;&lt;BR&gt;&lt;HR COLOR='gray'&gt;":"";

$overall = $ratingtbl['rating_overall'];
echo "
		      &lt;A HREF='http://www.amazon.com/exec/obidos/ASIN/$amazon/moviemsguidet-20' class='inframe2' 

target='_blank'&gt;&lt;img src='../../images/posters/dvd/dvdcover_$cover.jpg' border='1' width='130' alt='Buy this DVD from 

Amazon.com!'&gt;&lt;/a&gt;&lt;BR&gt;

		      &lt;span class='ratingheads'&gt;.:: F I L M ::.&lt;/span&gt;&lt;BR&gt;
		      &lt;img src='../../images/stars/set03/$film.gif' border='0'&gt;&lt;BR&gt;
		      &lt;HR COLOR='gray'&gt;

		      &lt;span class='ratingheads'&gt;S P E C I A L&lt;BR&gt;.: F E A T U R E S :.&lt;/span&gt;&lt;BR&gt;
		      &lt;img src='../../images/stars/set03/$features.gif' border='0'&gt;&lt;BR&gt;
		      &lt;HR COLOR='gray'&gt;

		      $display_av

		      $display_video

		      $display_audio

		      &lt;span class='ratingheads'&gt;.:: O V E R A L L ::.&lt;/span&gt;&lt;BR&gt;
		      &lt;img src='../../images/stars/set03/$overall.gif' border='0'&gt;&lt;BR&gt;";
}
?&gt;
		   &lt;/TD&gt;
		&lt;/TR&gt;
	   &lt;/TABLE&gt;
	&lt;/TD&gt;
	&lt;TD WIDTH="410" VALIGN="top"&gt;
	   &lt;TABLE WIDTH="100%" BORDER="0"&gt;
		&lt;TR&gt;
		   &lt;TD CLASS="crewinfo"&gt;
&lt;center&gt;&lt;strong&gt;&lt;font size="4"&gt;.::MOVIE INFORMATION::.&lt;/font&gt;&lt;/strong&gt;
&lt;HR COLOR="gray" WIDTH="90%"&gt;&lt;/center&gt;

&lt;?php

$safequery8 = sprintf("SELECT director, writer, cast, theater_releasedate, supplemental_features, discs, chapters, 

screenformat, audio_english, subtitles FROM dvd_reviews WHERE id='%s'", mysql_real_escape_string($id));
$crewdvdinfo = @mysql_query($safequery8);

while ($movietech = mysql_fetch_array($crewdvdinfo)) {
$director = htmlspecialchars($movietech['director']);
$writer = htmlspecialchars($movietech['writer']);
$cast = htmlspecialchars($movietech['cast']);
$theaterdate = htmlspecialchars($movietech['theater_releasedate']);
$specialfeatures = $movietech['supplemental_features'];
$discs = $movietech['discs'];
$chapters = $movietech['chapters'];
$format = htmlspecialchars($movietech['screenformat']);
$audio_english = htmlspecialchars($movietech['audio_english']);
$subtitles = htmlspecialchars($movietech['subtitles']);
echo "

&lt;strong&gt;Director:&lt;/strong&gt; $director&lt;br /&gt;
&lt;strong&gt;Writer(s):&lt;/strong&gt; $writer&lt;br /&gt;
&lt;strong&gt;Cast:&lt;/strong&gt; $cast&lt;br /&gt;&lt;br /&gt;

&lt;strong&gt;Theatrical Release Date:&lt;/strong&gt; $theaterdate&lt;br /&gt;&lt;br /&gt;

&lt;center&gt;&lt;strong&gt;&lt;font size='4'&gt;.::DVD INFORMATION::.&lt;/font&gt;&lt;/strong&gt;
&lt;HR COLOR='gray' WIDTH='90%'&gt;&lt;/center&gt;

&lt;strong&gt;Supplemental Material:&lt;/strong&gt;
$specialfeatures&lt;br /&gt;&lt;br /&gt;

&lt;strong&gt;Technical Information:&lt;/strong&gt;
&lt;ul&gt;&lt;li&gt;Number of Discs: $discs&lt;/li&gt;&lt;li&gt;$format&lt;/li&gt;&lt;li&gt;$audio_english&lt;/li&gt;&lt;li&gt;Subtitles: $subtitles&lt;/li&gt;&lt;/ul&gt;";

}
?&gt;
		   &lt;/TD&gt;
		&lt;/TR&gt;
	   &lt;/TABLE&gt;
	&lt;/TD&gt;
    &lt;/TR&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
   &lt;/TR&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>It's your basic split columns with one column having a table inside and the other just displaying info.</p>
<p> </p>
<p>Probably something simple, but a fresh pair of eyes would help <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
]]></description><guid isPermaLink="false">35355</guid><pubDate>Mon, 12 May 2008 06:25:53 +0000</pubDate></item><item><title>Custom Scroll Bars</title><link>https://forums.totalchoicehosting.com/topic/35275-custom-scroll-bars/</link><description><![CDATA[<p>I have text that doesn't fit into my text box, so it scrolls. But I hate that way the default scrolls bars look. Is there a way to edit them? Also, when i have my text set to scroll, I also get a set at the bottom of my window that are grayed out. Is there a way to get rid of those?</p>]]></description><guid isPermaLink="false">35275</guid><pubDate>Wed, 30 Apr 2008 22:39:03 +0000</pubDate></item><item><title>Pop-up Window Drop Shadow</title><link>https://forums.totalchoicehosting.com/topic/35208-pop-up-window-drop-shadow/</link><description><![CDATA[
<p>Does anyone know if there is a way to have a pop-up window cast a transparent shadow on the window behind it? i think with would be a cool effect for a photo gallery or something. </p>
<p> </p>
<p>Ideas?</p>
]]></description><guid isPermaLink="false">35208</guid><pubDate>Mon, 21 Apr 2008 21:49:29 +0000</pubDate></item><item><title>Online Website Editing</title><link>https://forums.totalchoicehosting.com/topic/35164-online-website-editing/</link><description><![CDATA[
<p>I have a client that wants me to build them a website. But they want to be able to edit some of the text of the main page weekly, with out having to call me or use software like Dreamweaver.</p>
<p> </p>
<p>Is there a script of something that i can use to make this doable?</p>
]]></description><guid isPermaLink="false">35164</guid><pubDate>Tue, 15 Apr 2008 21:54:29 +0000</pubDate></item><item><title>A Little Link Code Please Someone</title><link>https://forums.totalchoicehosting.com/topic/35132-a-little-link-code-please-someone/</link><description><![CDATA[
<p>Hi</p>
<p>I am trying to make a web page with a link on it so that when the link is 'clicked' the viewer is taken to a new page which must be a  INTERNET EXPLORER page. The reason is that I am embedding a excel spreadsheet and Firefox won't acknowledge it so I wanted to put a link there for firefox viewers to click so that an explorer page opens and also so does the spreadsheet. The explorer side of things works perfectly. It's just the firefox which doesn't.</p>
<p>Can anyone please tell me the code for my link so it will open a explorer window.</p>
<p>I am pretty dumb so please just make it as simple as possible....lol</p>
<p>I have looked and looked and tried all sorts but so far got nowhere so hoping one of you nice people would help me out.</p>
<p>Thanks so much</p>
<p>Daisy</p>
]]></description><guid isPermaLink="false">35132</guid><pubDate>Sat, 12 Apr 2008 06:20:43 +0000</pubDate></item><item><title>Redisgning Site With Divs - New Help</title><link>https://forums.totalchoicehosting.com/topic/34964-redisgning-site-with-divs-new-help/</link><description><![CDATA[
<p>I'm redisgning my site using DIVs instead of tables, but I've run into problems, some I've fixed. One that elludes me because it should be simple. On this test page, I have an image that I want to a border around, but no matter what I do, nothing seems to take.</p>
<p> </p>
<p>Here's the page: <a href="http://www.moviemansguide.com/beta" rel="external">http://www.moviemansguide.com/beta</a></p>
<p> </p>
<p>Here's the page code (I've marked the relevant area):</p>
<p> </p>
<p></p>
<pre class="ipsCode">&gt;&lt;!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"&gt;
&lt;head&gt;
&lt;title&gt;Movieman's Guide to the Movies | The Final Word on Movies... and DVDs!&lt;/title&gt;
&lt;meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" /&gt;
&lt;meta http-equiv="imagetoolbar" content="no" /&gt;
&lt;link href="style-black.css" rel="stylesheet" type="text/css"&gt; 
&lt;link rel="shortcut icon" href="/favicon.ico" /&gt;

&lt;/head&gt;

&lt;body&gt;
&lt;div id="mainContainer"&gt;
&lt;div id="header"&gt;
&lt;img src="images/header/logo02.jpg" width="515" height="60"&gt;
&lt;/div&gt; 
&lt;div class="outer"&gt;
&lt;div class="inner"&gt;
&lt;div class="float-wrap"&gt;





&lt;!-- HERE'S THE AREA OF INTEREST --&gt;

	&lt;div id="content"&gt; 
	  &lt;div class="contentWrap"&gt;

	   &lt;div class="headimage"&gt;
	   &lt;div class="image"&gt;
		&lt;center&gt;&lt;a href="reviews/DVD/read.php?id=atonement"&gt;&lt;img src="images/homepage/atonement2.jpg" border="1" alt="Atonement"&gt;&lt;/a&gt;&lt;/center&gt;
	   &lt;/div&gt;
	   &lt;/div&gt;
	   &lt;div class="spacer"&gt;&lt;/div&gt;
	   &lt;div class="home-heading"&gt;  latest additions&lt;/div&gt;
	  &lt;/div&gt;
	&lt;/div&gt;

&lt;!-- END --&gt;




	&lt;!-- end centered div --&gt;
	&lt;div id="left"&gt; 
	  &lt;h2&gt;&lt;img src="images/header/menu.jpg" width="146" height="16" alt="Main Menu" border="0"&gt;&lt;/h2&gt;
	  &lt;ul&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com"&gt;Home&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/contact"&gt;Contact Us&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/forums"&gt;Message Board&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviewindex.php?type=dvd"&gt;DVD Reviews 

Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviewindex.php?type=movie"&gt;Movie Reviews 

Archive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/theatricalschedule"&gt;Movie Release 

Schedule&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/dvdschedule"&gt;DVD Release Schedule&lt;/a&gt;&lt;/li&gt;
	  &lt;/ul&gt;

	  &lt;h2&gt;&lt;img src="images/header/latestreviews.jpg" width="146" height="16" alt="Latest Reviews" border="0"&gt;&lt;/h2&gt;
  &lt;ul&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen-bd"&gt;No Country for Old Men (BD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=enchanted"&gt;Enchanted&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=atonement"&gt;Atonement&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen"&gt;No 

Country for Old Men&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=beemovie-2disc"&gt;Bee 

Movie: 2-Disc Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=daninreallife-bd"&gt;Dan 

in Real Life (BD)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=gattaca-se"&gt;Gattaca: 

Special Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=30daysofnight"&gt;30 Days 

of Night&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=thingswelostinthefire"&gt;Things We Lost in the Fire&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=sleuth"&gt;Sleuth&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=spiral"&gt;Spiral&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=awake"&gt;Awake&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a 

href="http://www.moviemansguide.com/reviews/DVD/read.php?id=americangangster-2disc_elyusha"&gt;American Gangster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;img src="images/bullet1.gif"&gt; &lt;a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=beowulf-hddvd"&gt;Beowulf 

(HD DVD)&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;

	  &lt;h2&gt;&lt;img src="images/header/amazon.jpg" width="146" height="35" alt="Upcoming DVDs" border="0"&gt;&lt;/h2&gt;
  &lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0010X73ZG/moviemsguidet-20" target="_blank"&gt;The Mist: Collector's 

Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0010YVCI4/moviemsguidet-20" target="_blank"&gt;Bonnie &amp; Clyde: Spec. 

Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0010KHOS0/moviemsguidet-20" target="_blank"&gt;Walk the Line: Ext. 

Edition&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B00129W6LE/moviemsguidet-20" target="_blank"&gt;Battlestar Galactica: Season 

3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0011NVCAC/moviemsguidet-20" target="_blank"&gt;Wings: Season 6&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0013D8LOU/moviemsguidet-20" target="_blank"&gt;Sweeney Todd: Spec. 

Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0010KHORG/moviemsguidet-20" target="_blank"&gt;That 70s Show: Season 

8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0013FCWUW/moviemsguidet-20" target="_blank"&gt;Lions for Lambs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B00104QSOM/moviemsguidet-20" target="_blank"&gt;There Will Be Blood: 

Collector's Edition&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/B0012IWNZY/moviemsguidet-20" target="_blank"&gt;Walk Hard: Unrated&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
	&lt;/div&gt;
&lt;!-- end left div --&gt;
&lt;div class="clear"&gt;&lt;/div&gt; 
&lt;/div&gt;

&lt;div class="clear"&gt;&lt;/div&gt; 
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="footer"&gt;
© 2004-2008 - Movieman's Guide to the Movies&lt;br /&gt;&lt;br /&gt;

  &lt;!--WEBBOT bot="HTMLMarkup" startspan ALT="Site Meter" --&gt;
  &lt;a href="http://sm3.sitemeter.com/stats.asp?site=sm3movieman587" target="_top"&gt;
  &lt;img src="http://sm3.sitemeter.com/meter.asp?site=sm3movieman587" alt="Site Meter" border=0&gt;&lt;/a&gt;
  &lt;!--WEBBOT bot="HTMLMarkup" Endspan --&gt;&lt;/p&gt;
&lt;/div&gt;

&lt;/body&gt;
&lt;/html&gt;</pre>
<div></div>
<p></p>
<p> </p>
<p>And here's the css file:</p>
<p></p>
<pre class="ipsCode">&gt;* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}

body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-color: #000000; 
text-align: center; /*** Centers the design in old IE versions ***/
}

body {
font-size: 70%;
}

p {
padding: 7px 0 7px 0;
}

a {
color: #000099;
}

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

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.4em;
color: red;
}

h3 {
font-size: 1.3em;
}

h1 a, #header h2{
color: #fff;
}

.clear { clear: both; }
#mainContainer {
width: 760px;
margin: 0 auto; /*** Centers the design ***/
min-height: 300px;
background: #000000;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height 

***/
}
/**************************
HEADER
**************************/
#header {
background: #000000;
padding: 10px; /*top right bottom left*/
margin-left: 212px;
width: 520px;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
margin-top: -5px; /*** Make som space for our top menu ***/
padding-left: 165px;  
}

* html .outer {
/*** No need for hacking IE on this layout ***/
}

.inner {
width: 585px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different 

browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}

* html .inner {
width: 100%;
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/

.float-wrap {
float: left;
width: 760px;
margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
float: right;
width: 590px;
min-height: 730px;
background-image: url('images/starbg.jpg');
}

#content .home-heading {
float: right;
text-align: left;
font-size: 18px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #E0EEEE;
background-color: #000000;
border-right: 2px solid #3333FF;
border-bottom: 2px solid #3333FF;
text-transform: lowercase;
width: 540px;
overflow: auto;
}

#content .spacer {
width: 1px;
height: 20px;
}

#content .headimage {
width: 620px;
height: 130px;
text-align: center;
overflow: auto;
}

.image {
border-color: red;
}

* html #content {
position: relative; /*** IE needs this  ***/
}

.contentWrap {
padding: 5px;
}

.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 25px;
}

.contentWrap li {
padding-bottom: 2px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
position: absolute;
width: 200px;
background: #000000; 
min-height: 770px;
padding: 5px;
border-right: 1px solid #3333FF;
margin-top: -55px;
}

* html #left {
position: relative; /*** IE needs this  ***/
height: 250px;
}

#left ul {
list-style: none;
padding-bottom: 4px;
padding-top: 15px;
}

#left li {
padding-bottom: 4px;
margin-left: 0px;
}

#left li :link, :visited { 
color: #1D7CF2;
text-decoration: none; 
font-size: 8pt;
font-weight: bold;
}

#left li :hover { 
color: #37FDFC; 
padding-bottom: 0px;
font-size: 8pt;
text-decoration: underline;
}

#left h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #0000FF;
padding-top: 8px;
border-bottom: 2px dotted #3333FF;
} 

/**************************
FOOTER
**************************/
#footer {
width: 760px;
color: #38B0DE;
font-weight: bold;
margin: 0 auto;
padding-top: 10px;
text-align: center;
background-color: #000000;
border-top: 1px solid #3333FF;
}</pre>
<div></div>
<p></p>
<p> </p>
<p>I'll no doubt have other issues, but this will go along way in getting this done.</p>
<p> </p>
<p>Any help is welcomed! <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":cool2:" data-emoticon="" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_cool2.gif"></p>
]]></description><guid isPermaLink="false">34964</guid><pubDate>Mon, 24 Mar 2008 22:49:58 +0000</pubDate></item><item><title>Page Looks Screwy In Firefox</title><link>https://forums.totalchoicehosting.com/topic/34952-page-looks-screwy-in-firefox/</link><description><![CDATA[
<p>Ok, I know this is an issue with IE and not Firefox but I actually have it the way I want it in IE and wanted to know if there's some extra code I can put in my css file to straighten things out for Firefox users. If I have to start over, that's fine, though if I could use some of the code I currently have, that would be great.</p>
<p> </p>
<p>Here's the page:</p>
<p><a href="http://www.moviemansguide.com/beta" rel="external">http://www.moviemansguide.com/beta</a></p>
<p> </p>
<p>Another question, kind of unrelated: Anyone know how to control the indent on a list? Right now I have just the &lt;li&gt; without the proper &lt;ul&gt;. I want to, but it just indents it too much (though I know that's why the links won't show in Firefox).</p>
<p> </p>
<p>I have so many other questions, but I'll leave it there for now, lol.</p>
<p> </p>
<p>Here's the page code (yes, it's messy):</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="34952" data-ipsquote-contentclass="forums_Topic"><div>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;<p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;title&gt;Movieman's Guide to the Movies - The Final Words on Movies... and DVDs!&lt;/title&gt; </p>
<p>&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt; </p>
<p>&lt;link href="style-black.css" rel="stylesheet" type="text/css"&gt; </p>
<p>&lt;/head&gt; </p>
<p> </p>
<p>&lt;body&gt;</p>
<p> </p>
<p>&lt;div id="navigation"&gt;</p>
<p>&lt;h2&gt;main menu&lt;/h2&gt;</p>
<p> </p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com" rel="external">http://www.moviemansguide.com"&gt;Home&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviewindex.php?type=dvd" rel="external">http://www.moviemansguide.com/reviewindex.php?type=dvd"&gt;DVD</a> Reviews Archive&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviewindex.php?type=movie" rel="external">http://www.moviemansguide.com/reviewindex.php?type=movie"&gt;Movie</a> Reviews Archive&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/theatricalschedule" rel="external">http://www.moviemansguide.com/theatricalschedule"&gt;Movie</a> Release Schedule&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/dvdschedule" rel="external">http://www.moviemansguide.com/dvdschedule"&gt;DVD</a> Release Schedule&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/forums" rel="external">http://www.moviemansguide.com/forums"&gt;Message</a> Board&lt;/a&gt;&lt;/li&gt;</p>
<p> </p>
<p>&lt;h2&gt;latest reviews&lt;/h2&gt;</p>
<p> </p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen-bd" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen-bd"&gt;No</a> Country for Old Men (BD)&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=enchanted" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=enchanted"&gt;Enchanted&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=atonement" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=atonement"&gt;Atonement&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=nocountryforoldmen"&gt;No</a> Country for Old Men&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=beemovie-2disc" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=beemovie-2disc"&gt;Bee</a> Movie: 2-Disc Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=daninreallife-bd" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=daninreallife-bd"&gt;Dan</a> in Real Life (BD)&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=gattaca-se" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=gattaca-se"&gt;Gattaca:</a> Special Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=30daysofnight" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=30daysofnight"&gt;30</a> Days of Night&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=thingswelostinthefire" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=thingswelostinthefire"&gt;Things</a> We Lost in the Fire&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=sleuth" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=sleuth"&gt;Sleuth&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=spiral" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=spiral"&gt;Spiral&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=awake" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=awake"&gt;Awake&lt;/a&gt;&lt;/li&gt;</a></p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=americangangster-2disc_elyusha" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=americangangster-2disc_elyusha"&gt;American</a> Gangster&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.moviemansguide.com/reviews/DVD/read.php?id=beowulf-hddvd" rel="external">http://www.moviemansguide.com/reviews/DVD/read.php?id=beowulf-hddvd"&gt;Beowulf</a> (HD DVD)&lt;/a&gt;&lt;/li&gt;</p>
<p> </p>
<p>&lt;h2&gt;upcoming dvds @ &lt;font color="e48404"&gt;Amazon.com&lt;/font&gt;&lt;/h2&gt;</p>
<p> </p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0010X73ZG/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0010X73ZG/moviemsguidet-20"</a> target="_blank"&gt;The Mist: Collector's Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0010YVCI4/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0010YVCI4/moviemsguidet-20"</a> target="_blank"&gt;Bonnie &amp; Clyde: Spec. Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0010KHOS0/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0010KHOS0/moviemsguidet-20"</a> target="_blank"&gt;Walk the Line: Ext. Edition&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B00129W6LE/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B00129W6LE/moviemsguidet-20"</a> target="_blank"&gt;Battlestar Galactica: Season 3&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0011NVCAC/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0011NVCAC/moviemsguidet-20"</a> target="_blank"&gt;Wings: Season 6&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0013D8LOU/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0013D8LOU/moviemsguidet-20"</a> target="_blank"&gt;Sweeney Todd: Spec. Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0010KHORG/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0010KHORG/moviemsguidet-20"</a> target="_blank"&gt;That 70s Show: Season 8&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0013FCWUW/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0013FCWUW/moviemsguidet-20"</a> target="_blank"&gt;Lions for Lambs&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B00104QSOM/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B00104QSOM/moviemsguidet-20"</a> target="_blank"&gt;There Will Be Blood: Collector's Edition&lt;/a&gt;&lt;/li&gt;</p>
<p>&lt;li&gt;&lt;a href="<a href="http://www.amazon.com/exec/obidos/ASIN/B0012IWNZY/moviemsguidet-20" rel="external">http://www.amazon.com/exec/obidos/ASIN/B0012IWNZY/moviemsguidet-20"</a> target="_blank"&gt;Walk Hard: Unrated&lt;/a&gt;&lt;/li&gt;</p>
<p> </p>
<p>&lt;/div&gt; </p>
<p> </p>
<p>&lt;div id="header"&gt;&lt;/div&gt;</p>
<p> </p>
<p>&lt;div id="centerDoc"&gt;</p>
<p> </p>
<p>&lt;div id="home-heading"&gt;Feature Review&lt;/div&gt;</p>
<p>&lt;div id="home-box2"&gt;</p>
<p>&lt;div id="home-dvd"&gt;  &lt;a href="reviews/DVD/read.php?id=atonement"&gt;&lt;img src="images/posters/dvd/dvdcover_atonement.jpg" width="130" border="1" alt="Atonement"&gt;&lt;/a&gt;&lt;/div&gt;</p>
<p>&lt;div id="home-quote"&gt;"Although this is not an unblemished movie, I still feel, even after two viewings, this is one of the best movies of 2007. Is it better than No Country for Old Men? Absolutely. Despite the flaws, Atonement works for two fine performances and McGarvey’s cinematography."&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p> </p>
<p>&lt;img src="images/spacer.gif" width="1" height="1" border="0"&gt;</p>
<p> </p>
<p>&lt;div id="home-heading"&gt;Recently Added DVD Reviews&lt;/div&gt;</p>
<p>&lt;div id="home-box"&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=enchanted"&gt;&lt;img src="images/homepage/enchanted.jpg" width="80" border="1" alt="Enchanted"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=atonement"&gt;&lt;img src="images/homepage/atonement.jpg" width="80" border="1" alt="Atonement"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=nocountryforoldmen"&gt;&lt;img src="images/homepage/nocountry.jpg" width="80" border="1" alt="No Country for Old Men"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=beemovie-2disc"&gt;&lt;img src="images/homepage/beemovie.jpg" width="80" border="1" alt="Bee Movie (A Very Jerry 2-Disc Edition)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=gattaca-se"&gt;&lt;img src="images/homepage/gattaca.jpg" width="80" border="1" alt="Gattaca (Special Edition)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=30daysofnight"&gt;&lt;img src="images/homepage/30daysofnight.jpg" width="80" border="1" alt="30 Days of Night"&gt;&lt;/a&gt;</p>
<p>&lt;/div&gt;</p>
<p> </p>
<p>&lt;img src="images/spacer.gif" width="1" height="1" border="0"&gt;</p>
<p> </p>
<p>&lt;div id="home-heading"&gt;Recently Added Hi-Def Reviews&lt;/div&gt;</p>
<p>&lt;div id="home-box"&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=nocountryforoldmen-bd"&gt;&lt;img src="images/homepage/bd-nocountry.jpg" width="80" height="105" border="1" alt="No Country for Old Men (Blu-Ray)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=daninreallife-bd"&gt;&lt;img src="images/homepage/bd-daninreallife.jpg" width="80" height="105" border="1" alt="Dan in Real Life (Blu-Ray)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=beowulf-hddvd"&gt;&lt;img src="images/homepage/hd-beowulf.jpg" width="80" height="105" border="1" alt="Beowulf (HD DVD)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=zodiac-directorscut-hddvd"&gt;&lt;img src="images/homepage/hd-zodiac.jpg" width="80" height="105" border="1" alt="Zodiac (HD DVD)"&gt;&lt;/a&gt;</p>
<p>&lt;a href="reviews/DVD/read.php?id=stardust-hd"&gt;&lt;img src="images/homepage/hd-stardust.jpg" width="80" height="105" border="1" alt="Stardust (HD DVD)"&gt;&lt;/a&gt;</p>
<p>&lt;/div&gt;</p>
<p> </p>
<p> </p>
<p>&lt;img src="images/spacer.gif" width="1" height="1" border="0"&gt;</p>
<p> </p>
<p>&lt;div id="home-heading"&gt;New Batman: Gotham Knight Featurette&lt;/div&gt;</p>
<p>&lt;div id="home-box"&gt;</p>
<p>&lt;center&gt;</p>
<p>&lt;object width="425" height="355"&gt;&lt;param name="movie" value="<a href="" rel="">http://www.youtube.com/watch?v=9I5744WCaxA&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999"</a>&gt;&lt;/param&gt;&lt;param'&gt;http://www.youtube.com/watch?v=9I5744WCaxA&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/watch?v=9I5744WCaxA&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;</p>
<p>&lt;/center&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p> </p>
<p>&lt;div id="rightbox"&gt;&lt;/div&gt;</p>
<p> </p>
<p> </p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p>
</div></blockquote>
<p> </p>
<p>And here's the css page:</p>
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="34952" data-ipsquote-contentclass="forums_Topic"><div>/* Generic Selectors */ <p> </p>
<p>body { </p>
<p>font-family: Georgia, "Times New Roman", Times, serif; </p>
<p>font-size: 14px; </p>
<p>color: #333333; </p>
<p>background-color: #000000;</p>
<p>margin: 5px 0 0 125px;</p>
<p>width: 760px;</p>
<p>} </p>
<p> </p>
<p>p { </p>
<p>width: 85%; </p>
<p>} </p>
<p> </p>
<p>li { </p>
<p>list-style-type: disc; </p>
<p>line-height: 100%; </p>
<p>} </p>
<p> </p>
<p>h1 { </p>
<p>font-family: Georgia, "Times New Roman", Times, serif; </p>
<p>font-size: 18px; </p>
<p>font-weight: bold; </p>
<p>color: #000000; </p>
<p>} </p>
<p> </p>
<p>h2 { </p>
<p>font-family: Georgia, "Times New Roman", Times, serif; </p>
<p>font-size: 16px; </p>
<p>font-weight: bold; </p>
<p>color: #0000FF; </p>
<p>border-bottom: 2px dashed #68838B;</p>
<p>} </p>
<p> </p>
<p>/**************** Pseudo classes ****************/ </p>
<p> </p>
<p>:link { </p>
<p>color: #000080; </p>
<p>text-decoration: underline; </p>
<p>font-size: 10pt;</p>
<p>} </p>
<p> </p>
<p>li :link { </p>
<p>color: #6183A6;</p>
<p>text-decoration: none; </p>
<p>font-size: 8pt;</p>
<p>font-weight: bold;</p>
<p>} </p>
<p> </p>
<p>:visited { </p>
<p>color: #33A1DE; </p>
<p>text-decoration: underline;</p>
<p>font-size: 10pt;</p>
<p>font-weight: bold;</p>
<p>} </p>
<p> </p>
<p>li :visited { </p>
<p>color: #6183A6; </p>
<p>text-decoration: none; </p>
<p>font-size: 8pt;</p>
<p>font-weight: bold;</p>
<p>} </p>
<p> </p>
<p>:hover { </p>
<p>color: #00FFFF; </p>
<p>padding-bottom: 5px; </p>
<p>font-size: 10pt;</p>
<p>text-decoration: underline; </p>
<p>}</p>
<p> </p>
<p>li :hover { </p>
<p>color: #37FDFC; </p>
<p>padding-bottom: 0px;</p>
<p>font-size: 10pt;</p>
<p>text-decoration: underline;</p>
<p>}</p>
<p> </p>
<p>:active { </p>
<p>color: rgb(255, 0, 102);  </p>
<p>}</p>
<p> </p>
<p>/************************* ID's *************************/ </p>
<p> </p>
<p>#navigation { </p>
<p>position: absolute; </p>
<p>z-index: 10; </p>
<p>width: 230px; </p>
<p>height: 1000px; </p>
<p>margin: 0; </p>
<p>margin-top: 0px; </p>
<p>border-right: 1px solid #65909A; </p>
<p>font-weight: normal; </p>
<p>}</p>
<p> </p>
<p>#centerDoc { </p>
<p>position: absolute; </p>
<p>z-index: 15;</p>
<p>width: 760px;</p>
<p>padding: 0 0 25px 240px; /*top right bottom left*/ </p>
<p>margin-top: 80px;</p>
<p>}</p>
<p> </p>
<p>#rightbox {</p>
<p>position: absolute;</p>
<p>right: 16px;</p>
<p>margin-right: -15px;</p>
<p>width: 138px;</p>
<p>padding-top: 5px; </p>
<p>}</p>
<p> </p>
<p>#header { </p>
<p>background-image: url(images/header/logo02.jpg);</p>
<p>position: absolute; </p>
<p>z-index: 15;</p>
<p>margin: 0 0 0 240px;</p>
<p>width: 550px; </p>
<p>height: 60px;</p>
<p>}</p>
<p> </p>
<p>#menu {</p>
<p>position: absolute;</p>
<p>width: 570px;</p>
<p>height: 20px;</p>
<p>margin: 60px 0 0 240px;</p>
<p>}</p>
<p> </p>
<p>#home-heading {</p>
<p>text-align: left;</p>
<p>font-size: 13px;</p>
<p>font-type: Georgia;</p>
<p>font-weight: bold;</p>
<p>color: #E0EEEE;</p>
<p>background-color: #000000;</p>
<p>border-right: 2px solid #3333FF;</p>
<p>border-bottom: 2px solid #3333FF;</p>
<p>text-transform: lowercase;</p>
<p>width: 100%</p>
<p>}</p>
<p> </p>
<p>#home-heading2 {</p>
<p>text-align: center;</p>
<p>font-size: 13px;</p>
<p>font-weight: bold;</p>
<p>border-bottom: 1px solid #7F7F7F;</p>
<p>width: 100%;</p>
<p>}</p>
<p> </p>
<p>#upcomingdvd {</p>
<p>text-align: left;</p>
<p>font-size: 10px;</p>
<p>font-weight: bold;</p>
<p>width: 100%;</p>
<p>padding: 5px 0 0 0; /*top right bottom left*/</p>
<p>}</p>
<p> </p>
<p>#home-box {</p>
<p>text-align: center;</p>
<p>border-right: 2px solid #383838;</p>
<p>border-bottom: 2px solid #383838;</p>
<p>width: 520px;</p>
<p>margin-top: 5px;</p>
<p>}</p>
<p> </p>
<p>#home-box2 {</p>
<p>background-image: url(images/header/atonement.jpg);</p>
<p>background-repeat: no-repeat;</p>
<p>border-right: 2px solid #383838;</p>
<p>border-bottom: 2px solid #383838;</p>
<p>width: 520px;</p>
<p>height: 190px;</p>
<p>margin-top: 5px;</p>
<p>}</p>
<p> </p>
<p>#home-dvd {</p>
<p>text-align: left;</p>
<p>width: 130px;</p>
<p>height: 185px;</p>
<p>margin: -15px 0 0 5px;</p>
<p>}</p>
<p> </p>
<p>#home-quote {</p>
<p>text-align: left;</p>
<p>width: 160px;</p>
<p>height: 185px;</p>
<p>margin: -185px 0 0 145px;</p>
<p>color: #60AFFE;</p>
<p>font-weight: bold;</p>
<p>font-style: italic;</p>
<p>font-size: 10px;</p>
<p>}</p>
<p> </p>
<p>#home-quote :link { </p>
<p>color: #00E5EE; </p>
<p>text-decoration: underline; </p>
<p>font-size: 15pt;</p>
<p>font-weight: bold;</p>
<p>} </p>
<p> </p>
<p>#spacer {</p>
<p>width: 100%;</p>
<p>height: 2px;</p>
<p>}</p>
</div></blockquote>
<p> </p>
<p>Appreciate any help. <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
]]></description><guid isPermaLink="false">34952</guid><pubDate>Mon, 24 Mar 2008 06:15:54 +0000</pubDate></item><item><title>Form Scripting</title><link>https://forums.totalchoicehosting.com/topic/34864-form-scripting/</link><description><![CDATA[
<p>Can someone please help me?  I am working on my website and cannot seem to get my form to submit the form via email or database upload.  I need to get this done, as I've been working on it for a couple of weeks with no avail.  If anyone can help with scripting, I'd really appreciate it.</p>
<p><a href="http://www.lincolnms.com/Lincoln%20MS%20Website/MS_Walk.html" rel="external">http://www.lincolnms.com/Lincoln%20MS%20Website/MS_Walk.html</a></p>
<p>The way it is set up now, when you click the submit button, it brings up an email (blank).  That's not really what I want.  Last year I had it set up to send email and it worked just fine with the form fields showing in the email.  But through having to revamp for a new year's Walk, I've lost my coding and I cannot for the life of me figure this out.</p>
<p>Please advise. <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=";)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/wink@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_wink.png"> <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":D" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/biggrin@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_biggrin.png"></p>
]]></description><guid isPermaLink="false">34864</guid><pubDate>Fri, 14 Mar 2008 02:03:19 +0000</pubDate></item><item><title>Css Meets Php</title><link>https://forums.totalchoicehosting.com/topic/34767-css-meets-php/</link><description><![CDATA[
<p>I have a web page with a php include for the header, another for the footer, the right menu, left menu and a sales banner.</p>
<p><strong>How many CSS links do I need really?</strong></p>
<p> </p>
<p> </p>
<p>Right now the page is all white, but I want the flexibility to change it in the future.  Maybe I have a fancy logo made in March and want an orange background.</p>
<p> </p>
<p>So the question is, <strong>do I need a CSS link in all of the php include files that are being called including my header, footer, menus, etc.</strong>  Wouldn't those other php files show as a white background when I change the header's CSS?</p>
<p> </p>
<p> </p>
<p>Is there a best way to make it universal and life easier (css control); something that you are using?</p>
<p> </p>
<p>My theory is to create css.php and have an include inside an include.  My css.php file will control all of the other .php files style sheets.</p>
<p> </p>
<p>Do I have a winner?  Or do you see a pitfall with load time or something else I'm missing?  I'm going ahead right now, but jump in if you see a better way.</p>
]]></description><guid isPermaLink="false">34767</guid><pubDate>Tue, 04 Mar 2008 00:42:55 +0000</pubDate></item><item><title>Designing Web Sites For Pda's</title><link>https://forums.totalchoicehosting.com/topic/34581-designing-web-sites-for-pdas/</link><description><![CDATA[
<p>Hi all,</p>
<p> </p>
<p>I'm working on my new web site, and I'd like to include a PDA friendly version.</p>
<p> </p>
<p>For designing PDA sites, do I just have to keep the HTML simple, use low-res graphics and avoid JavaScript and CSS? Or can CSS be used for styling and positioning?</p>
<p> </p>
<p>Also, if I were to put a link to streaming audio, say an M3U file, then could the person with the PDA play that? </p>
<p> </p>
<p>Any knowledge you have about PDA sites would be useful. I found a link at About.com that was pretty good, but not super in depth.</p>
<p> </p>
<p>Thankies!</p>
<p> </p>
<p> <img src="https://forums.totalchoicehosting.com/applications/core/interface/js/spacer.png" alt=":)" data-emoticon="" srcset="https://forums.totalchoicehosting.com/uploads/emoticons/smile@2x.png 2x" width="20" height="20" data-src="https://forums.totalchoicehosting.com/uploads/emoticons/default_smile.png"></p>
]]></description><guid isPermaLink="false">34581</guid><pubDate>Wed, 13 Feb 2008 07:57:25 +0000</pubDate></item></channel></rss>
