Welcome, Guest
Username Password: Remember me

New front page
(1 viewing) (1) Guest
General Chat Forum
  • Page:
  • 1

TOPIC: New front page

New front page 1 year, 9 months ago #3603

  • Rob
  • OFFLINE
  • Administrator
  • Posts: 711
Does anyone else see a border around the images on the front page of the site or is it just me? The tables are kicking my butt today.
Once you realize that every beings purpose in life is to learn, it becomes easier to forgive them for their mistakes.

The future doesn’t exist. The only time we can be peaceful is now, because now is all that exists.

Re:New front page 1 year, 9 months ago #3604

  • JoshStrobl
  • OFFLINE
  • Platinum Boarder
  • Atlas Tech Guru
  • Posts: 379
I can see them, it's quite easy to remove them. You just need to go into the html editor and put the code:
<table border="0px">


You also could make a cascade style sheet (.css) and merely do the following in the header:
<link rel="stylesheet" type="text/css" href="home.css" />


Within the .css file it would only need to have:
table{
border: 0px;
}
"We must become the change we want to see in the world"~ Mahatma Ghandi

Re:New front page 1 year, 9 months ago #3606

  • Rob
  • OFFLINE
  • Administrator
  • Posts: 711
I did the
<table border="0px"


I also tried
<tr border="0px">

and
<td border="0px"


I havent tried the css yet but I will give it a try and see if it works.
Once you realize that every beings purpose in life is to learn, it becomes easier to forgive them for their mistakes.

The future doesn’t exist. The only time we can be peaceful is now, because now is all that exists.

Re:New front page 1 year, 9 months ago #3607

  • Rob
  • OFFLINE
  • Administrator
  • Posts: 711
Turns out there was nothing wrong with my coding. It was a different css class telling it to border all articles.
Once you realize that every beings purpose in life is to learn, it becomes easier to forgive them for their mistakes.

The future doesn’t exist. The only time we can be peaceful is now, because now is all that exists.

Re:New front page 1 year, 9 months ago #3608

  • JoshStrobl
  • OFFLINE
  • Platinum Boarder
  • Atlas Tech Guru
  • Posts: 379
Nice...
"We must become the change we want to see in the world"~ Mahatma Ghandi
  • Page:
  • 1
Moderators: Rob, bnaur, Eggsworth, JMarie7, ChaseD702
Time to create page: 0.29 seconds