Search found 3 matches
- Wed Aug 02, 2006 10:23 pm
- Forum: [3.0/Olympus] Styling
- Topic: Merge any pages
- Replies: 4
- Views: 5737
Re: Merge any pages
Edit your overall_header.html to include a link to the page, and then on the page itself add the tags to include the overall_header.html and overall_footer.html. The page should be whatever you would want that fits in the middle.
- Wed Jul 12, 2006 10:26 pm
- Forum: [3.0/Olympus] Styling
- Topic: Site Alignment/Scaling
- Replies: 5
- Views: 6770
Re: Site Alignment/Scaling
I suppose the easiest way would be to add a table around everything. In the overall_header.html:
---FIND---------------------
<a name="top"></a>
---ADD AFTER----------------
<table width="xxxxx" align="center" cellpadding="0" cellspacing="0"><tr valign="top"><td>
Just replace xxxxx with the ...
---FIND---------------------
<a name="top"></a>
---ADD AFTER----------------
<table width="xxxxx" align="center" cellpadding="0" cellspacing="0"><tr valign="top"><td>
Just replace xxxxx with the ...
- Wed Jul 12, 2006 10:14 pm
- Forum: [3.0/Olympus] Styling
- Topic: Thumbnail sizeing
- Replies: 3
- Views: 4784
Re: Thumbnail sizeing
What about defining what files will become a thumbnail by their dimensions (height*width) rather than their size in terms of drive space? Ex: If a file is bigger than 400*400 in either height or width, a thumbnail is created to a defined size.