WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1coding/html Empty coding/html Sun Apr 04, 2010 10:22 am

Joel

Joel
Registered Member
Registered Member
my current blogshop is http://citydemands.blogspot.com/

the heading is titled "City Demands Blogshop". The background of the heading is light-blue. How do i make the background of the heading coding/html Texture_68_by_ro_stock?

The current codes of the heading is
Code:
<td height="130px" valign="center" bgcolor="#8AC5DE" margin="0px">
<div class="header"><font color="red">City Demands<font color="white"> Blogshop</font></div>
</td>

help needed. Thanks!

http://www.advertisehotspot.info/

2coding/html Empty Re: coding/html Sun Apr 04, 2010 10:33 am

Krazy


Registered Member
Registered Member
You want that image to be your background?

3coding/html Empty Re: coding/html Sun Apr 04, 2010 10:33 am

Joel

Joel
Registered Member
Registered Member
yes

http://www.advertisehotspot.info/

4coding/html Empty Re: coding/html Sun Apr 04, 2010 10:48 am

Krazy


Registered Member
Registered Member
Code:
<table width="100%" style="border:0px;"><tr style="background:url(http://3.bp.blogspot.com/_eum50fCHUAE/SUiL1PV8fQI/AAAAAAAAA2w/2uzwW3w4cC4/s400/Texture_68_by_ro_stock.jpg) repeat;">
<td style="padding:15px; text-align:center; font-weight:bold; font-size:20px;">Title Goes Here</td>
</tr>
<tr style="background:url(http://3.bp.blogspot.com/_eum50fCHUAE/SUiL1PV8fQI/AAAAAAAAA2w/2uzwW3w4cC4/s400/Texture_68_by_ro_stock.jpg) repeat;"><td style="padding:0px;">
<center>Description Here.</center>
</td></tr>
</table>

Thats what I have so far. Wink

5coding/html Empty Re: coding/html Sun Apr 04, 2010 10:51 am

Joel

Joel
Registered Member
Registered Member
thanks. How do i make the font different?

http://www.advertisehotspot.info/

6coding/html Empty Re: coding/html Sun Apr 04, 2010 11:22 am

ankillien

ankillien
Administrator
Administrator
By this CSS code you can change font type, color, size etc...

Code:
.header {
color : red;
font-size : 15px;
font-weight : bold;
font-family : Arial, Verdana, Georgia;
}

7coding/html Empty Re: coding/html Sun Apr 04, 2010 1:10 pm

Joel

Joel
Registered Member
Registered Member
okay thanks alot.

http://www.advertisehotspot.info/

8coding/html Empty Re: coding/html Sun Apr 04, 2010 1:31 pm

ankillien

ankillien
Administrator
Administrator
Glad I could help Very Happy

Solved | Locked

9coding/html Empty Re: coding/html Sun Apr 04, 2010 1:31 pm

Joel

Joel
Registered Member
Registered Member
you have'nt locked it;)

http://www.advertisehotspot.info/

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum