Users Online Now: 1024  |  November 21, 2009

HTML hints and questions for Dynasty sites

This is a discussion on HTML hints and questions for Dynasty sites within the Dynasty HQ forums.

Go Back   Operation Sports Forums > Other Sports > Dynasty HQ


Reply
 
LinkBack Thread Tools Display Modes
Old 07-09-2009, 05:47 PM   #131 (permalink)
MVP
 
cubsfan203's Arena
 
OVR: 23
Join Date: Jun 2004
Location: Texas
Posts: 3,919
Re: HTML hints and questions for Dynasty sites

Quote:
Originally Posted by whitesox
I have two questions about the above box score, what color values did you use for the alternating lines?
and
What font family and size did you use?
Looks like it uses FFFFFF and E0E0E0. I'm pretty sure the 000000 is the black boxes, and the FFFFFF is the white.
__________________
Fan of....
Memphis Tigers - Texas Rangers - Dallas Mavericks - Tampa Bay Rays - Dallas Cowboys - USF Bulls

Coaching Career of Chris Matthews (CH2k8)
Texas Rangers Franchise
cubsfan203 is offline   Reply With Quote
Old 07-14-2009, 03:41 AM   #132 (permalink)
MVP
 
whitesox's Arena
 
OVR: 32
Join Date: Mar 2009
Posts: 2,815
PS Network: silver_shadow14
Re: HTML hints and questions for Dynasty sites

STARTING LINEUP
No.PositionNameAgeBatsThrows
1LFRickey Henderson30RL
23BCarney Lansford32RR
3DHDave Parker38LR
41BMark McGwire25RR
5CTerry Steinbach27RR
6CFDave Henderson30RR
7RFStan Javier25SR
82BTony Phillips30SR
9SSMike Gallego28RR



Critique? My dynasty can be found here.


Last edited by whitesox; 07-14-2009 at 04:35 AM.
whitesox is online now   Reply With Quote
Old 07-14-2009, 07:51 PM   #133 (permalink)
MVP
 
cubsfan203's Arena
 
OVR: 23
Join Date: Jun 2004
Location: Texas
Posts: 3,919
Re: HTML hints and questions for Dynasty sites

Quote:
Originally Posted by whitesox
STARTING LINEUP
No.PositionNameAgeBatsThrows
1LFRickey Henderson30RL
23BCarney Lansford32RR
3DHDave Parker38LR
41BMark McGwire25RR
5CTerry Steinbach27RR
6CFDave Henderson30RR
7RFStan Javier25SR
82BTony Phillips30SR
9SSMike Gallego28RR



Critique? My dynasty can be found here.
I'm not a fan of the default border for tables, other than that it looks nice. I fixed the table in the quote with what I normally do with the tables, feel free to use it if you like.
__________________
Fan of....
Memphis Tigers - Texas Rangers - Dallas Mavericks - Tampa Bay Rays - Dallas Cowboys - USF Bulls

Coaching Career of Chris Matthews (CH2k8)
Texas Rangers Franchise
cubsfan203 is offline   Reply With Quote
Old 08-02-2009, 05:03 PM   #134 (permalink)
Rookie
 
chickenman77's Arena
 
OVR: 2
Join Date: Aug 2009
Posts: 25
Re: HTML hints and questions for Dynasty sites

Question I'm kinda a noob at computer HTML stuff but how do you make a boxscore for an MLB game
__________________

chickenman77 is offline   Reply With Quote
Old 08-02-2009, 05:06 PM   #135 (permalink)
MVP
 
whitesox's Arena
 
OVR: 32
Join Date: Mar 2009
Posts: 2,815
PS Network: silver_shadow14
Re: HTML hints and questions for Dynasty sites

Thats a really broad question. Here is a good website to help. If you have something more specific, then I would be glad to try and help.

http://www.w3schools.com/html/
whitesox is online now   Reply With Quote
Old 08-02-2009, 05:08 PM   #136 (permalink)
Rookie
 
chickenman77's Arena
 
OVR: 2
Join Date: Aug 2009
Posts: 25
Re: HTML hints and questions for Dynasty sites

I like the one that says it was created by Pujols4MVP but I can't get the download for it because I can't sign up for dynastymanager.com. But a basic box score like the one in the Atlanta Braves 2K9 dynasty.
__________________

chickenman77 is offline   Reply With Quote
Old 08-03-2009, 01:31 PM   #137 (permalink)
MVP
 
whitesox's Arena
 
OVR: 32
Join Date: Mar 2009
Posts: 2,815
PS Network: silver_shadow14
Re: HTML hints and questions for Dynasty sites

Quote:
Originally Posted by chickenman77
How does this look? I need some help


Inning123456789Final Score
Braves3100000015
Phillies1001000002
I think there is a little too much stuff going on there with the colors. Also, don't use the < th > tag. Use < td> < b > XXXXX < /b > < /td > (Take the spaces out), so it is bolded. I don't think OS understands the table heading tag. I use this:

123456789R HE
Mariners100000100270
Athletics000000000052

To make my box scores post side by side, I would use the frame tag right? I'm really getting sick of taking screencaps of them, editing them to be right next to eachother, and then uploading. If I could post the HTML it would be awesome.

EDIT: It is looking like a table withing a table would be the way to go. Any tips? I'll post it when it's done.** It's done. I can't get them exactly side by side, though. BTW, on the below table I am guilty of using the < th > tag. Taking that out now.

Athletics Batting
NameABRHRBIBBSOAVG
R. Henderson, LF401002.321
Lansford, 3B400001.137
Parker, DH302002.400
McGwire, 1B401001.230
Steinbach, C400000.173
D. Henderson, CF300002.357
Canseco, RF300000.076
Phillips, 2B300000.208
Gallego, SS301002.111
TOTALS:31050013.223
Batting:
HBP: Parker
Fielding
E Lansford (1), Gallego (1)
Athletics Pitching
NameIPHRERBBSOERA
Moore (L, 0-2)6.0521144.50
Burns3.0200216.75
TOTALS:9.0721355.63
Mariners Batting
NameABRHRBIBBSOAVG
Cora, 2B501002.161
Sojo, SS510000.300
E.Martinez, 3B401010.384
Buhner, RF402100.178
T.Martinez, 1B311001.111
Griffey Jr, CF401001.208
Coleman, LF401001.291
Amaral, DH300010.190
Kreuter, C300110.250
TOTALS:3527235.230
Batting:
2B: Cora (1), Buhner (1,2)
RBI: Buhner (6), Kreuter(1)
HBP: E. Martinez
GIDP: Buhner
Mariners Pitching
NameIPHRERBBSOERA
Bosio (W, 1-0)8.05000131.25
Ayala1.0000000.00
TOTALS:9.05000130.75

Last edited by whitesox; 08-03-2009 at 02:33 PM.
whitesox is online now   Reply With Quote
Old 08-03-2009, 02:10 PM   #138 (permalink)
Rookie
 
chickenman77's Arena
 
OVR: 2
Join Date: Aug 2009
Posts: 25
Re: HTML hints and questions for Dynasty sites

Oh i see thanks
How does this look?
Also how do you get the stats underneath? Like what do you use for it?
123456789RHE
Braves1300010005100
Phillies010010100361
__________________


Last edited by chickenman77; 08-03-2009 at 04:39 PM.
chickenman77 is offline   Reply With Quote
Old 08-03-2009, 04:28 PM   #139 (permalink)
MVP
 
whitesox's Arena
 
OVR: 32
Join Date: Mar 2009
Posts: 2,815
PS Network: silver_shadow14
Re: HTML hints and questions for Dynasty sites

It looks good. You might want to make the R H E columns a different color (I use a light grey) to distinguish them from the actual innings.

Also, I would make the Phillies with a red background and white text, and Braves with a blue background and red text.

EDIT: Also instead of
HTML Code:
<table border="1">
do
HTML Code:
<table border="1" cellspacing="0" cellpadding="2">
and see how that looks.

Last edited by whitesox; 08-03-2009 at 04:42 PM.
whitesox is online now   Reply With Quote
Old 08-03-2009, 04:37 PM   #140 (permalink)
Rookie
 
chickenman77's Arena
 
OVR: 2
Join Date: Aug 2009
Posts: 25
Re: HTML hints and questions for Dynasty sites

I made them both white so that you can tell the team name. It was kind of hard to see the names with blue and red. I'll go and edit the table

EDIT: Thanks man. Can you help me with the stats on the bottom?
__________________


Last edited by chickenman77; 08-03-2009 at 04:56 PM.
chickenman77 is offline   Reply With Quote
Reply


« Previous Thread | Next Thread »

« Operation Sports Forums > Other Sports > Dynasty HQ »


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 04:04 PM.

Archive - Top -