Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

css - Drupal: HTML Button on page to match theme -


i've got simple question ask time i'm hoping has simple solution;

i made theme drupal website (using artisteer) , want create page button on looks same others, i.e: using same css, , wondered how that?

i've tried <html><input type="button" value="more info..." class="art-button" /></html> , i've tried:

<html>  <div id="art-button"><input type="button" value="more info" /> </div> 

but display standard html button , not 1 styled in artisteer. i'm 'art-button' right thing use if knows style need use please inform me.

so, if answer question please appricate it!

thanks in advance,

andy

ps use openwysiwyg create drupal pages if makes difference?!

find button on page , view source code. telepathically attaching stylesheets doesn't work on so, you'll need quote code next time more exact answer.

wysiwyg editors don't make difference, make sure input filters allow html you're trying use.

btw, don't use artisteer. likes generate buggy code buttons , don't want surprises :).


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -