•~ Contest Mania ~ Contest, graphic, skin and fun ~•

Aiuto!, sto sclerando T__________T

« Older   Newer »
  Share  
@Kayla@
view post Posted on 22/12/2008, 21:27




Raga sono due giorni che tento di mettere a posto questa tabella in un forum che ho appena creato e sto diventando matta ç_ç non capisco dove sbaglio e adesso ho i codici che sono tutti un casino! qualkuno può darmi una mano?

Questo è il link del forum-> Accademy of Graphic

Questo è il codice ke mi è uscito: ( l'ho dovuto spezzettare perchè mi dava un errore quindi non riuscivo apostarlo tutto)

SPOILER (click to view)
CODICE
<table class=skin_tbl cellSpacing=0 cellPadding=0 align=center><tbody><tr>
<td class=mleft_top>
<p align=center><font face="Arial, Helvetica, sans-serif" color=#ff99ff><strong><em><u></u></em></strong></font>&nbsp;</p></td>
<td><p align=center>&nbsp;</p></td><td class=mright_top></td></tr><tr>
<td class=mleft></td><td>
<table class=mainbg style="WIDTH: 100%; TEXT-ALIGN: center" cellSpacing=1 cellPadding=4>
<tbody><tr title=RIGA1><td class=ww><div style="OVERFLOW: auto; HEIGHT: 100px">
<p align=left><font style="FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif" size=1>Benvenuti all'<span style="FONT-WEIGHT: bold; COLOR: rgb(255,153,255)"><br>Accademy of Graphic</span>! <br>Questo Forum è<br>dedicato principalmente<br>alla web graphic.<br>Qui potrete trovare<br>tutorialmolto utili<br>per chi ancora<br>è inesperto in<br>questo campo, <br>contest e tanto altro!<br><br><span style="FONT-WEIGHT: bold">Prima di postare</span><br>qualunque cosa<br>sarebbe carino<br>presentarsi e non<br>postare argomenti<br>inutili o a sfondo<br>pornografico o razzista.<br><span style="COLOR: rgb(204,102,204)">VIETATO </span>spammare<br>&nbsp;in tag&nbsp; o al di fuori<br>della sezione<span style="COLOR: rgb(204,51,204)">SPAM</span><br>Per qualsiasi dubbio o <br>chiarimento non<br>esistate a contattare<br>&nbsp;l'admin del forum&nbsp;</font><br><a href="http://www.forumcommunity.net/?act=Profile&amp;MID=478658">@Kayla@</a> </p></div>
Please Y_Y

Edited by @Kayla@ - 22/12/2008, 23:56
 
Top
@Kayla@
view post Posted on 22/12/2008, 22:54




SPOILER (click to view)
CODICE
<hr>
<div style="TEXT-ALIGN: left" align=justify><font color=#ff99ff size=4><strong>Link Us!</strong></font></div><strong><font color=#ff99ff></font></strong>
<div style="TEXT-ALIGN: left" align=justify>
</div>
<div style="TEXT-ALIGN: left" align=justify>[IMG]http://img136.imageshack.us/img136/157/bannetr2jr2.png[/IMG]
[IMG]http://img98.imageshack.us/img98/3285/banner1vf3.png[/IMG]

([URL=http://www.forumcommunity.net/?t=22639921&st=0#entry165386644]More?[/URL])
</div></td>
<td class=aa rowSpan=2><meta content="Microsoft FrontPage 5.0" name=GENERATOR>
<meta content=FrontPage.Editor.Document name=ProgId>
<table style="BORDER-COLLAPSE: collapse" height=250 cellSpacing=0 cellPadding=0 width=160 align=center background=http://img380.imageshack.us/img380/5811/calendarfarfallazb7.gif border=0>
<tbody><tr><td width=65 height=60><td colSpan=100 height=130>
</td></tr><tr>
<td width=25 height=55><p></p><p>
</p></td>
<td vAlign=top align=middle width=20 height=55>
<script type="text/javascript"> <!--//Begin
monthnames = new Array( "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio",
"Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre");
var linkcount=0; function addlink(month, day, href) { var entry = new Array(3);
entry[0] = month; entry[1] = day; entry[2] = href; this[linkcount++] = entry; }
Array.prototype.addlink = addlink; linkdays = new Array();
monthdays = new Array(12); monthdays[0]=31; monthdays[1]=28; monthdays[2]=31;
monthdays[3]=30; monthdays[4]=31; monthdays[5]=30; monthdays[6]=31;
monthdays[7]=31; monthdays[8]=30; monthdays[9]=31; monthdays[10]=30;
monthdays[11]=31; todayDate=new Date(); thisday=todayDate.getDay();
thismonth=todayDate.getMonth(); thisdate=todayDate.getDate();
thisyear=todayDate.getYear(); thisyear = thisyear % 100;
thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear));
if (((thisyear % 4 == 0) && !(thisyear % 100 == 0))
||(thisyear % 400 == 0)) monthdays[1]++; startspaces=thisdate;
while (startspaces > 7) startspaces-=7;
startspaces = thisday - startspaces + 1; if (startspaces < 0) startspaces+=7;
document.write("<font face='verdana'>");<!--Font Face-->
document.write("<table border=0 " );<!--Border size-->
document.write("style='font-size : 10px; color : #000000;' cellpadding=0 cellspacing=1>");<!--Border color, font size, cell padding, cellspacing and font color-->
document.write("<tr><td colspan=7><center>"
+ monthnames[thismonth] + " " + thisyear + "</center></td></tr>");
document.write("<tr>");
document.write("<td align=center><font color=#000000>D</td>");<!--The color here and below are for each week day-->


CODICE
document.write("<td align=center><font color=#000000>L</td>");
document.write("<td align=center><font color=#000000>M</td>")
document.write("<td align=center><font color=#000000>M</td>");
document.write("<td align=center><font color=#000000>G</td>");
document.write("<td align=center><font color=#e56905>V</td>");
document.write("<td align=center><font color=#e56905>S</td>");<!--Last color chage here-->
document.write("</tr>"); document.write("<tr>"); for (s=0;s<startspaces;s++) {
document.write("<td>-</td>"); } count=1;
while (count <= monthdays[thismonth]) { for (b = startspaces;b<7;b++) {
linktrue=false; document.write("<td>"); for (c=0;c<linkdays.length;c++) {
if (linkdays[c] != null) {
if ((linkdays[c]==thismonth + 1) && (linkdays[c]==count)) {
document.write("<a href="" + linkdays[c] + "">"); linktrue=true; } } }
if (count==thisdate) { document.write("<font color='#f33f95'>"); }
if (count <= monthdays[thismonth]) { document.write(count); } else {
document.write(" "); } if (count==thisdate) { document.write("</font>"); }
if (linktrue) document.write("</a>"); document.write("</td>"); count++; }
document.write("</tr>"); document.write("<tr>"); startspaces=0; }
document.write("</table>"); document.write("</font>"); </script></td>


CODICE
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=1 height=55></td>
<td width=1 height=55></td><td width=89 height=55></td></tr></tbody></table>
<div></div>


CODICE
<p style="MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px; LINE-HEIGHT: 100%" align=center><font face=verdana size=1><a title="Accademy of Graphic" style="TEXT-DECORATION: none" href="http://accademyofgraphic.forumcommunity.net/" target=_blank><font color=#ff84c2>Created by @Kayla@</font></a></font>
<p style="MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px; LINE-HEIGHT: 100%" align=center></p></td>
<td class=ww>
<p align=right>P<a href="http://www.forumcommunity.net/?t=22629037" target=_blank><font color=#000000>resentazioni</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br>&nbsp;</font><a href="http://www.forumcommunity.net/?f=4117085"><font color=#000000>Resources List</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br>&nbsp;</font><a href="http://www.forumcommunity.net/?t=22640772"><font color=#000000>Regolamento</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br>&nbsp;</font><a href="http://www.forumcommunity.net/?t=22665777&amp;view=getlastpost#lastpost"><font color=#000000>Abilitazioni</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br></font><a href="http://accademyofgraphic.forumcommunity.net/"><font color=#000000>Uppa</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br>&nbsp;</font><a href="http://www.forumcommunity.net/?f=4117086"><font color=#000000>Spamma</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"><br>&nbsp;</font><a href="http://www.forumcommunity.net/?t=22639805"><font color=#000000>Affiliati</font></a><font color=#000000><img src="http://i132.photobucket.com/albums/q22/aleale93/bolinho6jq.gif"></font></p>
<p align=right><font color=#000000></font></p><font color=#000000><hr>
</font></td></tr><tr title=RIGA2><td class=ww>
<p align=right><font color=#000000></font>&nbsp;</p></td><td class=ww>


CODICE
<div style="TEXT-ALIGN: left" align=justify><font color=#000000></font>&nbsp;</div></td>
<tr><font color=#000000></font><tr title=RIGA3><td class=title
width=88 border=0><font color=#000000> </font></td></tr></tbody></table></td>
<td class=mright><font color=#000000></font></td></tr><tr>
<td class=mleft_bottom><font color=#000000></font></td><td>
<table class=msub cellSpacing=0 cellPadding=0 width="100%"><tbody>

<tr>
<td class=msub_left><font color=#000000></font></td>
<td class=msub_center><font color=#000000></font></td>
<td class=msub_right><font color=#000000></font></td>
</tr></tbody>

</table></td>
<td class=mright_bottom><font color=#000000></font></td></tr></tbody></table>
 
Top
•·.·_Vane_.·•
view post Posted on 23/12/2008, 09:39




oddio aspetta bisogna rifare tutto il codice.

Hai i codici separati delle cose da inserire?
 
Top
@Kayla@
view post Posted on 23/12/2008, 13:31




codici bannerini forum:
SPOILER (click to view)
CODICE
<a href="http://accademyofgraphic.forumcommunity.net"><b>[IMG]http://img98.imageshack.us/img98/3285/banner1vf3.png[/IMG]</b></a>

<a href="http://accademyofgraphic.forumcommunity.net"><b>[IMG]http://img241.imageshack.us/img241/8719/banner5hr4.png[/IMG]</b></a>




gli altri non so come postarli perchè quando provo a inserirli mi dice che c'è un errore di un url ma non capisco quale...

per il calendario ti do il link così ne puoi prelevare tu il codice:
Calendario

comunque vorrei dare alla tabella questo schema..
image
 
Top
@Kayla@
view post Posted on 25/12/2008, 14:08




niente ho già risolto! grazie cmq!!! **
 
Top
•·.·_Vane_.·•
view post Posted on 26/12/2008, 10:13




ah okei
 
Top
5 replies since 22/12/2008, 21:21   108 views
  Share