Jump to content

Conor

Members
  • Posts

    72
  • Joined

  • Last visited

Posts posted by Conor

  1. Sometimes, when you are adding airports to the system, you need to refresh the page in order for them to show. Try refreshing the page and see if they show then. Just because they aren't showing, doesn't exactly mean that they don't exist on the system.

    they are in the system because we have some routes set up but they dont show on the airport list

  2. Ok so this is going to be a looooooooooooooooong message because its my first time and i need some help!

    Ok so far here is my website:

    website right now

    this is the code im using:

    Header.tpl

    <head>
    <link rel="stylesheet" type="text/css" href="/lib/skins/euroskies/stylesheet.css" />
    </head>
    <div id="container">
    <div id="header">
    	<h1>
    		Site name
    	</h1>
    </div>
    <div id="navigation">
    	<ul>
    		<li><a href="#">Home</a></li>
    		<li><a href="#">About</a></li>
    		<li><a href="#">Services</a></li>
    		<li><a href="#">Contact us</a></li>
    	</ul>
    </div>

    Footer.tpl

    <head>
    <link rel="stylesheet" type="text/css" href="/lib/skins/euroskies/stylesheet.css" />
    </head>
    <div id="content-container1">
    	<div id="content-container2">
    		<div id="section-navigation">
    			<ul>
    				<li><a href="#">Section page 1</a></li>
    				<li><a href="#">Section page 2</a></li>
    				<li><a href="#">Section page 3</a></li>
    				<li><a href="#">Section page 4</a></li>
    			</ul>
    		</div>
    		<div id="content">
    			<h2>
    				Page heading
    			</h2>
    			<p>
    				Lorem ipsum dolor sit amet consect etuer adipi scing elit sed diam nonummy nibh euismod tinunt ut laoreet dolore magna aliquam erat volut. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
    			</p>
    			<p>
    				Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.
    			</p>
    			<p>
    				Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
    			</p>
    		</div>
    		<div id="aside">
    			<h3>
    				Aside heading
    			</h3>
    			<p>
    				Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan.
    			</p>
    		</div>
    		<div id="footer">
    			Copyright © Euroskies Virtual Airlines. Theme designed and created by <a href="http://www.alpha6studios.com">Alpha 6 Studios</a>, 20XX
    		</div>
    	</div>
    </div>
    </div>

    And this is my css:

    #container
    {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    }
    
    #header
    {
    background: #ccc;
    padding: 20px;
    }
    
    #header h1 { margin: 0; }
    
    #navigation
    {
    float: left;
    width: 1000px;
    background: #333;
    }
    
    #navigation ul
    {
    margin: 0;
    padding: 0;
    }
    
    #navigation ul li
    {
    list-style-type: none;
    display: inline;
    }
    
    #navigation li a
    {
    display: block;
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    }
    
    #navigation li a:hover { background: #383; }
    
    #content-container
    {
    float: left;
    width: 1000px;
    background: #fff url(http://www.maxdesign.com.au/wp-content/uploads/layout-three-fixed-background.gif) repeat-y 100% 0;
    }
    
    #section-navigation
    {
    float: left;
    width: 160px;
    padding: 20px 0;
    margin: 0 20px;
    display: inline;
    }
    
    #section-navigation ul
    {
    margin: 0;
    padding: 0;
    }
    
    #section-navigation ul li
    {
    margin: 0 0 1em;
    padding: 0;
    list-style-type: none;
    }
    
    #content
    {
    float: left;
    width: 500px;
    padding: 20px 0;
    margin: 0 0 0 30px;
    }
    
    #content h2 { margin: 0; }
    
    #aside
    {
    float: right;
    width: 200px;
    padding: 20px 0;
    margin: 0 20px 0 0;
    display: inline;
    }
    
    #aside h3 { margin: 0; }
    
    #footer
    {
    clear: left;
    background: #ccc;
    text-align: right;
    padding: 20px;
    height: 1%;
    }

    Now what im trying to do is make it so that the three content boxes left, right and centre align properly. What am i missing?

  3. If you plan on charging it probably won't be monthly - people will generally want you to make their site, put it on their hosting and edit the odd thing you (they) got wrong and be done with it, especially if it's a CMS because they can edit and post themselves.

    Wordpress or code it yourself.

    If you plan on taking this seriously I would purchase hosting with a proper domain and take the time to design your own theme.

    We will buy a domain if theres interest and we are already designing our own theme we just used that to get stuff up there

  4. Thanks for the quick responses!

    i guess if we are using a CMS i need to more proficient in CSS than i am at the moment

    should we charge for our service? i was thinking €10 a month and we will look after the hosting, domain name databases etc..

    I need to raise the question which is better joomla or drupal?

    Our website is here its not finished yet though ..... http://www.shamrockproductions.tk

  5. I started a web design company with my friend now we are both amateurs at it and I was hoping I could get some answers here or something basiclly this is what I want to know:

    Should we have all our sites from CMSs like joomla and drupal?

    Or should we just have static websites were everything is basic and has to be done manually?

    If we do it manually is making a simple admin panel hard?

×
×
  • Create New...