|
|
#21 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Colts Neck, NJ
Posts: 2,529
Thanked 4x in 4 posts
|
From what I've seen it is just basic HTML and CSS. The beauty is that you can try anything and see what happens
. I hope Andreas clarifies a little more, though.
__________________
27, that's all I have to say, 27. |
|
|
|
|
|
#22 (permalink) | |
|
Hall Of Famer
Join Date: Jun 2003
Location: Twins Territory
Posts: 4,896
|
Quote:
|
|
|
|
|
|
|
#23 (permalink) |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 5,016
Thanked 89x in 31 posts
|
Oh, there are a lot of things which just doesn't work, and another bunch of things which don't work correctly. For example the border attribute doesn't exist for images and other tags. But OOTP will display the page even if you use it. Or if you want to nest elements like a complete table inside a <span>...</span> block, it will not work. Often the automated calculation of table column width will not work so you have to set fixed width for columns using the width="..." attribute. And so on. Just try it out. And there are a bunch of templates and pages to learn from.
__________________
Andreas Raht andreas@ootpdevelopments.com Out of the Park Developments Out of the Park Baseball Development Team Title Bout Development Team |
|
|
|
|
|
#24 (permalink) |
|
All Star Reserve
Join Date: Dec 2001
Location: NY
Posts: 550
|
The link for the style sheet which contains notes is dead, fyi.
__________________
------------------- Montreal Expos / Calgary Storm, HBL HBL Baseball - Currently in 30th season with OOTP, Began May 2001. HBL Waiting List |
|
|
|
|
|
#25 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Colts Neck, NJ
Posts: 2,529
Thanked 4x in 4 posts
|
hmm, very strange. I searched my server, and, as expected, it's not there. I'll get it back up as soon as I can. Not sure what happened there. Thanks for the heads up.
__________________
27, that's all I have to say, 27. |
|
|
|
|
|
#26 (permalink) |
|
All Star Reserve
Join Date: Dec 2001
Location: NY
Posts: 550
|
Ok looking forward to seeing it.
Is it possible to move the links menu (sion home, standings, teams, players, etc.) on the header_wide page down about 20 pixels? The header graphic I created is 100 pixels in height. It comes out looking like this:
__________________
------------------- Montreal Expos / Calgary Storm, HBL HBL Baseball - Currently in 30th season with OOTP, Began May 2001. HBL Waiting List Last edited by Qrashman; 05-18-2007 at 04:28 PM. |
|
|
|
|
|
#31 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Colts Neck, NJ
Posts: 2,529
Thanked 4x in 4 posts
|
I'm very sorry about that.
The style.css disappeared off of my server, it could have been an error on my part, and now I can't find the darn thing on my hard drive. I guess I'll have to create a new one, which shouldn't be to hard. I'll let you know when I get it up, sorry about that.
__________________
27, that's all I have to say, 27. |
|
|
|
|
|
#32 (permalink) | |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 5,016
Thanked 89x in 31 posts
|
Quote:
![]() Better use a transparent image as spacer. Like < img src="pixel.gif" height="80" > to make the upper row 80 pixel high. The background picture needs to be an HTML background picture of the table or row, otherwise you cannot place the pixel.gif on top of it, though.
__________________
Andreas Raht andreas@ootpdevelopments.com Out of the Park Developments Out of the Park Baseball Development Team Title Bout Development Team |
|
|
|
|
|
|
#33 (permalink) | |
|
Major Leagues
Join Date: Jan 2002
Location: Atlanta, Ga
Posts: 348
|
Quote:
Any word yet? (I'm not trying to sweat you, dude) I'm trying to read the CSS on my own but I'm not getting very far. Also, I like how you made the headers, in your HTML, twice as high. I think your version looks much better
__________________
|
|
|
|
|
|
|
#35 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Colts Neck, NJ
Posts: 2,529
Thanked 4x in 4 posts
|
Man, it's been a long time since I've looked at these templates, but I'll try to dig and find out for you.
Also, I guess I never posted that I officially lost that CSS guide, and never had time to make another one.
__________________
27, that's all I have to say, 27. |
|
|
|
|
|
#36 (permalink) |
|
Minors (Double A)
Join Date: Jul 2003
Posts: 122
|
I am hoping that someone can help me...
I am trying to edit the menu on the game-generated pages. I followed the steps in the document attached to this thread. I copied the main templates folder into my league.lg folder. I tried to edit the page_header_wide.tpl file. However, when I try to save it, I get an "access denied" error (using Dreamweaver) and the file disappears from my league.lg/templates folder. I then have to re-copy that file from the main templates folder and start over. No matter what, it is not letting me edit this file. Any thoughts?
__________________
Michael CCBL Philadelphia Athletics/Commissioner -- 1932 CCBL Champions! -- Losing ever since. |
|
|
|
|
|
#37 (permalink) | |
|
Hall Of Famer
Join Date: Jun 2006
Location: Colts Neck, NJ
Posts: 2,529
Thanked 4x in 4 posts
|
Quote:
And, if so, are you using Vista?
__________________
27, that's all I have to say, 27. |
|
|
|
|
|
|
#38 (permalink) | |
|
Minors (Double A)
Join Date: Jul 2003
Posts: 122
|
Quote:
Thanks, though...
__________________
Michael CCBL Philadelphia Athletics/Commissioner -- 1932 CCBL Champions! -- Losing ever since. |
|
|
|
|
|
|
#39 (permalink) |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 5,016
Thanked 89x in 31 posts
|
You should not edit the tpl files with an HTML editor. I suggest using a text editor like notepad.exe or Ultraedit or any other simple text editor. HTML editors tend to add HTML code which then doesn't work with the OOTP in-game browser...
__________________
Andreas Raht andreas@ootpdevelopments.com Out of the Park Developments Out of the Park Baseball Development Team Title Bout Development Team |
|
|
|
|
|
#40 (permalink) |
|
Minors (Double A)
Join Date: Jul 2003
Posts: 122
|
That explains the Dreamweaver issue, and in hindsight, makes a lot of sense. Thanks for the feedback.
__________________
Michael CCBL Philadelphia Athletics/Commissioner -- 1932 CCBL Champions! -- Losing ever since. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|