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
 
LinkBack Thread Tools
Old 03-15-2009, 04:21 PM   #1 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 37
OS: Vista Business Ed. 64-Bit SP 2


Background Alignment

I am struggling with putting background images in my sites. I am using Dreamweaver 8.

I am just having trouble aligning the image where I want it to go, say a colored border along the left side of the page. This seems simple enough, but I can't grasp it and am going all self taught.

Thanks for any advice, articles, steps, etc....
zellerscrossing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 03-15-2009, 05:31 PM   #2 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,446
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Background Alignment

Is this border solid or patterned? You might have more luck with a strict CSS border: http://www.w3schools.com/css/css_border.asp.
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-15-2009, 07:38 PM   #3 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 37
OS: Vista Business Ed. 64-Bit SP 2


Re: Background Alignment

Thank you first off for reminding me about the w3school site. I actually had it saved in my favorites and had forgotten about it. A lot of what I see on that site is coding which I don't understand a lot of. I mainly only know how to use authoring programs, but I certainly want to learn the code eventually as well.

Anyway, back on track, maybe border is the wrong word. I was viewing other threads on this forum and someone posted this site in their question:

http://www.deltahaze.com/

This site actually shows exactly what I want to do. Say I had that music note graphic and I wanted to do exactly what he/she has done with it. What steps would I take in dreamweaver for it to come out like it did.

If this is too much for just one simple answer, I understand. If you can just set me in the right direction I am trying the best I can to grasp this stuff.

Thank You DM01 and anyone else who wishes to help out. :)
zellerscrossing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-15-2009, 08:35 PM   #4 (permalink)
Moderator: Design
 
dm01's Avatar
 
Join Date: Oct 2006
Location: Richmond, B.C.; Canada
Posts: 1,446
OS: Windows XP [Version 5.1.2600] SP3 | Ubuntu Jaunty Jackalope | Windows 7 BETA

My System

Re: Background Alignment

Oh, I see. That's a CSS Background image, which is quite simple to do.

I don't use Dreamweaver, I can only tell you how to do this by hand. If you put this in the <style type="text/css"> for each page that needs this, the effect will be the same.

Code:
body
{
/*This is a comment that explains what each attribute does. Text within comments will not be parsed by the interpreter (browser)*/
background-image: url(/*url_of_image*/);
background-color: #000000; /*for if image is unavailable, any hex or rgb colour will work*/
background-repeat: repeat; /*background repeats horizontally and vertically*/
background-repeat: repeat-x; /*background repeats horizontally*/
background-repeat: repeat-y; /*background repeats vertically*/
backgroud-repeat: no-repeat; /*background does not repeat (displays once)*/
}
__________________


Validate your Markup Validate your CSS Notepad++
Please use [html], [php], and [code] when posting code or markup.
I do not help by Private Message or e-mail. If for some reason I have over-looked a reply to a thread that I have previously replied to, then send me a message.
dm01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 03-16-2009, 06:33 PM   #5 (permalink)
Registered User
 
Join Date: Mar 2007
Posts: 37
OS: Vista Business Ed. 64-Bit SP 2


Re: Background Alignment

Hey thanks DM01. I wish I wasn't so far behind. Like I said, I wish to know the code but I just sort of want to figure out the dreamweaver for now.

At least I know its pretty simple now...should be anyway.

Anybody out there know how to do this with Dreamweaver?

Thanks....

(and thank you again DM01)
zellerscrossing is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
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

BB 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 04:24 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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 83 84 85