|
|
#1 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
hello world!
would someone mind showing me some HTML to make the text/links stay at the bottom of the page, unlike this: http://www.useddirtbikes.com.au/category.php i would like it to stay within the 'white area' right at the bottom. i have added the links to the bottom of the maincategories.tpl.php. BTW, im adding these links to help the spiders get around, im on a win server and cant have the url rewrite mod. is this a good idea? thanks alot |
|
|
|
|
|
#2 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,624
Rep Power: 47 ![]() ![]() |
Just add another table row to the main table. Adjust the td that contains your left hand side bar to span both table rows and put your new links in the right side td in the last row.
<table> <tr> <td rowspan="2">Your existing left side table...</td> <td>your main content stuff</td> </tr> <tr> <td>Your new bottom links</td> </tr> </table> Hope that helps, Mike
__________________
Mike-N-Tosh IndianaPC.org - A community website (v3.1.10 Developer - heavily modified) Sandbox (v3.1.10, v4.0.9, 4.1.3) Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
thanks alot for that mike, iv been trying to implement that code for an hour and a half now , and it looked so simple!
would you mind taking a look at the file to see why it wont work? very much appreciated! PHP Code:
|
|
|
|
|
|
#4 |
|
Coder
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111 ![]() ![]() |
Are you editing the correct template?
Did you clear the tamplate cache? |
|
|
|
|
|
#5 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,624
Rep Power: 47 ![]() ![]() |
This doesn't look like it's the main template file. You should be editing the layout.tpl.php file that is in your templates directory.
-Mike
__________________
Mike-N-Tosh IndianaPC.org - A community website (v3.1.10 Developer - heavily modified) Sandbox (v3.1.10, v4.0.9, 4.1.3) Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#6 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
oops, sorry bout that. i have cleared the cache, and i think its just my lack of skills with html tables but i still cant get it to work
here is the layout.tpl.php if you wouldnt mind looking at it once again for me? thanks very, very much! Paul PHP Code:
|
|
|
|
|
|
#7 |
|
68 Evangelist & Developer
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,624
Rep Power: 47 ![]() ![]() |
Try this.
PHP Code:
__________________
Mike-N-Tosh IndianaPC.org - A community website (v3.1.10 Developer - heavily modified) Sandbox (v3.1.10, v4.0.9, 4.1.3) Visit My blog for tips, tricks, tutorials, reviews for 68 Classifieds as well as my store with Templates, Mods & Docs Web Hosting | Web Design & Development | 68 Classifieds Customizations I am not a 68C employee, just a user and try to help out |
|
|
|
|
|
#8 |
|
Coder
Join Date: Mar 2006
Posts: 4,567
Rep Power: 111 ![]() ![]() |
Looks like the links are on the bottom of the page to me.
|
|
|
|
|
|
#9 |
|
Senior Member
Join Date: Oct 2007
Location: victoria, Australia
Posts: 179
Rep Power: 11 ![]() |
Thanks Mike, worked prfectly, unlike my spelling!
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Links not going to correct page | PsychORoc | v3.1 Questions & Support | 6 | 11-14-2007 09:58 AM |
| Removing "68 Classified " at bottom of admin page | Jessej | v3.1 Questions & Support | 1 | 10-20-2007 08:18 PM |
| can I run scripts in an content page? | dawyatt | v3.1 Questions & Support | 11 | 06-22-2007 02:50 PM |
| Problem getting page title | flyingpylon | v3.1 Questions & Support | 5 | 10-19-2006 01:15 PM |
| Google Juice | fjarabeck | Site Marketing | 0 | 04-27-2006 01:40 PM |