Add the following to your default stylesheet
#comments textarea { height: 100px;
width:350px
}
Change the height/width. hope this helps
Search found 6 matches
- Wed Dec 05, 2007 10:52 pm
- Forum: CMS Show Off
- Topic: My website
- Replies: 6
- Views: 2890
- Wed Nov 21, 2007 5:06 pm
- Forum: Developers Discussion
- Topic: Struck while posting to php - mini cart-Resolved
- Replies: 4
- Views: 2114
Re: Struck while posting to php - mini cart
Duketown
Curretly I do not have time to program and integrate it with cmsms, I am just planning to embed a simple cart in CMSMS. I have not yet done this.
solo73
Curretly I do not have time to program and integrate it with cmsms, I am just planning to embed a simple cart in CMSMS. I have not yet done this.
solo73
- Wed Nov 14, 2007 10:55 am
- Forum: Developers Discussion
- Topic: Struck while posting to php - mini cart-Resolved
- Replies: 4
- Views: 2114
Re: Struck while posting to php - mini cart
Thanks cyberman
I looked into the {contact_form} code, this looks like a self submitting php.
I am posting all the cart information gathered in the previous 3 html pages to the final php which is emais the order.
I looked into the {contact_form} code, this looks like a self submitting php.
I am posting all the cart information gathered in the previous 3 html pages to the final php which is emais the order.
- Tue Nov 13, 2007 10:51 pm
- Forum: Developers Discussion
- Topic: Struck while posting to php - mini cart-Resolved
- Replies: 4
- Views: 2114
Struck while posting to php - mini cart-Resolved
Hi I am trying to build a very basic cart, which builds a mini cart as items are added to the cart and then finally checkout and send a email and write to a flat file. The problem is the final php file which send the email and write to the flat file whatever ordered The checkout page has a form whi...
- Mon Oct 08, 2007 6:26 pm
- Forum: Help Wanted (commercial)
- Topic: Help needed to host/support a site
- Replies: 2
- Views: 4262
Re: Help needed to host/support a site
PM me for more details
- Mon Dec 04, 2006 2:49 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Flash heading
- Replies: 11
- Views: 5145
Re: Flash heading
Here is how you could do it In the layout css define #flash { position:absolute; top:1.1em; padding-left: 17.0em; } you can adjust the position according to your needs Then go to your template add this on the top thenwhere ever you need the flash file to appear add the following in the template show...