pages : how can we do a ul and li bullet list
grosloulou
Registered Users Posts: 87 Big grins
hallo,
how can we do a bullet list in pages ?
there is no special icon in the rough raw text block and if we use a html block with ul and li there is no default list
best regards
marc
how can we do a bullet list in pages ?
there is no special icon in the rough raw text block and if we use a html block with ul and li there is no default list
best regards
marc
0
Comments
Andy
where do you write this ?
suppose i create a new page with html block and use a ul, li.
where do i specify the ul, li css code ?
i have seen in page a html/css block but no idea how css works in conjunctio with html i write
best regards
marc
If you (or anyone else reading this) find yourself copying that CSS into a lot of different HTML blocks, you are approaching a classic website "problem" (ease of maintenance - or more accurately the lack of ease). If you want to have a specific "style" for your own lists all around your site, then you would put a bit of CSS that is just a bit more sophisticated into either a CSS block on your "Entire Site" or into your Theme's Custom CSS field and apply that to your lists via a class name.
I'd start by getting it to work in your simple scenario and then if you plan to use it over and over, decide if you want to pursue the (slightly) more advanced approach.
Andy
hallo,
you can see the result on :
http://labrophotography.smugmug.com/Essai
it works but not as expected.
I would prefer filled bullet but also having the li ofset to the right with respect to the text like :
http://www.labrophotography.com/about/
you will notice :
the link is a drop down menu of Infos (Yeah, drop down menu exist :-) I have seen it in the webinar)
your code for about page is working nice except text at bottom of page comes below image
many thanks for help
best regards
marc
just visited your site and images are really beautiful !
how did you put all galeries in dropdown menu ???
i have seen it in webinar but not understood
I have one "galery" folder for all galeries like your image folder :
http://labrophotography.smugmug.com/Galleries
apparently, like me, you don't have rollover color on menu items except on drop down ones
let's come back to ul, li.
In my case because we can't specify two blocks float left and right for two columns, i can't have 600px left for titles and texts and 360px right for image so no other choice than using html.
however i am very surprised there is no default css for ul, li, <a>,... as we could find in a wordpress or joomla template (ie:yootheme)
in html block, how do you want i use ALT7 ??? or copy word list ???
i think something is getting wrong in html in new smugmug as if we wer in text mode instead of a advanced editor with icons for images, list numbered or not,...
best regards
marc
Edit the link in your menu bar and select the option 'include folder contents'. That will give you the drop down.
I can't see why you need to use HTML. Have a look at mine http://www.macromeister.co.uk/Admin/About I just adjusted mine to match yours. I inserted a text block and a photo block. I moved the photo block (single image) to the right of the page and left the text block on the left. You might need to adjust the 'container width' on the dimensions tab, but mine seems to have automatically adjusted to suit the page width of 960 pixels.
For the text block just add your text and lists using the edit panel controls such as centering, bold etc. For characters that are not typeable just use the special ALT character set - susch as ALT/7 for a solid bullet icon. I have put bullet marks on my text just to show you. No HTML!
many thanks
i don't find "include folder content" when i edit menu, choose links, click on Galeries menu
I have followed your ideas :
http://labrophotography.smugmug.com/About-Me
it works fine !
It works in fact because there are only two blocks : text and images.
Previously i had lot of blcoks on left for title about me, text below, title my equipment,text below so image was floating right only for first text or about me title.
So now, according to your advises, i have just changed font size of text line "about me" to 20px instead of using title block
list is now ok because in fact we don't use a list but insert a character "bullet" on left.
I would say it is not very clean but works fine.
Have you noticed that when we copy past text, very often it becomes kilometric in text block with carriage return line feed ? I have left a part on my page to show.
I need to delete until next line is on right of previous one and press enter to create the new line
best regards
marc
Font size = 32 is not as beautiful as h1 !!!
compare
http://labrophotography.smugmug.com/About-Me
with :
http://labrophotography.smugmug.com/Links
I suppose font is not the same AND COLOR is not the same too !
marc
If you set up a theme just for one page (such as 'about') and apply it to that page only you can set whatever font and colours you want to. You can also apply a background image. Have a look at my about page, which is slightly different to the rest of the site. I have changed the colour and font in mine, but the rest of my site is as it was before. It's the theme you need to edit to change colours and fonts, not the content boxes. But if you only want it to apply to one page (such as about) then you need a separate theme for it. http://www.macromeister.co.uk/Admin/About
Notice on mine the images menu from about page is different to the images menu on the other pages.
I need to start being a Smug customizer!
thanks
no idea how to change color (white instead of grey like in title block) and font (thinner like title block) in text block ?
i don't have include folder content under Link tab but only :
Name : Galleries
Link to :custom url
URL :http://labrophotography.smugmug.com/Galleries
Open Link in new tab : OFF
best regards
marc
as said, i have described the link dialog box I have with name,... is it the same than yours ?
perhaps something on right (entire site, custom folder,...) is the guilty ?
marc
You may have done that wrong.For my link I specified 'page/choose' rather than custom URL. When you specify page-choose you are asked to select the page required. That might make a difference. The only place I use custom URL is for my video link, which goes to Youtube in a new tab. I think that's what custom URL is meant for.
YOUPI, it works !
thanks for your patience
for me a page was about,... i had no idea selecting choose page would allow me to select the icon "galery" and have a page
you are right, as soon as we choose page, we see include content
best regards
marc
! The secret of working these things out, Marc, is not to get frustrated about why it doesn't appear to work as it should. You need to put yourself in the place of the people who, for whatever reason, put the system together in the way they did!
Your menu works well from my end!
I like the cool layout of your site. Good work.
My example CSS wasn't (couldn't have been, since I didn't know what you'd want) setup for anything other than an example showing that we can do lists. You should be able to located a multitude of CSS resources online that deal with list styles and tweak mine to be just how you want them to look without much trouble.
If I have time today I'll take another shot, knowing now how you want the page to look.
Thanks!
Andy
HTML:
CSS:
If you have any questions feel free to post them up...
Andy