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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
Thread Tools
Old 01-16-2006, 07:46 PM   #1 (permalink)
Registered User
 
JustGizmo's Avatar
 
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!
JustGizmo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-16-2006, 08:05 PM   #2 (permalink)
Manager Emeritus
 
v-six's Avatar
 
Join Date: Sep 2004
Location: High Falls, NY
Posts: 2,073
OS: OS X for mac, XP Pro for PC


Send a message via AIM to v-six
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

v-six is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-16-2006, 11:16 PM   #3 (permalink)
Registered User
 
JustGizmo's Avatar
 
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro


Quote:
Originally Posted by SixShooter
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
Tysm for your help in this...I really appreciate this...
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!
JustGizmo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-17-2006, 06:48 AM   #4 (permalink)
Manager Emeritus
 
v-six's Avatar
 
Join Date: Sep 2004
Location: High Falls, NY
Posts: 2,073
OS: OS X for mac, XP Pro for PC


Send a message via AIM to v-six
I know which two images you're referring to, but i'm not exactly sure in what order you want the text to appear underneath them. Clarify that for me and we'll get you fixed.
__________________
mysql> --i-am-a-dummy

v-six is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-17-2006, 02:30 PM   #5 (permalink)
Registered User
 
JustGizmo's Avatar
 
Join Date: Dec 2005
Location: Ohio
Posts: 29
OS: Windows XP Pro


Quote:
Originally Posted by SixShooter
I know which two images you're referring to, but i'm not exactly sure in what order you want the text to appear underneath them. Clarify that for me and we'll get you fixed.
Ty..OK I am including a SS of the way that I am trying to get this set up and I hope that you can help me...I really do appreciate this...

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!
JustGizmo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-17-2006, 08:01 PM   #6 (permalink)
Registered User
 
JustGizmo's Avatar
 
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!
JustGizmo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 01-17-2006, 08:34 PM   #7 (permalink)
Manager Emeritus
 
v-six's Avatar
 
Join Date: Sep 2004
Location: High Falls, NY
Posts: 2,073
OS: OS X for mac, XP Pro for PC


Send a message via AIM to v-six
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 &nbsp;
It will take more than one to significantly move them.
__________________
mysql> --i-am-a-dummy

v-six is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 05:38 PM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82