|
Static Text Box (Latest News)
The static text box provides a few features that would be
difficult to create without advanced CSS integration. So
we've created a the Static text box to help you display
information that you would want to 'focus' on, or provide a
'call to action' or even a third column.
There are several features of the static text box:
- the box will grow vertically as you add content
- the box will automatically align to the right of the page (can
also be set to align left)
- text will 'flow' around the box
- you can add multiple boxes to one page (boxes stack
automatically)
- both 'height' and 'width' can be modified in the stylesheet (yes
width too!)
- static box is embedded via (include / Library), just edit once,
updates for all pages
INSTRUCTIONS:
Edit the content in the Static box (video)
- open the (includes / Libary) folder
- open the 'news_static' page
- edit the content
- save
Remove the Static box (video)
- open each page you want to remove the box from
- select and delete from the page
Change the 'alignment' of the box
(video)
- open the styles folder / stylesheet.css
- scroll to line 40
identify this line of code
/* news and info*/ .news {width:180px; vertical-align:top;......................
float:right; clear:both;}
- change the 'float:right; to float:left;
|