Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. R

    HTML & CSS How to remove scroll bars

    I have a page with five columns. Column 2 contains a list of clickable names. Column 4 contains the story for whichever name is clicked. Columns 1, 3 and 5 are empty and are there only to help format the page. (There is almost certainly a better way to do this, but that’s a question for another...
  9. R

    HTML & CSS Aligning a caption and its image

    I want to have an image centered on the page and its caption, the same width as the image, also centered. I can make the widths agree but my caption is always on the left, not centered. Is there a way to do this without putting the image and its caption intro a table? <figure> <img...
  10. R

    HTML & CSS Font changes when file opened through a link

    My page comprises five columns. In columns 2 and 4 I have an iframe. The column 2 iframe is defined by <iframe src="Martin Family Tree1.html" title="Martin Family" width="100%" height="1000px" style="border:none" > </iframe> The Martin Family Tree1.html file contains a list of names which will...
  11. R

    HTML Opening a PDF file in a frame from a link

    I am a beginner with HTML and CSS. I have a page with two panels. The left panel contains a list of names. For each of these I have a PDF file. I want to be able to click on a name and have the appropriate PDF open in a frame in the right hand panel, so that the list of names remains...
Back
Top Bottom