![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro
|
Help needed please
I am trying to build this family tree webpage for a very dear friend of mine that has passed away and she wanted to do this for her family..Now I am having a bit of trouble here..I made a boarder background for this and now some of my text and one image is setting on that boarder and I can't see to figure out how to get that all to center so that it is not touching that boarder...I am posting the link here so you can see what I am talking about...Any help would be so appreciated...I am doing this in Notepad and not an html editor so this will be done by hand....Help please...I am pretty new to html so I am a green horn here..LOL...
http://www.angelfire.com/ab6/zayla/W...ished/Reb.html TY Hugs Giz
__________________
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. – Herm Albright! |
|
|
|
|
|
#2 (permalink) |
|
Manager Emeritus
|
add the line in italics to your body
body { background-image: url(FilmBbkg.jpg); margin-left: 125px; } If you want the text to be centered in the page, add a right margin also: body { background-image: url(FilmBbkg.jpg); margin-left: 125px; margin-right: 125px; } Gizmo, if you want any more help with the site, let us know. -Six For the web guys: She doesn't have a doc type declaration, would this be ok for her? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> I didn't look at much of the code but im guessing its html and not xhtml
__________________
mysql> --i-am-a-dummy
|
|
|
|
|
|
#3 (permalink) | |
|
Registered User
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro
|
Quote:
OK did that and it worked for getting that text over where I wanted it but look at the link again. It moved the one image to the left off the boarder but in doing that it also moved the other one to the right which is suppose to be next to it to the bottom. Is there some way to fix this to where they are side by side with a small break in between? Hugs Giz
__________________
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. – Herm Albright! |
|
|
|
|
|
|
#5 (permalink) | |
|
Registered User
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro
|
Quote:
Hugs Giz ![]()
__________________
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. – Herm Albright! |
|
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro
|
Well I think I might have got it but still wish I could move the two pictures away from each other a little more....Ty for all your help...
Hugs Giz
__________________
A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. – Herm Albright! |
|
|
|
|
|
#7 (permalink) |
|
Manager Emeritus
|
if you want to add some space between the images, you can just add some spaces between them. This is not the ideal thing to do when formatting, because it is not absolute, but in your case, it will save you from more coding. The html code for a space is
It will take more than one to significantly move them.
__________________
mysql> --i-am-a-dummy
|
|
|
|
![]() |
| Thread Tools | |
|
|