Jump to content
xisto Community

paulmason411

Members
  • Content Count

    69
  • Joined

  • Last visited

Posts posted by paulmason411


  1. Hi Guys,

    Any idea on how to change the height and width of an embeded quicktime file?

    <object  classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  codebase="http://forums.xisto.com/no_longer_exists/; width="520"  height="293">   <param name="SRC" value="Montage1.mov">   <param name="AUTOPLAY" value="true">  <param name="CONTROLLER" value="true">  <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true"></object>

    If I change the code:
    <embed src="Montage1.mov" width="520" height="310" autoplay="true" controller="true">
    to:
    <embed src="Montage1.mov" width="520" height="390" autoplay="true" controller="true">
    there is no apparent change.

    Any thoughts?

  2. Hey Guys,

    What I am trying to do is get the background image to have an automatic height. So if there is only 1 line of text the image will shrink to say 3px and if there is 100 lines the image will stretch to 300px.

    I can get the picture to resize in html with tables as you can see at:
    http://forums.xisto.com/no_longer_exists/

    I had a go at the CSS:

    div.module {  width: 180px;  height: auto;  font-size: 10px;  font-weight: normal;  background: url(http://forums.xisto.com/no_longer_exists/; no-repeat;  margin-bottom: 2px;}div.module div {  background: url(http://forums.xisto.com/no_longer_exists/; bottom left no-repeat;}div.module div div {  background: url(http://forums.xisto.com/no_longer_exists/; top left no-repeat;   padding: 5px 5px 5px 7px;}

    Its a menu box that needs to change size depending on what is in the menu. So therefore it needs to be dynamic. I can't go through and manually specify each pixel.

    Any help would be great. Cheers :P

  3. Hi guys,

    I'm new to php and I think i might be having problems with my syntax.

    Heres a snippet of code that doesn't seem to work:

    <?php $csslayout = 1; ?>					   <div id="forumposts">  <?php mosLoadModules ( 'user1' ); ?> /* can have the code <?php $csslayout = 2; ?> */</div><?php if (csslayout == 1){ ?>  <div id="content">	<?php mosMainBody(); ?>  </div><?php } ?><?php if (csslayout == 2){ ?>  <div id="content2">	<?php mosMainBody(); ?>  </div><?php } ?>

    It never gets past the if statement.

    What am I doing wrong?

  4. The way to install templates in joomla is by logging in to the joomla admin page and then going to installers -> Templates - Site.You then need to upload a zip which contains the template files. The files and folders you need are as follows:templateDetails.xmltemplate_thumbnail.pngindex.phpcss\template_css.cssimages\.....You will need the same images that are specified in the templateDetails.xml file.If you go to install the template and you are unsuccessful, you should get a helpful error message. If you can't sort out the error post it back on this thread.If you are wondering what version to use i would recommend using the latest version. Its runs much smoother, less bugs etc. Joomla seems to be very compatible with earlier versions if thats what you are worried about.


  5. Hi Guys,I'm just fiddling round with some scrolling text for my site. I can't seem to define the size of the table.Heres the code:

    <!-- Scrolling Marquee Demo By Paul Mason, Jan '07 --><html><title></title><body bgcolor="#FFFFFF">  <table cellpadding="0" cellspacing="0">    <tr>      <th valign="top"> Recent Forum Posts </th>    </tr>    <tr>      <td style=" height: 100px; border: solid;">        <marquee behavior=scroll direction="up" scrollamount="1">          <a href="http://forums.xisto.com/no_longer_exists/: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The Master of Strat Quack (Can't Stop content)</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The Chilis and Disneyland</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: Nuttsalk tour was a really sad period in John's life </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: John's influence on other guitarists?</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: John's influence on other guitarists?</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: last movie you saw... </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: The John Frusciante Photo Thread</a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />          <a href="http://forums.xisto.com/no_longer_exists/: last movie you saw... </a><br/> by <a href="http://forums.xisto.com/no_longer_exists/ /><br />        </marquee>      </td>    </tr>  </table></body></html>

    If you change the line, <td style=" height: 100px; border: solid;"> to <td style=" height: 50px; border: solid;"> you'll notice there is no affect.Any Ideas ???


  6. Hi guys,I have a computer that is getting wireless internet and i want to connect a Mac Powerbook G4 to that computer with a crossover cable. Is this possible? When i try connect it says it has limited or no connectivity.The other thing i was wondering is, can i connect with airport to a netgear wireless router or do i need an airport base station to receive wireless internet?


  7. It would be interesting if people could actually through their tongue, but as mentioned above, people see by the lens in their eyes. The images they see are transmitted straight to the brain which then sends a message back to another part of your eye so that you can actually see.


    I don't think your brain sends messages to your eye to see. My interpretation is that the eye collects input and your brain receives that input and then interprets it. The only message going to your eye would be nerves telling your eye how to move. I might be wrong?

  8. Hey Saint Michael I get what your saying.

    I did it this way however so that i don't have to use minus alignment.

    #header {	margin: 0px;	display:block;	position: relative;	width: 924px;	height: 290px;	background: url(http://forums.xisto.com/no_longer_exists/; no-repeat;}

    #main {	position: relative;	top: 0px;	width: 924px;	height: 643px;	float: left;	background: url(http://forums.xisto.com/no_longer_exists/; no-repeat;}

    This seems to work.

  9. Hi guys, I'm having problems connecting the header and the body on this page: http://forums.xisto.com/no_longer_exists/

     

    It works in firefox, but in IE there is a gap after the header. The PHP:


    <?php

    /*** template_name - Mambo 4.5.1 template* @version 4.5.1*
    @copyright ďż˝ 2006 by paul mason* @license licensce info here*/

    defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
    $iso = split( '=', _ISO );echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';

    ?>

    <head> <?php if ( $my->id ) initEditor(); ?>

    <meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />

    <?php mosShowHead(); ?><?php echo "<meta name=\"author\" content=\"mambosolutions.com; />" ?>

    <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>"; ?> <?php echo "<link rel=\"shortcut icon\" href=\"$GLOBALS[mosConfig_live_site]/images/favicon.ico\" />"; ?> </head> <body> <center><div id="wrapper"> <dl id="header"> <dd><a id="home" title="Home" href="locborg.de/newfru/index.php?option=com_frontpage&Itemid=1; <dd><a id="news" title="News" href="locborg.de/newfru/index.php?option=com_content&task=category§ionid=1&id=1&Itemid=101; <dd><a id="articles" title="Articles" href="locborg.de/newfru/index.php?option=com_content&task=category§ionid=28&id=100&Itemid=124; <dd><a id="arts" title="Arts" href="locborg.de/newfru/index.php?option=com_content&task=view&id=798&Itemid=146; <dd><a id="forum" title="Forum" href="locborg.de/smf/index.php; <dd><a id="discography" title="Discography" href="locborg.de/newfru/index.php?option=com_content&task=view&id=13&Itemid=52; <dd><a id="equipment" title="Equipment" href="locborg.de/newfru/index.php?option=com_content&task=view&id=748&Itemid=138; <dd><a id="concerts" title="Concerts" href="locborg.de/newfru/index.php?option=com_content&task=view&id=211&Itemid=125; <dd><a id="sideprojects" title="Side Projects" href="locborg.de/newfru/index.php?option=com_content&task=view&id=785&Itemid=142; <dd><a id="contactus" title="Contact Us" href="locborg.de/newfru/index.php?option=com_contact&Itemid=3; <dd><a id="links" title="Links" href="locborg.de/newfru/index.php?option=com_content&task=blogcategory&id=99&Itemid=121; </dl> <div id="main"> <div id="content"> <?php mosMainBody(); ?> </div> <div id="menuarea"> <?php mosLoadModules ( 'right' ); ?> </div> </div> </div></center> </body></html>

    The CSS:


    BODY { margin : 0px 0px 0px 0px; background-color : #FFFFFF; color : #000000; background-color: #FFFFFF;}/* custom code */#wrapper { width:980px; text-align:left; margin: 0 auto; border:solid 0px;}#header { display:block; position: relative; width: 924px; height: 290px; background: url(locborg.de/newfru/templates/newfru/images/header.jpg) no-repeat;}#header a { color:#000; font-family:arial, sans-serif; font-size:1.2em; font-weight:bold; text-transform:uppercase;}a#home { display:block; width:81px; height:0; padding-top:87px; overflow:hidden; position:absolute; left:59px; top:115px; background:transparent url(locborg.de/newfru/templates/newfru/images/home.gif) no-repeat 400px 400px;}* html a#home {height:87px; he\ight:0;}a#home:hover { background-position: 0 0; overflow:visible;}a#news { display:block; width:81px; height:0; padding-top:80px;overflow:hidden; position:absolute; left:125px; top:189px; background:transparent url(locborg.de/newfru/templates/newfru/images/news.gif) no-repeat 400px 400px;}* html a#news {height:80px; he\ight:0;}a#news:hover { background-position: 0 0; overflow:visible;}a#articles { display:block; width:98px; height:0; padding-top:90px;overflow:hidden; position:absolute; left:186px; top:106px; background:transparent url(locborg.de/newfru/templates/newfru/images/articles.gif) no-repeat 400px 400px;}* html a#articles {height:90px; he\ight:0;}a#articles:hover { background-position: 0 0; overflow:visible;}a#arts { display:block; width:84px; height:0; padding-top:96px;overflow:hidden; position:absolute; left:243px; top:179px; background:transparent url(locborg.de/newfru/templates/newfru/images/arts.gif) no-repeat 400px 400px;}* html a#arts {height:96px; he\ight:0;}a#arts:hover { background-position: 0 0; overflow:visible;}a#forum { display:block; width:99px; height:0; padding-top:74px;overflow:hidden; position:absolute; left:309px; top:126px; background:transparent url(locborg.de/newfru/templates/newfru/images/forum.gif) no-repeat 400px 400px;}* html a#forum {height:74px; he\ight:0;}a#forum:hover { background-position: 0 0; overflow:visible;}a#discography { display:block; width:131px; height:0; padding-top:84px;overflow:hidden; position:absolute; left:365px; top:194px; background:transparent url(locborg.de/newfru/templates/newfru/images/discography.gif) no-repeat 400px 400px;}* html a#discography {height:84px; he\ight:0;}a#discography:hover { background-position: 0 0; overflow:visible;}a#equipment { display:block; width:133px; height:0; padding-top:75px;overflow:hidden; position:absolute; left:439px; top:114px; background:transparent url(locborg.de/newfru/templates/newfru/images/equipment.gif) no-repeat 400px 400px;}* html a#equipment {height:75px; he\ight:0;}a#equipment:hover { background-position: 0 0; overflow:visible;}a#concerts { display:block; width:107px; height:0px; padding-top:87px;overflow:hidden; position:absolute; left:524px; top:197px; background:transparent url(locborg.de/newfru/templates/newfru/images/concerts.gif) no-repeat 400px 400px;}* html a#concerts {height:87px; he\ight:0;}a#concerts:hover { background-position: 0 0; overflow:visible;}a#sideprojects { display:block; width:166px; height:0; padding-top:77px;overflow:hidden; position:absolute; left:582px; top:105px; background:transparent url(locborg.de/newfru/templates/newfru/images/sideprojects.gif) no-repeat 400px 400px;}* html a#sideprojects {height:77px; he\ight:0;}a#sideprojects:hover { background-position: 0 0; overflow:visible;}a#contactus { display:block; width:126px; height:0; padding-top:91px;overflow:hidden; position:absolute; left:688px; top:183px; background:transparent url(locborg.de/newfru/templates/newfru/images/contactus.gif) no-repeat 400px 400px;}* html a#contactus {height:91px; he\ight:0;}a#contactus:hover { background-position: 0 0; overflow:visible;}a#links { display:block; width:92px; height:0; padding-top:72px;overflow:hidden; position:absolute; left:767px; top:99px; background:transparent url(locborg.de/newfru/templates/newfru/images/links.gif) no-repeat 400px 400px;}* html a#links {height:72px; he\ight:0;}a#links:hover { background-position: 0 0; overflow:visible;}#main { position: relative; top: -11px; width: 924px; height: 643px; float: left; background: url(locborg.de/newfru/templates/newfru/images/main.jpg) no-repeat;}#content { display:block; border-width: 0px; border-style: solid; padding:5px; margin-top:5px; width:550px; height:475px; position:absolute; left:65px; top:5px; overflow-y: auto; overflow-x: hidden; } #menuarea { display:block; border-width: 0px; border-style: solid; padding:5px; margin-top:5px; width:200px; height:475px; position:absolute; left:635px; top:-5px; overflow:hidden; }/* end of custom code */td, tr, p, div { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; color : #333333;}ul { margin : 0px 0px 0px 0px;}hr { background : #CCCCCC; height : 1px; width : 100%;}.title {font-family: sans-serif;font-size: 24px;font-weight: bold;color : #7B8DA1;}.pathway { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}a.pathway:link, a.pathway:visited { color : #000000; font-weight : normal;}a.pathway:hover { color : #000000; font-weight : normal; text-decoration : underline;}/* --Default Class Settings-- */a.mainlevel:link, a.mainlevel:visited { color: #333333; background-position: left; text-align: left; font-weight: bold; }a.mainlevel:hover { color: #000000; background-position: left; text-align: left; } a.mainmenu:link, a.mainmenu:visited { color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif; font-weight: bold; }a.mainmenu:hover { color: #000000; text-decoration: underline; }a.sublevel:hover { color: #000000; text-decoration: underline; }a.sublevel:link, a.sublevel:visited { color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif; font-weight: normal;}table.moduletable { margin: 0px 0px 0px 0px; width: 95%; border-left: solid 0px #000000; border-right: solid 0px #000000; border-top: solid 0px #000000; border-bottom: solid 0px #000000; margin-left: 5px; }table.moduletable th { font-size : 11px; font-weight : bold; color : #000000; text-align : left; width : 100%; padding: 10px 10px 10px 10px; margin: 20px 5px 20px 5px;}table.moduletable td { font-size: 10px; font-weight: normal; border: 1px solid #333; padding: 10px 10px 10px 10px; margin: 20px 5px 20px 5px; background-color: #F8F8FF;}.poll { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : #666666; line-height : 14px;}.sectiontableheader { background-color : #CCCCCC; color : #7B8DA1; font-weight : bold;}.sectiontableentry1 { background-color : #F0F0F0;}.sectiontableentry2 { background-color : #E0E0E0;}.small { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color : #3366C0; text-decoration : none;}.smalldark { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color : #000000; text-decoration : none; font-weight : normal;}.contentpane { background : #FFFFFF;}.contentpaneopen { background : transparent;}.contentheading, .componentheading { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 11px; font-weight : bold; color : #7B8DA1; text-align : left;}.createdate { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color : #999999; text-align : left;}.button { font-family : Verdana, Arial, Helvetica, sans-serif; font-style : normal; font-size : 10px; font-weight : bold; background-color : #F0F0F0; color : #000000; border : 1px solid #CCCCCC;}.inputbox { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 10px; color : #000000; background-color : #F0F0F0; border : 1px solid #CCCCCC;}a:link, a:visited { font-size : 11px; color : #000000; text-decoration : none; font-family : Verdana, Arial, Helvetica, sans-serif;}a:hover { color : #000000; text-decoration : underline;}/* For content item titles that are hyperlink instead of Read On */a.contentpagetitle:link, a.contentpagetitle:visited { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000000; text-align:left; }a.contentpagetitle:hover { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-align:left; color: #7B8DA1; text-decoration: underline; font-weight: bold; }a.category:link, a.category:visited { color : #333333; font-weight : bold;}a.category:hover { color : #7B8DA1;}/* Styles for dhtml tabbed-pages */.ontab { background-color: #ffae00; border-left: outset 2px #ff9900; border-right: outset 2px #808080; border-top: outset 2px #ff9900; border-bottom: solid 1px #d5d5d5; text-align: center; font-weight: bold; color: #FFFFFF;}.offtab { background-color : #e5e5e5; border-left: outset 2px #E0E0E0; border-right: outset 2px #E0E0E0; border-top: outset 2px #E0E0E0; border-bottom: solid 1px #d5d5d5; text-align: center; font-weight: normal;}.tabpadding {}.tabheading { background-color: #ffae00; text-align: left;}.pagetext { visibility: hidden; display: none; position: relative; top: 0;}/* for modifying {moscode} output. Dont set the colour! */.moscode { background-color: #f0f0f0;}/* Text passed with mosmsg url parameter */.message { font-family : Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size : 10pt; color : #ff6600; text-align: center;}/* custom stuff */.container{ border: solid; border-width: 1px; border-color: #efefef; background-color: White;}.boxes { border: solid; border-color: #efefef; border-width: 1px;}

    Notice from electriic ink:
    Please use the CODEBOX bbcode tag for long pieces of code. CODEBOX tags added.


  10. Just to point out the obvious, polls like this won't get realistic statistics. You will get more people voting for the more favorable answers. If someone thinks they are overweight they probably won't want to submit their results as much as someone who thinks they are of an average weight. Not all viewers vote and therefore polls often display statistics relevant to only groups of people. What do u think?


  11. I had problems uploading when i tried uploading a folder with heaps of files in it. It would usually get to halfway and then disconnect. So now i always upload in a queue. This way incomplete uploads can be resumed :)The way to use queues is by simply right clicking on the destination folder and selecting Upload->Queue->Select...Hope this helps :rolleyes:


  12. Hi, does anyone know if there is a way to display say http://forums.xisto.com/no_longer_exists/ at http://forums.xisto.com/no_longer_exists/ without using redirect from a to b. The real problem i have is if you try going to http://www.frusciante.net/ you will get redirected to http://forums.xisto.com/no_longer_exists/ where the files are stored.The code in frusciante.net is:

    <FRAMESET border=0 frameSpacing=0 rows=100%,* frameBorder=0>    <FRAME name=bannerframe src="http://forums.xisto.com/no_longer_exists/; noResize></FRAMESET>

    So is there a way to display the files from locborg.de/fru while maintaining the frusciante.net URL in the browser?


  13. Hi Guys,

    I'm trying to work out the best way to make this site.

    This is what I have made so far using CSS, divs, and spans:
    Site: http://forums.xisto.com/no_longer_exists/
    CSS: http://forums.xisto.com/no_longer_exists/

    I found a problem with this attempt when you resize the browser window all the images move with it.
    Any suggestions on how to fix this?

    So basically what i want to be able to do with this is have those buttons light up some how when i roll over them. My idea was to have each button on a fairly small image, that way you don't have to reload a huge image each time you roll over a button. This is the reason i split it up like this.

    I was wondering, would it be easier to use CSS layers and put the roll-over image over the top of the original one each time someone rolls over it. I would use image maps for this.

    If anyone has ideas on how to do this in a simpler way I would really appreciate it. Cheers :)

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.