soft border around main box

This is a discussion on "soft border around main box" within the Web Page Design section. This forum, and the thread "soft border around main box are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 24th, 2008, 21:16
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
soft border around main box

Hi all,

The move to the new server has really made a differance to the spead of this forum.

Please can you take a look at my page below:

http://www.usbtvtuner.co.uk/tvstick6.htm

I need to know how to get rid of the black borders around the images and also I think some sort of border around the main article may look good.

Any ideas on how to achieve this please?

Regards. John.
Reply With Quote

  #2 (permalink)  
Old Feb 25th, 2008, 07:03
Jack Franklin's Avatar
Resources Administrator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,268
Blog Entries: 7
Thanks: 10
Thanked 4 Times in 4 Posts
Re: soft border around main box

To remove borders from images you could use:
Code: Select all
img {
border: none;
}
And to add a border you can use:
Code: Select all
article {
border: 1px solid #FF0000;
}
You change the thickness, type and colour

HTH

Jack
Last Blog Entry: My Latest Project - Grilling Gurus... (Jun 11th, 2008)
Reply With Quote
  #3 (permalink)  
Old Feb 25th, 2008, 20:19
Junior Member
Join Date: Dec 2007
Location: london
Age: 35
Posts: 34
Thanks: 0
Thanked 0 Times in 0 Posts
Re: soft border around main box

Thank you Jack,

I have the following code in my html around 1 image:

<img src="images/Default-Windowx.jpg" width="140" height="142" border="3" align="left" class="style3" />

Please can you advise how I go about changing that.

Also not sure what has happended here but previously when I clicked on a part of my dreamweaver the corresponding style would come up on a tab on th eright hand side of the page.

Just thought I mention it on the off chance someone may know how to get it back.

Best Regards. John.
Reply With Quote
  #4 (permalink)  
Old Feb 25th, 2008, 21:17
SuperMember

SuperMember
Join Date: Jun 2007
Location: uk
Posts: 459
Thanks: 0
Thanked 0 Times in 0 Posts
Re: soft border around main box

As jack said above just change the border value to 0 as in the code below.

HTML: Select all
 <img src="images/Default-Windowx.jpg" width="140" height="142" border="0" align="left" class="style3" />
Cheers

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CF Designz Main Sample crackafaza Free Web Site Critique 4 May 21st, 2008 13:59
CF Designz Main crackafaza Free Web Site Critique 4 Apr 28th, 2008 17:12
the main page thewebkid Web Page Design 9 Dec 3rd, 2007 14:08
[SOLVED] 4EGTv.net Main site, still need help. TheSealPortalTeam Website Planning 16 Nov 28th, 2007 11:45
what is the main? squirrel_535 Flash & Multimedia Forum 2 Jul 3rd, 2006 11:00


All times are GMT. The time now is 02:49.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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