What is did was do a google image search for the given icon. For instance for twitter, I did a "Twitter Icon" search in Google.com image search. Find one bigger than you want and scale it down to size.
on 1297669392:
Hi,
I can't get what you are on about for certain.
'Create a block...' Not sure what you mean by create a block. Are you suggesting some sort of mimicking of the Blocks plugin/iWeb? That's fixed positioning where the basis of …
I'm not saying get rid of existing features, I'm saying extend the features that are already there. Do you realize how close RW is to accomplishing what I am asking for?
What I what RW to do is to dynamically update available blocks so that they …
on 1297464480:
RapidWeaver isn't a WordProcessor. If you need that then there's iWeb.
I'm taken aback by you comment.
Why shouldn't software, even technical software be easy to use? Really! I guess we could go back to the days of command lin…
on 1297449173:
Determine the "how" first. Will you use a DIV or a paragraph tag or a span class. Then create a Snippet. You can just "drag & drop" the Snippet into place when ever you need to use it.
I would probably use a basic DIV, someth…
I figured that I wanted to use my indent on other pages as well, that's why I put it in the header. With the thought that I wanted to use indent across multiple pages, what would you recommend?
on 1297446835:
If you are just trying to move the Title and Slogan around then most Themes use the same DIV ID for the Page Header. Here's an example from the Alpha Theme...
Well no, I just want to indent a paragraph in the flow of the text.
on 1297445433:
.indented would indicate that you used a DIV Class. And the code is wrapped in the proper DIV? I would change the "padding-left" to use "px'.
Well, no. I'm pretty new at this a based this code from elsewhere is a discussion forum…
on 1297438860:
Those elements of the Page Header - Title and Slogan - are coded into the Theme. Some Themes allow for "Variations" to be applied through the appropriate setting in the Theme's settings in the Page Inspector.
No, you are missing …
on 1297392570:
Those features are available on Styled Text type pages in the toolbar at the bottom.?.
Not completely. It does not pick up stuff from the page header css block.
on 1296166410:
I'm not in front of Rapidweaver at present but from memory the text will have a pinkish hue to it in edit more. If you add code to a styled text area you need to use ignore formatting on it.
Hope this helps
Thanks! That did th…
on 1296165472:
Hi
Have you used ignore formatting on the table code.
Hope tis helps
Enlighten me. How would I know if I used ignore formatting on the table?
This is what I ended up doing. I added this block of code to the end of my banner div block in my index.html file.
var titleElement;
if (document.getElementsByTagName) {
titleElement = document.getElementsByTagName('title')[0];
…
I'm a newbie, but here are a couple things I might explore.
What about making the red bar stupid long and letting the browser window cut it off?
You may also want to look at the CSS for Flancrest Theme. The blue bar on the default banner eleme…