Search found 7 matches
- Sun Nov 14, 2010 1:12 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED - FEU Comments Styling
- Replies: 4
- Views: 2042
Re: FEU Comments Styling
Thanks Dr. CSS, Problem now solved! I did the following. div#comments-type textarea { color: #000000; background-color: #FFFFFF; font-family: "Helvetica"; font-size: 13px; border: 1px dashed #000000; } div#comments-submit input { font-family: "Helvetica"; font-weight: bold; font-...
- Sat Nov 13, 2010 10:32 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED - FEU Comments Styling
- Replies: 4
- Views: 2042
Re: FEU Comments Styling
Thanks for the note Dr CSS. I have decapitalized the subject as requested. Regarding your advice, I think the scripting I originally posted was a little confusing. I enclosed ($submit) in the tags as suggested, plus tags too, in attempt to modify the display of the button, however, this had no affec...
- Thu Nov 11, 2010 10:59 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: SOLVED - FEU Comments Styling
- Replies: 4
- Views: 2042
SOLVED - FEU Comments Styling
I am having some serious problems styling my front end users submit button. It only seems to be affected by changing the CSS 'input' propoerties, however, this then changes all my other input boxes, which is not what I want. Does anybody have any ideas on how I can affect the the submit button only?...
- Thu Nov 11, 2010 10:48 pm
- Forum: Modules/Add-Ons
- Topic: ARCHPEDIA & Front End Users
- Replies: 2
- Views: 815
Re: ARCHPEDIA & Front End Users
Worked an absolute treat! Thanks very much Peciura and sorry for the delayed repsonse. only just checked this thread!
David
David
- Sun Oct 10, 2010 3:57 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Output only certain number of news
- Replies: 7
- Views: 1627
Re: Output only certain number of news
Agree with Dr.CSS, I did it on my template and it did exactly what you are asking.
Check you have done it for detailed and summary templates.
Check you have done it for detailed and summary templates.
- Sun Oct 10, 2010 2:34 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Output only certain number of news
- Replies: 7
- Views: 1627
Re: Output only certain number of news
I think, although I am a novice too, you goto the news template and delete the following section.
{if $pagecount > 1}
{if $pagenumber > 1}
{$firstpage} {$prevpage}
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber
{/if}
Hope this helps.
David
{if $pagecount > 1}
{if $pagenumber > 1}
{$firstpage} {$prevpage}
{/if}
{$pagetext} {$pagenumber} {$oftext} {$pagecount}
{if $pagenumber
{/if}
Hope this helps.
David
- Sun Oct 10, 2010 2:29 pm
- Forum: Modules/Add-Ons
- Topic: ARCHPEDIA & Front End Users
- Replies: 2
- Views: 815
ARCHPEDIA & Front End Users
Hello there all! I am currently pulling together something of a wiki site for architects. www.archipedia-uk.com I am trying to tweak the logon area to move the input box title into the input box, just like on the search box. Normally I would do it as follows: However, I don't get the option for the ...