Results 1 to 2 of 2

Thread: Problem with

  1. #1

    Default Problem with

    Hey everybody,

    Have a problem with my site, today your header module stopped working, and i haven't changed anything.
    The code is as posted below, dont know if it might be the cause for some reason, or it is a periodic error?
    Havent done any updating, or anything really to the site, but do you guys know what it might be ?

    http://www.scantron.dk

    Code:
    <link rel="shortcut icon" href="favicon.ico" >
    <link rel="icon" type="image/gif" href="animated_favicon1.gif" >
    
    <table align="center" cellpadding="0" cellspacing="0" style="width: 960px; height: 50px; float: left">
    	<tr>
    		<td style="width: 200px; text-align: center; height: 35px;" valign="top">
    		
    
    [nbsp]</p>
    		[img]tl_files/scantron/scantron.gif[/img]</td>
    		
    <td style="width: 515px; text-align: right">
    				Om os[nbsp] 
    				|[nbsp]
    				Kontakt os[nbsp]
    				|[nbsp]
    				Downloads[nbsp]
    				|[nbsp]
    Salg & Marketing[nbsp]
    				|[nbsp]
    				Support[nbsp]
    				|[nbsp]
      
    	
      <span class="style1">Vælg sprog: [nbsp]</span>
    				<a href="http://www.scantron.dk">
    				[img]/tl_files/scantron/dk.gif[/img]</a>  
                    		<a href="http://www.scantron.se">
    				[img]/tl_files/scantron/se.gif[/img]</a></td>
    
    		<td style="width: 160px; text-align: right"><form action="/soeg.html" method="get" id="search">
    			<input name="keywords" id="keywords" type="text" maxlength="118px" title="Søg på vores hjemmeside" class="inputbox search" value="Søg…" onclick="if(this.value=='Søg…')this.value='';" onblur="if(this.value=='')this.value='Søg…';" style="height: 15px" /> 
    			<input type="image" src="tl_files/scantron/search.png" alt="Search" class="submit" /></form>
              
              </td>
    
    	</tr>
    	</table>

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-19-09.
    Posts
    1,287

    Default Re: Problem with

    Where did you enter the above code? Did you use a front end module of type "Custom HTML"?
    Anyway, you should enter the two <link> elements somewhere in the <head> section! That is, just add these two lines in your "Page layout" > "Expert settings" > "Additional <head> tags".

    Then, why did you use a HTML table for layout purposes? In modern web design, table layout techniques have been replaced by CSS layouts. Furthermore: use one of the build-in navigation front end modules to generate the markup for the nested list.
    Contao Community Moderator
    → Support options

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •