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.



 Subscribe in a reader

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

Notices


Reply
 
LinkBack Thread Tools
  #1  
Old Feb 24th, 2008, 21:16
Junior Member
Join Date: Dec 2007
Location: london
Age: 36
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Feb 25th, 2008, 07:03
Jack Franklin's Avatar
Moderator

SuperMember
Join Date: May 2007
Location: Cornwall, England
Posts: 1,402
Blog Entries: 8
Thanks: 18
Thanked 14 Times in 14 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
__________________
Jack Franklin - Webforumz Moderator
(x)HTML | CSS | PHP | MySQL | JQuery (Javascript)
Contact: My Blog | Twitter | Delicious
Want Lessons? PM me.
If you think I've helped, please press the 'Thanks' Button.
Last Blog Entry: A Week with VBulletin (Aug 28th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Feb 25th, 2008, 20:19
Junior Member
Join Date: Dec 2007
Location: london
Age: 36
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Feb 25th, 2008, 21:17
Reputable Member
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
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 11:01.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization 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