|
|
#21 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Hidd, Bahrain
Posts: 2,601
Thanks: 2
Thanked 6x in 6 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.
__________________
Robby Ruggles |
|
|
|
|
|
#23 (permalink) |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanks: 146
Thanked 1,088x in 415 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: 574
Thanks: 1
Thanked 3x in 1 post
|
The link for the style sheet which contains notes is dead, fyi.
__________________
------------------- Montreal Expos / Calgary Storm, HBL HBL Baseball - Currently in 43rd season with OOTP, Began March 2001. HBL Waiting List |
|
|
|
|
|
#25 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Hidd, Bahrain
Posts: 2,601
Thanks: 2
Thanked 6x in 6 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.
__________________
Robby Ruggles |
|
|
|
|
|
#26 (permalink) |
|
All Star Reserve
Join Date: Dec 2001
Location: NY
Posts: 574
Thanks: 1
Thanked 3x in 1 post
|
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 43rd season with OOTP, Began March 2001. HBL Waiting List Last edited by Qrashman; 05-18-2007 at 04:28 PM. |
|
|
|
|
|
#30 (permalink) |
|
Minors (Double A)
Join Date: Feb 2002
Posts: 110
Thanks: 0
Thanked 0x in 0 posts
|
The style.css is still not accessible. Can grab the one for the example page easily but it's not commented up. Could you look into this again please? or possibly provide is as a zip and attach it here?
|
|
|
|
|
|
#31 (permalink) |
|
Hall Of Famer
Join Date: Jun 2006
Location: Hidd, Bahrain
Posts: 2,601
Thanks: 2
Thanked 6x in 6 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.
__________________
Robby Ruggles |
|
|
|
|
|
#32 (permalink) | |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanks: 146
Thanked 1,088x in 415 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: 447
Thanks: 44
Thanked 23x in 13 posts
|
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: Hidd, Bahrain
Posts: 2,601
Thanks: 2
Thanked 6x in 6 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.
__________________
Robby Ruggles |
|
|
|
|
|
#36 (permalink) |
|
Minors (Double A)
Join Date: Jul 2003
Posts: 125
Thanks: 0
Thanked 0x in 0 posts
|
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? |
|
|
|
|
|
#37 (permalink) | |
|
Hall Of Famer
Join Date: Jun 2006
Location: Hidd, Bahrain
Posts: 2,601
Thanks: 2
Thanked 6x in 6 posts
|
Quote:
And, if so, are you using Vista?
__________________
Robby Ruggles |
|
|
|
|
|
|
#38 (permalink) | |
|
Minors (Double A)
Join Date: Jul 2003
Posts: 125
Thanks: 0
Thanked 0x in 0 posts
|
Quote:
Thanks, though... |
|
|
|
|
|
|
#39 (permalink) |
|
Administrator
Join Date: Jun 2002
Location: Hollern/Stade/Germany
Posts: 6,468
Thanks: 146
Thanked 1,088x in 415 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 |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|