HTML - Looking For A Smart/moredn Solution
hey! this is the site im working on:
http://kybisthenes.wz.cz/ text only, no images. u can see 2 boxes, the one on left (Filosofie, Politika...) and the one on right (lorem ipsum). now i need each of them to work independently on the another one. i was never solving anything like this... i know it can be made by frame/iframe (which one is better by the way?) but arent they obselete? thanks! Similar Tutorialshello all and merry xmas, my client needs a free/very cheap video uploading solution. he has an unlimited hosting account and a domain. he wants to create a website where he uploads daily/weekly sermons (30 - 60 min long videos) and can share it with the web. i was thinking of 1. making video > uploading to his space via ftp > embedding in html form, but i dont think its best to leave so 'many' tasks for him to deal with on a everyday basis. 2. a blog e.g. blogger which will enable him to embed videos, but this means videos arent categorized. 3. free/very cheap video hosting. google video was a favourite but since it has shut down recently he cannot use it. THE EASIEST OPTION are there any other ways of going about this? he is a total beginner to internet and its programming aspects. any help appreciated Recently i installed joomla on my server, aswell as a bridge between SMF and Joomla. I previously had phpbb installed in the directory "http://techno-source.co.uk/phpbb" most user's use this link to access the forums, and some use just techno-source.co.uk . What i am looking for is a solution so that when user's type in techno-source.co.uk/phpbb and techno-source.co.uk it will load " http://techno-source.co.uk/Joomla" by default. I would prefer if it did not use mea redirection as its not very professional , is there any other way. Contacted my hoster, who told me they cannot do anything but look at .htaccess, however i do not know how this works. Thanks in advance. This is my first post and I am asking for help, so feel free to flame. Right now, the way my site is set up, I have text links at the top at the top of every html page that work as menu and change the content of the page. So I am looking for a new menu method for my website, but I want to take a step up and make a static menu. This way I don't have to change the content on every page when I want to change the items in the menu. What is the best possible way to do this? I know frames could do this, but I've heard that frames should be avoided in html. plz see this code...dont have a clue whats the problem.. <html> <head> <TITLE>Download </TITLE> bla bla.... </head> <body> <!---adsense code---> <script type="text/javascript"><!-- google_ad_client = "pub-9146078537063606"; /* 728x90, created 5/4/09 */ google_ad_slot = "7719022877"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <!---tracking code---> <script language="Javascript" src="http://gd.geobytes.com/Gd?after=-1"></script> <script language="javascript"> var s1Locations="US,UK"; var s2Locations="CA,DE,FR,ES,IT,AT,RU,PT,GR,NL,CH,SE,FI,NO,DK,PL,UA,CZ,TR,BR,MX,AR"; var sCountryCode=sGeobytesLocationCode.substring(0,2); if(s1Locations.indexOf(sCountryCode)>=0) { document.write('<iframe width="100%" height="795" scrolling="no" src=some.html</frame>'); }else if(s2Locations.indexOf(sCountryCode)>=0) { document.write('<iframe width="100%" height="1410" scrolling="no" src=some.html></frame>'); }else { document.write('<iframe width="100%" height="1065" scrolling="no" src=some.html></frame>'); } </script> <!---bellow this portion doesnt load----> <!---adsense code---> <script type="text/javascript"><!-- google_ad_client = "pub-9146078537063606"; /* 728x90, created 5/4/09 */ google_ad_slot = "4901093199"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <iframe width="100%" height="120" allowtransparency="false" frameborder="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no" src="http://static.totalh.com/stat.html"></iframe> </body> </html> would anyone have some suggestion..whats happening? :?: p/s: i tried it using <div></div> on each portion but yet it wastnt working..?! is there any problem in blue portion..or something? ok first off i would advise you to look at the page to show you what i want to accomplish how it is, is how im trying to make it look but i want to make it to w3c standards and keep it as html 4.01 strict HTML Code: <p style="background-color:red; border: 3px solid black; text-align:center; margin-left:100px; margin-right:100px; padding:20px;">Team Members</p> <p style="background-color:red; padding:2px; border: 1px solid black; text-align:center; margin-top:-20px; margin-left:100px; margin-right:100px"><a href="notavailable.htm"><img class="imgspace" src="RobertFace.png" alt="Robert Jones"></a><a href="notavailable.htm"><img class="imgspace" src="StuartFace.png" alt="Stuart Jackson"></a><a href="notavailable.htm"><a href="notavailable.htm"><img class="imgspace" src="SeanFace.png" alt="Sean Chaloner"></a></p> Code: <p style="background-color:red; border: 3px solid black; text-align:center; margin-left:100px; margin-right:100px; padding:20px;">Team Members</p> <p style="background-color:red; padding:2px; border: 1px solid black; text-align:center; margin-top:-20px; margin-left:100px; margin-right:100px"><a href="notavailable.htm"><img class="imgspace" src="RobertFace.png" alt="Robert Jones"></a><a href="notavailable.htm"><img class="imgspace" src="StuartFace.png" alt="Stuart Jackson"></a><a href="notavailable.htm"><a href="notavailable.htm"><img class="imgspace" src="SeanFace.png" alt="Sean Chaloner"></a></p> Hello all. Could someone please take a look at www.allseasonshvac.net and help me find that random "/" that is floating in the top left corner? Pretty please? Thank you! Helllo, may I ask something. I have the following poblem: Everything I talk about now is an offline and local file (even in the same folder) situation. If there are two JPEGs in a zip file next to the html file, is there an html-syntax that makes IE8 using the Win7 zip-engine, unzip and regularily "download" the two JPEGs into the normal "Temporary Internet Archives" folder (only to there, the unzipped JPEGs don't lie in the RAM or anwhere else on the HDD) and show them. In short: For a folder containing the html-file and a zip-file with the two pictures, is there soemthing like this: <HTML> <HEAD><TITLE>testing...</TITLE> <BODY> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0"> <TR> <TD> <IMG SRC="Waikiki.jpg" ARCHIVE="Oahu.zip"> </TD> <TD> <IMG SRC="Honolulu_City.jpg" ARCHIVE="Oahu.zip"> </TD> </TR> </TABLE> </BODY> </HTML> This "fantasy code" doesn't work of course. The ARCHIVE command is some JAR related solution as far as I have read. But is there anything like this that does work? Thank you very much for reading. anikk |