Jump to content

Recommended Posts

Posted

Ok, I might have asked this ages ago, but if I did, I an not find it in a search......

My main page is:

http://www.canadianclassicairlines.com/CPC

It has NO white line after the header logo. Every other link, such as:

http://www.canadianclassicairlines.com/CPC/index.php/Whatis

....does not have the white area below the logo?! Is this not all the same from the header.tpl, or is it somewhere else?!

It is ONLY on the main page, nowhere else. This is why I am confused. Is it using a different .css file or something?

Posted

This is where I forget now......where are the references to what .css is being used?! On my header.tpl, there is a clear reference to the .css file. But not so on other pages. ?

Posted

Look in the main folder where your template you are using. (ex. I am using the templatemo skin, so the .css is loacted in /public_html/lib/skins/templatemo_253_eye_candy/css)

Posted

It's not css, it's your code.

Check frontpage_main.tpl compared to some other pages. On the other page you linked there are two <p></p> instances before the content of the page, which don't exist on the frontpage. They cause the extra space.

Like so:

<td class="main_content_box">
<p></p>
<p></p>
<table...

Posted

I don't seem to be able to fix it?! I kind of see what you mean Tom, but I have tinkered with it, with no luck. I vaguely remember something with one of the .tpl files that worked in conjunction with the header.tpl or something?! Will keep thinking about it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...