Go Back   Pictual Design Forums > Graphics > Tutorials
Top Posters Referers Register Members List Calendar Search Today's Posts Mark Forums Read

Tutorials Staged guides related to design, graphics and skinning.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 03-05-2006, 11:40 AM
dom1n1k dom1n1k is offline
Returning Member
 
Rep Power: 0
dom1n1k is off the scale
Default

Hmm tre is no CSS tuts i dont know why so i gonna post one :P and sorry for my english ;/

This tut. show how create dashed border near text and table:
First, lets view a regular table with a default border:

Code:
Regular Border Code: <table width="35%" border="1" align="center" cellpadding="0" cellspacing="0"> <tr> <td>Regular Border </td> </tr> </table>

Now lets see how we can turn this into a cool looking dashed border:
We need to add the style code for dashed borders to the table tag, here it is:

Code:
<table width="35%" border="1" align="center" cellpadding="0" cellspacing="0"> PLUS + [Style Code] style="border-left:1px dashed #000000; border-top:1px dashed #000000; border-right:1px dashed #000000; border-bottom:1px dashed #000000" EQUALS = [Dashed Border Table] <table width="35%" border="0" align="center" cellpadding="0" cellspacing="0" style="border-left:1px dashed #000000; border-top:1px dashed #000000; border-right:1px dashed #000000; border-bottom:1px dashed #000000">

This will give the dashed border, and the color is #000000, which is black.

If you want to change the color, make sure you change the color of each side of the table (right, left, top, and bottom). Ok so the final code loks like this:

Code:
Final HTML Code: <table width="45%" border="0" cellspacing="1" cellpadding="1" bordercolor="#000000" style="border-left:1px dashed #000000; border-top:1px dashed #000000; border-right:1px dashed #000000; border-bottom:1px dashed #000000"> <tr> <td height="40">p3rc3pt10n.net owns! <br> </td> </tr> </table>

Ok and you have you dashed border have fun! cheers
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What kind of gfx do u make? Newbie3951 Discussion 30 09-01-2006 03:45 PM
www.189.us ? Make Your Needs Full Fill. spider Free Advertising 6 08-31-2006 06:44 AM
Advanced Border Tutorial Fergie911 Tutorials 2 04-13-2006 02:58 PM
Make a skin for 1200 points!!!!!! Dark Soul Paid Service Requests 2 02-08-2006 05:26 PM
Cool Border FireNova Tutorials 1 08-25-2005 11:16 PM


All times are GMT -4. The time now is 01:25 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.