|
Post by Ol' Buzzard on Jul 1, 2008 1:18:20 GMT -6
about the "red", look back to the top < body > tag. It believe it is the alink="red" is setup like that. Instead of red, type another color that you want. (don't forget to change it on all the other pages.... and the rgvsports link if you want).
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:18:39 GMT -6
Im going to work on putting the history in the archive link. How do I change the Archive on the football to say history
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:19:27 GMT -6
about the "red", look back to the top < body > tag. It believe it is the alink="red" is setup like that. Instead of red, type another color that you want. (don't forget to change it on all the other pages.... and the rgvsports link if you want). Ok I found that part...how is TC doing on his webpage???
|
|
|
Post by tigercrazy on Jul 1, 2008 1:20:15 GMT -6
Slow Lmao hes helping you more then anything
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 1:22:20 GMT -6
Slow Lmao hes helping you more then anything you crazy man! xlobo is getting better @ seeing the big picture. I bet you he could go into your website and spruce it up with the little that he has already picked up. This is all about trial and error. Keep trying till you get it right, don't give up and get frustrated.
|
|
|
Post by tigercrazy on Jul 1, 2008 1:23:08 GMT -6
im all frustrated
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:26:07 GMT -6
Just added a poll ;D
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 1:32:17 GMT -6
show off!
|
|
|
Post by tigercrazy on Jul 1, 2008 1:33:06 GMT -6
Sorry we all cant be nerds at this!
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:35:35 GMT -6
LOL! I'll add some stuff tomorrow. My brain has had enough work for the day. If I star dreaming of HTML codes and all that stuff I'm coming after you Buzzy...LOL! No thanks! Really appreciate the time and I might have questions later on.
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:35:52 GMT -6
show off! ;D ;D ;D
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 1:39:12 GMT -6
Alright... i guess it's past my bed time too boys... till manana.
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 1:44:40 GMT -6
I'll show you how to put it so that the mascot logo and the poll are on the same line.
Going to have to use a TABLE! woot, woot!
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 1:45:34 GMT -6
Ok Im up for it.....peace!
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 11:24:53 GMT -6
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 11:37:22 GMT -6
Good stuff there... make sure you give credit to WOS87 for his efforts.
Ready to learn about making tables?
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 11:40:40 GMT -6
Yea..I think a table is needed in the schedule part as well.
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 11:42:37 GMT -6
This is how a table looks like... it has one row and two cells:
<TABLE>
<TR>
<TD> cell 1 info goes here </TD>
<TD> cell 2 info goes here </TD>
</TR>
</TABLE>
BTW, all the spaces aren't necessary, I just did that so you could see it more clearly.
|
|
|
Post by Ol' Buzzard on Jul 1, 2008 11:44:19 GMT -6
Here is a table w/ 2 rows and w/ two cells each:
<TABLE>
<TR>
<TD> cell 1 goes here </TD>
<TD> cell 2 goes here </TD>
</TR>
<TR>
<TD> cell 3 goes here </TD>
<TD> cell 4 goes here </TD>
</TR>
</TABLE>
|
|
xlobo
Legend
Lopez Lobos
Posts: 5,435
|
Post by xlobo on Jul 1, 2008 11:48:53 GMT -6
Ok so if I want a table with 3 columns and 11 rows....how would that look???
|
|