UWAGA
W związku z upgrade'em Forum Wiaderko do vB 4.x ewentualne błędy i nieprawidłowości proszę zgłaszać w tym temacie

Wątek: [HTML/CSS] Mały problem z tabelką Newsy w webspell

Pokaż wyniki od 1 do 5 z 5
  1. #1 [HTML/CSS] Mały problem z tabelką Newsy w webspell 
    el Wymiataczos Awatar CeNzUrA<hahaha>
    Dołączył
    Jul 2008
    Posty
    856
    Siema!
    Tak jak w temaice mam mały problemik mianowicie troszkę mi się Tabelka z newsami zepsuła... Wszystko widać : Webspell.pl (To nie reklama ponieważ tam nic nie ma bo męcze się z tym szablonem)

    Wiem że tutaj jest problem z news.html ale dokładnie co ?;/

    Kod news.html:


    Kod:
    <table cellpadding="0" cellspacing="0" width="514">
    	<tr>
    		<td>
    		<table cellpadding="0" cellspacing="0" width="514" height="36" background="img/img_27.png">
    			<tr>
    				<td><Span style="padding-left:20px; font-family:Tahoma; font-size:12px; font-weight:700">$headline</Span></td>
    			</tr>
    			<tr>
    <td><span style="padding-left:20px; font-family:Tahoma; font-size:10px;"><b>Autor:</b> $poster &nbsp;&nbsp;&nbsp; Data: <b>$date</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $comments </span></td>
    			</tr>
    		</table>
    		</td>
    	</tr>	
    	<tr>
    	 <td><img src="img/img_29.png" border="0" alt=""></td>
    	</tr>
    	<tr>
    	 <td background="img/img_32.png"><font face="Tahoma" style="font-size: 8pt"><div style="padding:5px;">$content</div></font></td>
    	</tr>
    </table>
    <table cellpadding="0" cellspacing="0" width="514" height="13">
    	<tr background="img/img_32.png">
    
    		<td valign="middle" height="13" width="514">
    		<p align="center">
    				<font face="Tahoma" style="font-size: 8pt" color="#666666"> <span style="margin-left:5px;" >$adminaction</span></font></td>
    	</tr>
    <tr align="right" background="img/img_35.png">
    
    		<td valign="middle" height="31" width="514">
    				<font face="Tahoma" style="font-size: 8pt" color="#666666"><span style="margin-right:10px;">$comments</span></font></td>
    	</tr>
    </table>
    Odpowiedz z cytatem  
     

  2. #2 Odp: [HTML/CSS] Mały problem z tabelką Newsy w webspell 
    Lamka
    Dołączył
    Apr 2009
    Posty
    15
    Kod:
    <style type="text/css">
    * {
    padding: 0px;
    margin: 0px;
    }
    </style>
    <div style="width: 514px; margin: 0 auto;">
    
    
    	<div style="width: 514px; height: 61px; background-image: url(images/img_27.png);">
    
    		<div style="padding-top: 30px; padding-left: 15px;">
    	
    			<p style="font-size: 12px; font-family: Tahoma; font-weight: bold; height: 14px;">$headline</p>
    			<p style="font-size: 10px; font-family: Tahoma;">Autor: <b>$poster</b>***Data: <b>$date</b></p>
    		
    		</div>
    
    	</div>
    
    	<div style="width: 512px; height: 18px; background-image: url(images/img_29.png);"></div>
    	
    	<div style="width: 512px; background-image: url(images/img_32.png);">
    	
    		<div style="padding: 4px; font-size: 11px; font-family: Tahoma;">
    		$content
    		</div>
    	
    	</div>
    	
    	<div style="width: 512px; height: 31px; background-image: url(images/img_35.png);">
    	
    		<div style="width: 500px; text-align: right; font-size: 11px; font-family: Tahoma; padding-top: 8px;">
    		
    		$comments
    		
    		</div>
    	
    	</div>
    
    </div>
    Ostatnio edytowane przez szczypi0r ; 06-06-2010 o 17:03 Powód: ...
    Odpowiedz z cytatem  
     

  3. #3 Odp: [HTML/CSS] Mały problem z tabelką Newsy w webspell 
    el Wymiataczos Awatar CeNzUrA<hahaha>
    Dołączył
    Jul 2008
    Posty
    856
    @UP ten kod wogóle mi nie wyświetla obrazków
    Odpowiedz z cytatem  
     

  4. #4 Odp: [HTML/CSS] Mały problem z tabelką Newsy w webspell 
    Spamer Awatar Oski94
    Dołączył
    May 2008
    Wiek
    17
    Posty
    107
    Kod:
    <table cellpadding="0" cellspacing="0" width="514">
    	<tr>
    		<td>
    		<table cellpadding="0" cellspacing="0" width="514" height="61" background="img/img_27.png">
    			<tr>
    				<td><Span style="padding-left:20px; font-family:Tahoma; font-size:12px; font-weight:700">$headline</Span></td>
    			</tr>
    			<tr>
    				<td><span style="padding-left:20px; font-family:Tahoma; font-size:10px;"><b>Autor:</b> $poster &nbsp;&nbsp;&nbsp; Data: <b>$date</b> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $comments </span></td>
    			</tr>
    		</table>
    		</td>
    	</tr>	
    	<tr>
    	 <td><img src="img/img_29.png" border="0" alt=""></td>
    	</tr>
    	<tr>
    	 <td background="img/img_32.png"><font face="Tahoma" style="font-size: 8pt"><div style="padding:5px;">$content</div></font></td>
    	</tr>
    </table>
    <table cellpadding="0" cellspacing="0" width="514" height="13">
    	<tr background="img/img_32.png">
    
    		<td valign="middle" height="13" width="514">
    		<p align="center">
    				<font face="Tahoma" style="font-size: 8pt" color="#666666"> <span style="margin-left:5px;" >$adminaction</span></font></td>
    	</tr>
    <tr align="right" background="img/img_35.png">
    
    		<td valign="middle" height="31" width="514">
    				<font face="Tahoma" style="font-size: 8pt" color="#666666"><span style="margin-right:10px;">$comments</span></font></td>
    	</tr>
    </table>
    Ostatnio edytowane przez Oski94 ; 15-06-2010 o 22:02
    Odpowiedz z cytatem  
     

  5. #5 Odp: [HTML/CSS] Mały problem z tabelką Newsy w webspell 
    Lamka
    Dołączył
    Apr 2009
    Posty
    15
    sry, mój błąd nie zauważyłem, że masz obrazki w folderze "img"

    poprawny kod


    Kod:
    <style type="text/css">
    * {
    padding: 0px;
    margin: 0px;
    }
    </style>
    <div style="width: 514px; margin: 0 auto;">
    
    
    	<div style="width: 514px; height: 61px; background-image: url(img/img_27.png);">
    
    		<div style="padding-top: 30px; padding-left: 15px;">
    	
    			<p style="font-size: 12px; font-family: Tahoma; font-weight: bold; height: 14px;">$headline</p>
    			<p style="font-size: 10px; font-family: Tahoma;">Autor: <b>$poster</b>***Data: <b>$date</b></p>
    		
    		</div>
    
    	</div>
    
    	<div style="width: 512px; height: 18px; background-image: url(img/img_29.png);"></div>
    	
    	<div style="width: 512px; background-image: url(images/img_32.png);">
    	
    		<div style="padding: 4px; font-size: 11px; font-family: Tahoma;">
    		$content
    		</div>
    	
    	</div>
    	
    	<div style="width: 512px; height: 31px; background-image: url(img/img_35.png);">
    	
    		<div style="width: 500px; text-align: right; font-size: 11px; font-family: Tahoma; padding-top: 8px;">
    		
    		$comments
    		
    		</div>
    	
    	</div>
    
    </div>
    Odpowiedz z cytatem  
     

Podobne wątki

  1. [webSPELL] HTML w newsie
    By ipzttf in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 6
    Ostatni post / autor: 24-08-2010, 18:56
  2. [WEBSPELL]Newsy się nie wyświetlają!! Fast help plx
    By GandzioX in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 3
    Ostatni post / autor: 06-06-2010, 17:09
  3. [HTML] Wyświetlanie HTML - Problem z zapisem
    By madafakaxd in forum Tworzenie - projektowanie stron www
    Odpowiedzi: 8
    Ostatni post / autor: 13-04-2010, 16:26
  4. Webspell - html na forum
    By Wojdusz in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 0
    Ostatni post / autor: 31-01-2010, 19:29
  5. Problem Newsy [Webspell]
    By arekkiraga in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 5
    Ostatni post / autor: 03-09-2009, 20:56
  6. Problem Newsy
    By kozak in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 3
    Ostatni post / autor: 20-08-2009, 13:48
  7. Newsy Problem
    By arekkiraga in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 3
    Ostatni post / autor: 02-08-2009, 22:53
  8. [Webspell]Newsy+mecze+artykuły+forum
    By Mister in forum Prośby i oferty od/dla webmasterów
    Odpowiedzi: 9
    Ostatni post / autor: 10-01-2009, 19:06
  9. Pomoc Newsy Webspell
    By Misiek_TPS in forum CMS'y, fora dyskusyjne, systemy portalowe
    Odpowiedzi: 9
    Ostatni post / autor: 30-07-2008, 09:46
  10. Problem ze Tabelką Statystyk
    By djseban in forum Problemy z CS 1.6
    Odpowiedzi: 2
    Ostatni post / autor: 25-06-2008, 04:05

Odwiedzający znaleźli tę stronę szukając:

newsy w html

Uprawnienia umieszczania postów
  • Nie możesz zakładać nowych tematów
  • Nie możesz pisać wiadomości
  • Nie możesz dodawać załączników
  • Nie możesz edytować swoich postów
  •