Logged Out
Create an Account
Login:
Password:

Forgot your password?
Title and Page Description help

Title and Page Description help
[Back to Index]  [Bottom of Thread]
Thread Tags
Primary: [Advanced Layout]
Secondary: [Support]
Currently I am working on an advanced layout for our guild site. I have come across something that I can not seem to reproduce that should be pretty simple I think.

What I am trying to make look the same is the top area of content, the area that has the title of the page and then if there is a description or action that can take place it is right below it in a nice box. Here is a screen shot of what I am talking about.

This is what you get if you do nothing to the website except choose a color schema.




After doing some form searching and asking some questions I got pointed in to the right direction on how to include this information to my custom layout. What I am running in to is that I do not get the nice format of the box and the header. Below is a screen shot of what I changed in the layout.html file, I added what is circled in red.



This is the only change I have made to the file and the page now looks like this




Can somebody please let me know what I am missing to get it to look like the default site?


Thanks in advanced


--
~Itzshadow
In doing just

<!--System:Title-->
<!--System:PageDesc-->


It's replacing it in the code with just the text. But you'll want to throw formatting around it.

Something like this:


<table class="Subject" align="center" cellpadding="4" border=0 cellspacing="0" width="100%">
     <tr><td align="center" class=Subject><!--System:title--></td></tr>
     <tr><td align="center" class=SubSubject><!--System:PageDesc--></td></tr>
</table>
<br />


--
It's all in the reflexes.
Thanks again,

I have really been over thinking things, time to take a step back and get back to the basics


This really helps me see how you have developed this site. I now understand a lot of the small things I was havening issues with.

Thanks for the quick support.

--
~Itzshadow


[Back to Index]  [Top of Thread]