GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   HTML/Design Question (https://gfy.com/showthread.php?t=901348)

Bridgette 04-22-2009 06:15 PM

HTML/Design Question
 
First of all, let me just say that I have VERY LIMITED experience with HTML and CSS. However, I've somehow ended up agreeing to create a newsletter template, which I'm coding in Dreamweaver. So far, I have the headers and text there - now I want to include a bar of blue behind each of the headers. Could anyone instruct me on how to go about doing this? Thanks in advance!

Ice 04-22-2009 06:17 PM

I suggest you get one of the designers on here to do it for you. They could bang something like that out in like 20 minutes or less and it wouldn't cost you much. :2 cents:

MrCodey 04-22-2009 06:19 PM

.headerbar {
background: repeat-x; url('images/blah.jpg') top center;
}

<div class="headerbar">BLAH BLAH BLAH</div>

Just name your first kid MrCodey

Ozarkz 04-22-2009 06:19 PM

Quote:

Originally Posted by Bridgette (Post 15777944)
First of all, let me just say that I have VERY LIMITED experience with HTML and CSS. However, I've somehow ended up agreeing to create a newsletter template, which I'm coding in Dreamweaver. So far, I have the headers and text there - now I want to include a bar of blue behind each of the headers. Could anyone instruct me on how to go about doing this? Thanks in advance!

You need to put the headers in a div or table cell and assign a bgcolor to it.

Bridgette 04-22-2009 06:23 PM

Thanks, guys!!!


All times are GMT -7. The time now is 07:24 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123