uCoz Community » uCoz Modules » File Catalog, Site Catalog, Publisher, Ad Board, Online Games » Questions regarding ad board |
Questions regarding ad board |
1. You probably disabled the field "Ad Type". You can enable it in Control Panel -> Ad Board -> Module settings -> Fields of a new entry form.
2. You can set a font size in px or cm. More info: http://www.w3schools.com/cssref/pr_font_font-size.asp 3,4. All templates can be edited via the Customize Design section in the website Control Panel. If a template contains some images that you want to edit, you will need to edit them in a graphics editor, and then replace the current images. 5. Sure, e.g. with this guide: http://www.w3schools.com/tags/tag_button.asp I'm not active on the forum anymore. Please contact other forum staff.
|
1. Ok this is weird but there is no "Ad Type" in fields of a new entry form..
2. Where do I put the code to edit the font size? |
1. You don't have this in the module settings ?
![]() 2. Most probably into the CSS. Where exactly on the website do you want to change it? Attachments:
5255807.png
(33.0 Kb)
I'm not active on the forum anymore. Please contact other forum staff.
|
1. Nop, the first field is Ad Subject..
2.I want to change the size of the text on the home page. |
1. You probably have deleted the filter "Ad type". So just go to Control Panel -> Ad Board -> Filters, create a new filter with the necessary value. This filter will appear on the list on module fields, and you will be able to enable it.
2. If you mean the font size of the content area, then you need the following class in CSS: Code td, body {font-family:verdana,arial,helvetica; font-size:8pt;} Replace 8pt by the size you need. I'm not active on the forum anymore. Please contact other forum staff.
|
2. How to edit the css, and css and html and two different things right?
where exactly is the css for the home page? Post edited by Doomcaster - Wednesday, 2012-12-12, 5:53 AM
|
Doomcaster, you can edit the sites global css by opening CP > Design Customisatoin > Style sheet (CSS).
![]() And yes, HTML and CSS are two different formats. A way to say it is that HTML is the content framework while CSS is the styling, so colours, backgrounds, font, etc, etc, etc. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 12 years and counting. |
| |||