Jump to content

Changing Site Docs to look like the other boxes in Legend Template


Guest

Recommended Posts

Hello,

I am trying to make Site Docs to look exactly like the other boxes and to place just below the Languates box in the Legend Template.

I made this change in sitedocs.tpl

<!-- BEGIN: site_docs -->

<div class="boxTitleLeft">Más LOBY</div>

	<div class="boxContentLeft">

		<ul>

			<!-- BEGIN: a -->

			<li class="bullet"><a href="index.php?act=viewDoc&docId={DATA.doc_id}" class="txtSiteDocs">{DATA.doc_name}</a></li>

			<!-- END: a -->

		</ul>

	</div>

</div>

<!-- END: site_docs -->




And these in index.tpl




		<div class="colLeft">

		{CATEGORIES}

		{INFORMATION}

		{SITE_DOCS}

		{LANGUAGE}

		</div>

The problem now is that the Languages box jumps to the center column and some other aspect of the layout become messy. This is the url http://ardid.awardspace.com/

Any ideas how to fix this?

Thanks.

Guillermo

Link to comment
Share on other sites

In the code above, you have a class="txtSiteDocs" so I would suggest you look at .txtSiteDocs in style.css and make sure you have the settings you desire.

Thanks for your help. txtSiteDocs only provides definitions for text size, color and family so I think the problem is no there.

.txtCopy, .txtSiteDocs {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 70%;

	color: #333333;

}

Link to comment
Share on other sites

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.   Paste as plain text instead

  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.

×
×
  • Create New...