Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Pages: [1]   Go Down
Print
Author Topic: Modifying default.html  (Read 285 times)
0 Members and 1 Guest are viewing this topic.
kamnet
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« on: September 16, 2003, 05:10:00 PM »

I've got some HTML that I need inserted at the top and to the left of every page. What line do I need to start editing on so that this always displays?
Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #1 on: September 16, 2003, 05:33:00 PM »

** What line do I need to start editing on so that this always displays? **

It depends on what you mean by "always". All regular calendar views are displayed using the default.html template. The administration pages use other ones.

On the regular calendar pages the whole of the output is contained within a single HTML <table>. You would likely need to nest that table inside another one which contains the code you want to add.

Dan O.

------------------

Logged
kamnet
New Member
*

Karma: 0
Offline Offline

Posts: 0


WWW
« Reply #2 on: September 16, 2003, 08:27:00 PM »

I just need it for the calendars, not the admin pages.

So which line does this table start on? I've looked through the default.html file and I can't make heads or tails where these areas actually start. I've tried in several places, but nothing displays, so I'm assuming that I'm putting in an area that isn't actually being displayed.

------------------

Logged
DanO
Moderator
Full Member
*****

Karma: 13
Offline Offline

Posts: 230

Please don't PM me. Post in the open forum.


WWW
« Reply #3 on: September 17, 2003, 12:36:00 PM »

** So which line does this table start on? **

The one directly following the <body... > tag. The end of that table is after the </table> tag right before the </BODY> tag at the very end of the template.

Dan O.

------------------

Logged
Pages: [1]   Go Up
Print
Jump to: