Home

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 > Dynasty Headquarters > Dynasty HQ
MLB The Show 24 Review: Another Solid Hit for the Series
New Star GP Review: Old-School Arcade Fun
Where Are Our College Basketball Video Game Rumors?
Reply
 
Thread Tools
Old 06-28-2004, 09:55 PM   #1
Go Wings!
 
OVR: 41
Join Date: Jul 2002
Location: Gilbert, AZ
Posts: 25,634
Blog Entries: 1
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
Advertisements - Register to remove
Old 06-28-2004, 09:58 PM   #2
Need A Life
 
bkrich83's Arena
 
OVR: 64
Join Date: Jul 2002
Location: So. Cal
Posts: 70,881
Blog Entries: 125
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, 05:51 PM   #3
Hall Of Fame
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,404
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, 12:32 PM   #4
Hall Of Fame
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,404
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, 02:08 PM   #5
Go Wings!
 
OVR: 41
Join Date: Jul 2002
Location: Gilbert, AZ
Posts: 25,634
Blog Entries: 1
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
Advertisements - Register to remove
Old 07-19-2004, 04:15 PM   #6
Hall Of Fame
 
Jistic's Arena
 
OVR: 28
Join Date: Mar 2003
Location: Chicago, ILL
Posts: 16,404
Re: HTML hints and questions for Dynasty sites

Thanks blue, any help is appreciated.
Jistic is offline  
Reply With Quote
Old 07-19-2004, 04:31 PM   #7
Go Wings!
 
OVR: 41
Join Date: Jul 2002
Location: Gilbert, AZ
Posts: 25,634
Blog Entries: 1
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, 11:46 AM   #8
Go Wings!
 
OVR: 41
Join Date: Jul 2002
Location: Gilbert, AZ
Posts: 25,634
Blog Entries: 1
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
Reply


« Previous Thread | Next Thread »

« Operation Sports Forums > Dynasty Headquarters > Dynasty HQ »



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 Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 04:24 AM.
Top -