How to create own background |
![]() ![]() |
How to create own background |
Apr 14 2008, 08:34 PM
Post
#1
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
I have a webpage and I am trying to create my own backgound. I thought this would be pretty simple but... I have been having nothing but trouble. I have a simple black background with small yellow squares in Jpeg form. I have text written on it and it repeats all over the screen... down and across. I would like it on there 1 time only and on the left side. I also would like to know what the correct format would be to make sure it loads fast and fits the screen correctly. Any help would be greatly appreciate. Thank you! |
|
|
Apr 14 2008, 08:49 PM
Post
#2
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
<p align="left"><img src="url" width=??? height=???></img></p>
I use .png and have no problems with it. Depends on the connection. Hope this helps you. This post has been edited by Sockdown: Apr 14 2008, 08:51 PM |
|
|
Apr 14 2008, 08:56 PM
Post
#3
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
Hey thanks I appreciate it but I am using page editor. I do not know HTML.
Do I paste this in the HTML section page? And what do I put for the question marks you show. Sorry to be a pest, I am a beginner. |
|
|
Apr 14 2008, 08:56 PM
Post
#4
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
Forget what I said. it won't work. Give me a few minutes and I'll answer back.
This post has been edited by Sockdown: Apr 14 2008, 08:57 PM |
|
|
Apr 14 2008, 09:04 PM
Post
#5
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
Ok, this is using CSS(Cascading Style Sheets).
Example: CODE <html> <head> <title>Title</title> <style type="text/css"> body { background-image: url('url of image'); background-repeat: no-repeat } </style> </head> <body> </body> </html> Let me know if it helps. This post has been edited by Sockdown: Apr 14 2008, 09:04 PM |
|
|
Apr 14 2008, 09:16 PM
Post
#6
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
|
|
|
Apr 14 2008, 09:33 PM
Post
#7
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
Hi and thanks again I have been trying to figure this out for days.
Here is the link and you will see what I mean... http://www.freewebs.com/horatio123/index.htm I am reading about css now. Thanks |
|
|
Apr 14 2008, 09:37 PM
Post
#8
|
|
![]() Trusted Techie Posts: 4,477 From: FEMA took "Tin Can" away! OS: Win XP/Vista Home Premium. Backup PC: Commodore 64 with 300 baud modem! |
QUOTE I would like it on there 1 time only and on the left side. The left side of a page is a lot of territory. Using a non-tileable image as a bg image within the body will allow only so many places it can be placed on the left side. It can only be placed: top left | left center | left bottom .If you want it placed to the left side as a bg image any other place then you have to do it one of several other ways depending on exactly where on the left you wish the image placed. If you are happy with the above three choices, then use this: Between head tags CODE <style type="text/css"> body { #000 url(path/image.jpg} no-repeat left center scroll; } </style> That puts in a black background color, the image is at center left, does not repeat and will scroll with page contents. If you want it done another way, let me know. With the page Editor, go to Source View and just paste the style tags as is between the head tags. What Page Editor are you using? Ron This post has been edited by Major Payne: Apr 14 2008, 09:43 PM |
|
|
Apr 14 2008, 09:37 PM
Post
#9
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
Hey Sockdown, thank you very much,
But Umm, Yes please help me here. LOL I just read this and... I could definetly use some help now. |
|
|
Apr 14 2008, 09:40 PM
Post
#10
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
You're welcome. I see the background of CSI on the back only once as I think you wanted it. Is that what you wanted?
|
|
|
Apr 14 2008, 09:48 PM
Post
#11
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
No I just wanted the yellow to show on top with the tile and then the CSIMiami on the left one time... It is tiling everything down and across again and again.
I only want everything on the page once or the CSIM can tile down on the left but i obviously made it too big? Oh hey Major Payne... Sorry I just saw your message. I am using freewebs page editor. So I should go into eaw HTML and paste this yes? This post has been edited by Nightcrawler1228: Apr 14 2008, 09:51 PM |
|
|
Apr 14 2008, 09:57 PM
Post
#12
|
|
![]() Trusted Techie Posts: 4,477 From: FEMA took "Tin Can" away! OS: Win XP/Vista Home Premium. Backup PC: Commodore 64 with 300 baud modem! |
These HTML Errors need to be corrected.
These CSS Errors need to be corrected. I love Emily Proctor! Ron |
|
|
Apr 14 2008, 10:02 PM
Post
#13
|
|
![]() Member ![]() ![]() ![]() Posts: 140 OS: Windows XP, Vista |
Ok, try this:
CODE <style type="text/css">
body { background-image: url('url of image'); background-repeat: no-repeat; background-attachment: fixed } </style> |
|
|
Apr 14 2008, 10:04 PM
Post
#14
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
Hey So do I and David Caruso as well,
This is just my practice web site... I will not test this on the real deal... i did it once and lost my entire page. LOL I don't know HTML or CSS... I just always use to site as trial and error when i want to learn. Like I said I thought this would be so easy. Just a simple background page... OMG!!! When you wrote the CSS code for me do I just copy and paste that? What does BG stand for? Thanks so much! |
|
|
Apr 14 2008, 10:10 PM
Post
#15
|
|
|
Member ![]() ![]() Posts: 18 OS: windows XP |
Nope not working yet. For some reson I can not edit the home page now so I am working on this page. http://www.freewebs.com/horatio123/links.htm
Thanks for all the help. I really appreacite it all from both of you. |
|
|
![]() ![]() |
Similar Topics
| Topic Title | Replies / Views | Topic Information | |||||
|---|---|---|---|---|---|---|---|
![]() |
1 / 447 | 9th October 2005 - 09:23 AM NvidiaDude started - last by starjax |
|||||
![]() |
7 / 71,759 | 26th November 2008 - 10:38 AM admin started - last by sari |
|||||
![]() |
5 / 291 | 24th August 2008 - 05:25 PM brady1988 started - last by happyrock |
|||||
![]() |
5 / 788 | 25th September 2008 - 10:48 AM alexmat01 started - last by Neil Jones |
|||||
|
Time is now: 3rd December 2008 - 01:00 AM |
| Advertisements do not imply our endorsement of that product or service. The forum is run by volunteers who donate their time and expertise. We make every attempt to ensure that the help and advice posted is accurate and will not cause harm to your computer. However, we do not guarantee that they are accurate and they are to be used at your own risk. |