Search results

  1. R

    HTML & CSS Keeping characters together on one line

    Thank you, but I couldn't get it to work. When I followed these instructions the effect was to put the image by itself on a new line. And where should I put the brackets? What I want is (image) to be together. Cheers Robert
  2. R

    HTML & CSS Keeping characters together on one line

    I have a very small image which I want to include inside a pair of brackets (parentheses) in the middle of a sentence. The relevant part of my html is (<img src="My Files/Survey-3-med.jpg"; width="20px"; alt="Survey Marker 3"; style="display:inline;"; style="padding:0";/>) The problem is that...
  3. R

    HTML & CSS White Space

    Thank you once again. I like the photo idea. Cheers Robert
  4. R

    HTML & CSS White Space

    Thank you. My website is for my family history and the file in question traces one branch of the family through several generations and several family members. I think it is too long for a single reading. (There will be other files with the same problem.) I am concerned that a large file...
  5. R

    HTML & CSS White Space

    Thank you for your help on these two questions. But can you also help with my third query - will my users have a faster experience if I break my large html file into several smaller linked html files?
  6. R

    HTML & CSS Headings of Different colours

    Thank you.
  7. R

    HTML & CSS Headings of Different colours

    Sorry, Krygore. I don't understand.
  8. R

    HTML & CSS White Space

    Thanks. So I should keep using the white spaces and save that file on my computer, but do the minify bit before uploading it.
  9. R

    HTML & CSS Headings of Different colours

    Thank you.
  10. R

    HTML & CSS Headings of Different colours

    On my pages I want to be able to use headings of the same level but with different colours. I know that I can specify a colour (eg red)in my CSS file and then change the colour using inline styling wherever I want to use a different colour (eg green). But is there a better way? Can I set...
  11. R

    HTML & CSS White Space

    I read that extra white space in a CSS file can slow my website and a process called Minify can remove these. Is that significantly helpful? And does the same apply to my HTML files where I have deliberately included extra white space to improve its readability eg for editing Thanks in advance...
  12. R

    HTML & CSS One large document or several small ones?

    I have a 100-plus page Word document with a lot of pictures (average about one per page) which I want to put onto my website. Is it better to do this as a single document or should I break it into a number of smaller documents with appropriate links? I am using HTML and CSS, not one of the...
  13. R

    HTML & CSS Adjust height of iframe to suit content

    Thanks again, BGB. My screen should be in three columns (25%, 50%, 25%) with the menu fixed in column 1 and the content (the html files) opening in column 2. As column 2 scrolls, the menu in column 1 stays where it is. The layout is like your example but with a blank third column on the right...
  14. R

    HTML & CSS Adjust height of iframe to suit content

    Thank you, BGB, but not quite. A file opened from the menu opens in the full screen, not just in the right hand part.
  15. R

    HTML & CSS Adjust height of iframe to suit content

    Thank you for your reply. As is probably evident I am a novice, but here is my wish list of what I am hoping to achieve. I want a page with: A menu, preferably in the left one-quarter of the screen, which is always visible. Clicking on menu items (hyperlinks) opens the content html files in the...
  16. R

    HTML & CSS Adjust height of iframe to suit content

    Sorry - I don't understand what you are suggesting.
  17. R

    HTML & CSS Adjust height of iframe to suit content

    Hi all, I have a page with three columns – 25%, 50%, 25%. Column 1 contains a menu of hyperlinks. When clicked the file opens in an iframe in Column 2. (Column 3 is left blank – for page formatting only.) My problem is that I can’t control the height of the iframe. If I specify a height which...
  18. R

    HTML & CSS Sidebar menus

    Thank you. I'll look into that. I'm using html files, not PDF.
  19. R

    HTML & CSS Trouble with scrollbars, again

    I am still having trouble with scrollbars. My page has two columns with iframes. The file in the left column is short i.e. it doesn’t extend beyond the bottom of the screen, so a vertical scrollbar is not required. The file in the second column is longer and extends beyond the bottom of the...
  20. R

    HTML & CSS Sidebar menus

    I want to use a sidebar menu (width about 20%) which remains on the page when an item is clicked and the content opens in the remaining 80%. Ie when the content is visible, so too is the menu. How can I use a hyperlink in a menu item to open a file in the other part of the screen, still leaving...
Top Bottom