xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 11:55:29 GMT -6
What does TR an TD stand for???
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 12:01:41 GMT -6
Buzzy where you at man???
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:04:07 GMT -6
Ok so if I want a table with 3 columns and 11 rows....how would that look??? I don't recommend that... it'll get too confusing. You can always make more than one table. I used a table for the bottom part, it has one row, two cells.
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:04:18 GMT -6
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:05:16 GMT -6
What does TR an TD stand for??? TR -- stands for TABLE ROW TD -- stands for TABLE DEFINITION (CELL)
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:08:58 GMT -6
you can visually see a table by adding a border. you can also set the width, cell spacing, and cell padding of a table. Check out the line of code:
[TABLE border=2 cellpadding=10% cellspacing=10% width=950>
it has a width of 1000 (thats in pixels. Most people have a screen resolution fo 1028x768... so try not to go wider than that). The cellpadding and cell spacing are set @ 10% of table. The border is set at 2, can be made bigger or smaller by changing the number.
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 12:10:58 GMT -6
Ok I think I got the schedule part down. Just messed with the code a little and so far so good. Just have to change the text and add color.
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 12:11:22 GMT -6
Check it out....
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:16:16 GMT -6
looks good, cleaned it up a bit... (i scooted everything into one line... don't worry, it will work the same. now just copy and paste the other lines.) sorry about my previous recomendation about the table w/ 13 rows. I thought you were tyring to do something else. BTW, you can delete the < P> tags.
<P>
<TABLE width=700 cellspacing=10% border=0>
<TR><TD>Date</TD><TD>Schedule</TD><TD>Result</TD></TR>
<TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR>
</TABLE>
</P>
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:22:35 GMT -6
too late, i guess you're entralled in fixing it up. but this is the way the code would look cleaned up... just filling in the blanks.
<P>
<TABLE width=700 cellspacing=10% border=0>
<TR><TD>Date</TD><TD>Schedule</TD><TD>Result</TD></TR>
<TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR> <TR><TD>Sept. 6, 2008</TD><TD>Sept.</TD><TD>Edinburg Economedes</TD><TD>7:00</TD></TR>
</TABLE>
</P>
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:37:34 GMT -6
just realize changing the color color is going to be a pain... might as well do it now.
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 12:42:37 GMT -6
<TABLE width=700 cellspacing=10% border=0>
<TR><TD><font size="+1" color="gold">Date</font></TD><TD><font size="+1" color="gold">Schedule</font></TD><TD><font size="+1" color="gold">Result</font></TD></TR>
<TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR>
</TABLE>
|
|
|
Post by nfcfan on Jul 1, 2008 13:25:01 GMT -6
taking a break? Going by the schedule page... just a tip u see how the images have a white outline, if your background was white you will not notice it and the graphics will look sharper also, you can underline '2008 Lopez Lobos Football Schedule' by using the <u> tags just place </u> after the last letter u want underlined.
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 13:33:12 GMT -6
Thanks nfcfan!
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 13:33:53 GMT -6
<TABLE width=700 cellspacing=10% border=0>
<TR><TD><font size="+1" color="gold">Date</font></TD><TD><font size="+1" color="gold">Schedule</font></TD><TD><font size="+1" color="gold">Result</font></TD></TR>
<TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR> <TR><TD><font size="+1" color="gold">Sept. 6, 2008</font></TD><TD><font size="+1" color="gold">Friday</font></TD><TD><font size="+1" color="gold">Edinburg Economedes</font></TD><TD><font size="+1" color="gold">7:00</font></TD></TR>
</TABLE>
I figured that out. I just copied and paste the font code. I'm really getting the hang of it!
|
|
|
Post by nfcfan on Jul 1, 2008 13:49:51 GMT -6
Your welcome,
also if u know all your schedule will be in 'gold' and +1 in size
u only need this <font color="gold" size="+1"> at the begginning of the text and at the bottom after u put all the schedule in... close it with this </font>
and that way its much less <font> tags/codes. You dont have to specify a color and size for each word, UNLESS there is a change in attribute (ie, color, size, etc)
and the Times of the games are posted under Result, insert another <td> in the top of the table with a " Time " section
Good work so far! Keep it up guys
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 13:53:31 GMT -6
Well the rivals website had the time under result so that's why I left it like that.
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 13:54:53 GMT -6
What about making a clickable link that will take me to a new page. And I want to make that new page. For example...I want to click on 1994 and I want the schedule and results to come out for that year only.
|
|
|
Post by nfcfan on Jul 1, 2008 14:04:29 GMT -6
well first create the 1994 Results page. remember the name of it... for now we'll call it 1994results.html
now back to the page that link is going to be placed at... for example if u want this ' 1994 Schedule/Results ' to be a link to the actual 1994 results page, place this tag <a href="1994results.html"> at the begginning of ' 1994 Schedule/Results ' then </a> at the end.
This is assuming 1994results.html was save in the same directory as your index.html file, if u have lets say all other files/webpages placed in a sub-directory like one called ' Other ' directory... your tag will change to <a href="Other/1994results.html">
|
|
|
Post by tigercrazy on Jul 1, 2008 14:24:42 GMT -6
Everyone is helping you XLobo
|
|