Users Online Now: 1031  |  November 20, 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 06-28-2004, 10:55 PM   #1 (permalink)
Barney who?
 
mgoblue's Arena
 
OVR: 43
Join Date: Jul 2002
Location: Glendale, AZ
Posts: 30,759
PS Network: MGoBlue21 Wii Code: 4327 1469 4942 2988
HTML hints and questions for Dynasty sites

With the new College and NFL Football seasons approaching, everyone's gearing up for their Franchise or Dynasty sites. I've gotten a few questions about how to add the pictures with the text underneath into a story, and from that came up with this thread. I'm sure there are others out there with questions, and there are people, like myself, who know HTML and are willing to help people out. Feel free to post a 'how'd they do that' or 'how can I do that' question here, and we'll try and answer it.

Here's how to do the picture and subtitle to picture. I stole this from someone else, if you ever see anything cool on a site, choose the "Page Source" option in the view menu and you can find the raw HTML for that section of document.

Code:
 <table cellpadding=0 cellspacing=0 border=0 align=right>
<tr>
<td>
<img src="http://mgoblue.com/images/athletes/carr.jpg" alt="Carr" border=0 vspace=4 align=right>
</td>
</tr>
<tr>
<td>
<font face="verdana, arial, geneva" size=1 color=#666666>
<b>Lloyd Carr</b>
</font>
</td>
</tr>
</table>



here's the HTML to add the Pic of Lloyd Carr, with text that says "Lloyd Carr" underneath. Basically you are creating two 'cells' in a table, or a one column, two row table.

In the top cell you put the image, in the bottom cell you put the text. <table> creates the table (align="right" means right justification, border="0" means no visible borders), <tr> creates a row in that table, <td> creates a column in that row.

<img src="$file" align="right"> creates an image with the source of $file (a http:// type source, as in the example above). </td> ends that column we created, </tr> ends that row we created.

<tr> creates a new row, <td> creates a new column. <font> sets the font options for the text that follows (I must admit I'm not too sure on that option, I'd have to look it up online).

We see the text we want to show (<b> means bold), </font> to end the font changes, </td> to end the column, </tr> to end the row, and </table> to end the table.


I know this probably sounds confusing, but I hope it helps you guys customize your dynasties more. Just enter this code into the story and it will show up. It usually takes me a few times to mess around with the aligns (you can do "left", "right", and "center"), and other options out there.

Feel free to ask for clarifications on stuff, I know I'm not the best teacher, especially if you know no HTML whatsoever. I also didn't explain every option, either ask here or there are also HTML tutorials which can help.

you can see my dynasty page, with this picture in action, at Michigan Wolverines Dynasty
mgoblue is offline   Reply With Quote
Sponsors (you can remove these ads by registering or logging in)

Register or login to remove these ads and many more.
Old 06-28-2004, 10:58 PM   #2 (permalink)
TG #19
 
bkrich83's Arena
 
OVR: 51
Join Date: Jul 2002
Location: So. Cal
Posts: 55,758
PS Network: bkrich83
Re: HTML hints and questions for Dynasty sites

I'll make this a sticky and official HTML help thread.
bkrich83 is offline   Reply With Quote
Old 07-08-2004, 06:51 PM   #3 (permalink)
Huh?
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,163
Re: HTML hints and questions for Dynasty sites

Thanks Blue! I am doing this for the first year and am an HTML moron. I do have frontpage but I'm pretty much an idiot with that as well.

I'm still working on my 'front' page so I can link my other news articles to that. Thanks again for your assistance!
Jistic is offline   Reply With Quote
Old 07-19-2004, 01:32 PM   #4 (permalink)
Huh?
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,163
Re: HTML hints and questions for Dynasty sites

I have a question. ON my frontpage the schedule is all way on the right and in the middle of the page. This is something from the site itself that I cannot seem to control. Yet others have moved their schedule to the top or removed it completely. Any ideas?

CHECK IT OUT HERE

Also in my game recaps at the bottom the 'other recaps' get into my stats.

HERE IS A BOX SCORE EXAMPLE CHECK BOTTOM BY INTERCEPTON STATS

Any help would be appreciated. Thanks.
Jistic is offline   Reply With Quote
Old 07-19-2004, 03:08 PM   #5 (permalink)
Barney who?
 
mgoblue's Arena
 
OVR: 43
Join Date: Jul 2002
Location: Glendale, AZ
Posts: 30,759
PS Network: MGoBlue21 Wii Code: 4327 1469 4942 2988
Re: HTML hints and questions for Dynasty sites

I'm not totally sure how to help, because I don't use DC, and therefore don't know what things they do automatically for you, and what you do yourself with HTML...I'll have to think about it a bit more
mgoblue is offline   Reply With Quote
Old 07-19-2004, 05:15 PM   #6 (permalink)
Huh?
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,163
Re: HTML hints and questions for Dynasty sites

Thanks blue, any help is appreciated.
Jistic is offline   Reply With Quote
Old 07-19-2004, 05:31 PM   #7 (permalink)
Barney who?
 
mgoblue's Arena
 
OVR: 43
Join Date: Jul 2002
Location: Glendale, AZ
Posts: 30,759
PS Network: MGoBlue21 Wii Code: 4327 1469 4942 2988
Re: HTML hints and questions for Dynasty sites

Quote:

Jistic said:
Thanks blue, any help is appreciated.




I'll have to create a dynasty and see what's there, hopefully tonight, but not sure
mgoblue is offline   Reply With Quote
Old 07-21-2004, 12:46 PM   #8 (permalink)
Barney who?
 
mgoblue's Arena
 
OVR: 43
Join Date: Jul 2002
Location: Glendale, AZ
Posts: 30,759
PS Network: MGoBlue21 Wii Code: 4327 1469 4942 2988
Re: HTML hints and questions for Dynasty sites

Quote:

mgoblue said:
Quote:

Jistic said:
Thanks blue, any help is appreciated.




I'll have to create a dynasty and see what's there, hopefully tonight, but not sure




I keep forgetting to check this out, does anyone else who uses the same site have any ideas? I'll try and get to this tonight
mgoblue is offline   Reply With Quote
Old 07-25-2004, 06:16 PM   #9 (permalink)
Huh?
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,163
Re: HTML hints and questions for Dynasty sites

NM, I finally got it. Just redid the layout, much neater now. Thanks!
Jistic is offline   Reply With Quote
Old 07-25-2004, 06:58 PM   #10 (permalink)
Barney who?
 
mgoblue's Arena
 
OVR: 43
Join Date: Jul 2002
Location: Glendale, AZ
Posts: 30,759
PS Network: MGoBlue21 Wii Code: 4327 1469 4942 2988
Re: HTML hints and questions for Dynasty sites

Quote:

Jistic said:
NM, I finally got it. Just redid the layout, much neater now. Thanks!




i apologize, with ESPN dropping and work getting busy I didn't have much time to sign up to DC...i'm glad you found it though
mgoblue 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 11:38 PM.

Archive - Top -