I am building one web site. I build some modules which hold menu, logo, news… Inside a news module I have link Read more, and when I click on that link it’s open new web page. Problem is I can’t see any text in this new windows.
How I can include module which will display text like this?
You need to give us a lot more information before we can answer. I can tell you this though –
Joomla builds a site based on the default template. The template will have an index.php file that will be the basis for each page. Joomla parses the URL query string to determine what “page” is supposed to display. In that template there should be a bit of code that tells Joomla to display the output of the appropriate template. It looks like this –
The output of your “news module” should display here. The template will also have various positions that display around the component, these are called module positions. They will typically look like this –
This would display the modules that have been placed in the “right” position.
The reason you don’t see any text can be anything, your template, the component, an error in a module, bad CSS, bad javascript, the list is infinite. We need to know what component you are using, the modules, the code being executed, and a link to the site would be nice.