Site Statistics
 
Threads: 3,905
Posts: 17,130
Members: 2,912
Users Online: 13
Newest Member: Swordso4


Go Back   PC101 > The Internet, Web Design & Networking > Web Design and Development

Web Design and Development Design techniques, conepts, HTML, scripts, software, reviews, sponsors and affiliate programs.


Reply
 
LinkBack Thread Tools Display Modes
Old 04-16-2006, 07:19 AM   #1
Member
 
Join Date: Apr 2006
Posts: 31
Rep Power: 0 MM357 is on a distinguished road
Techniques I recently Knew !

This may be old ones for many people .. but for me it is my new techs :

#1 - HTML : Body Margains :

I was using front page 2003 for my HTML pages .. but I had a problem that I can not make the background image of my tables expand from the most right to ther most left without spaces between the page side border and the table border.

After a long search I found this solution :

Code:
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

Tables here will be expanding from the most left to the most right !!

</body>
#2 - Graphics : Gradients :

Using the simple color gradients I found that I can join different programs works .. Like making a flash movie with a background gradient and put it in a cell of a table and make the cell background image the same gradirnt as an very small image in the width (ex : 2 pixels) .. then make the image repeat in x-axiss..

Code:
<td style="background-image: url('back.png'); background-repeat: repeat-x; background-position: center" >
here you can put a flash movie or an image with the same gradient as background!!
</td>
MM357 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft Word :a technique I recently learned. MM357 Graphic/Utility/Business Software 0 04-16-2006 03:32 PM



All times are GMT -5. The time now is 05:21 AM.

Powered by vBulletin Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC5