I've been asked several questions on how to do certain things. I hope to answer some of them here.
To download, place the cursor over the desired graphic, background.
For Windows
Right Click Mouse a window will appear
Select save Picture As, for Netscape users the wording is different, but meaning the same
Save the image/graphic - Please remember where you saved it!
FOR MAC USERS - would someone contact me on how to save for MAC, as I have no idea!
For Windows users
Place cursor at beginning of what you want to copy
Left click, and holding the button down, drag the cursor to the end of the desired text. This text will be 'highlighted'
To COPY - This is your choice, either press CNTRL C or click on 'EDIT' and select 'COPY'
To PASTE - put cursor where you want the copied text; press CNTRL V or click on 'EDIT' and select 'PASTE'
MAC USERS - again please contact me with the steps for this function. Thanks!
There are 2 ways that I know to align bordered backgrounds
FIRST WAY
You can adjust the % as it is dependant upon the width of the border.
Place this code after <BODY>
<table width=75% align=right><tr><td>
Place this code at end of document but BEFORE </BODY>
</td></tr></table>
SECOND WAY (this way I prefer as it accommodates older browsers and small monitors)
Create a table with 2 columns and 1 row. Place a transparent (invisible) graphic in first column. This 'pushes' the column out beyond the border. In the 2d column place all your text and graphics as you would normally do. Be sure to set the table border at 0 after you have finished the page.
Transparent Graphics for bordered backgrounds.....NOTE: You will not see this graphic, but it is there if downloaded correctly. Download as any other graphic. I've left the border here only so you can see the width of the graphic.
![]() |
![]() |
![]() |
![]() |
![]() |
If your HTML program does not allow to make adjustments to coding, you can do it by Viewing the source code. To do this:
Open the 'page' in your browser
Right Click mouse
Select 'View Source'
Notepad will then open with html coding, make your adjustments here
Save
Refresh browser to see the changes you've made.
If you have any questions feel free to email me and I'll try to help you.