PDA

View Full Version : stylesheet helps


vietfancy
10-22-2010, 01:29 AM
So I created an extra page for my forum.

everything going ok when I add my css code to that page template, but when I put the css code in my additional.css template then the page dont work.

Is there anything that I'm missing?

Lynne
10-22-2010, 02:47 AM
How about a link?

vietfancy
10-22-2010, 05:09 AM
http://tienganh.net/ese/awards.php <<< without adding the css code to the template
http://tienganh.net/ese/schedule.php <<< css added to the template.

Lynne
10-22-2010, 02:31 PM
You don't have additional.css linked in your headinclude template (or any template) at all, so that is why when you put css in there it isn't showing up.

vietfancy
10-22-2010, 03:19 PM
cool, Thanks Lynne

edit:
Oh Lynne, how do I add that additional.css to the page when it's already included within the vb code?

Lynne
10-22-2010, 06:57 PM
It doesn't seem to already be included in the vb code. Do you see it in your page source, I don't.

vietfancy
10-22-2010, 07:07 PM
It doesn't seem to already be included in the vb code. Do you see it in your page source, I don't.

Thanks. I got it working now. after adding {vb:raw headinclude_bottom} right below {vb:raw headinclude} ... everything working good.

since when we need to add {vb:raw headinclude_bottom} into the template?

Lynne
10-22-2010, 07:12 PM
That was added way back in about 4.0.2 or 4.0.3?