![]() |
|
|
#1 |
|
Member
Join Date: Feb 2005
Location: Oslo, Norway and sometimes Goiania, Brazil
Posts: 60
|
First of all, I must say I like some of the bundled templates for EE well. But there are still things I would like different.
My main problem now is the caption for each picture. It is streched too wide because it resize with the browser window. I wish I could find a template that has a margin on both sides that takes the text in 20 percent on each side. That would look better for the presentation. Is there a repository for templates anywhere? Or could people upload here in the forum? |
|
|
|
| sponsored links |
|
|
#2 |
|
El General Moderator
|
Template editing needs only skills in html coding. The page is basically laid out using tables. If you change in pagetemplates/photo/default.php line 167 to
<table border="0" cellspacing="0" cellpadding="0" align="center" width="70%"><tr> you get narrowed description. Description can also be tied with photo width by putting it into same table as photo (but personally I would like to keep pages elements from jumping around with every photo), like this: Edit line 92 to <table border="0" cellspacing="0" cellpadding="0" align="center" width="1"><tr> Add under </div> at line 113: PHP Code:
PHP Code:
The forum accepts attachments in zip format, so feel free to upload templates here.
__________________
This signature signifies my significance significantly Photo Gallery ---------------------------- |
|
|
|
|
|
#3 |
|
Member
Join Date: Jul 2002
Location: UK
Posts: 608
|
you can also put html directly in the description box (which is what I do) wrapping the text in a table.
|
|
|
|
| sponsored links |
|
|
#4 | ||
|
Member
Join Date: Feb 2005
Location: Oslo, Norway and sometimes Goiania, Brazil
Posts: 60
|
Quote:
Quote:
|
||
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do the templates work? | Pekka | EE 2 Manual | 5 | 8th of July 2007 (Sun) 15:53 |
| Templates | Jon Foster | RAW, Post Processing and Printing | 2 | 13th of June 2007 (Wed) 21:26 |
| where to get templates | Zilly | Presentation | 1 | 16th of December 2006 (Sat) 16:14 |
| templates? | lalvidrez | General Photography Talk | 7 | 24th of October 2006 (Tue) 00:26 |
| templates | kingstonphotography | RAW, Post Processing and Printing | 1 | 24th of March 2006 (Fri) 20:28 |