table borders are not showing in article

Everything to do with Joomla! 1.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Locked
ikuohs
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Aug 30, 2010 4:02 pm

table borders are not showing in article

Post by ikuohs » Mon Aug 30, 2010 4:10 pm

hi,

i'm trying to create a table in article and i already write the code:

<table style="border-color: rgb(0, 0, 0); border-width: 1px;" border="1">

but the border are not showing at all... any helps?

the link: http://www.belajar-jepang.com/index.php ... &Itemid=27

Can anyone help?

jelyn
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Thu Jun 17, 2010 3:51 am

Re: table borders are not showing in article

Post by jelyn » Thu Jul 14, 2011 1:16 am

I don't have the answer to your question but I'd like to say that I share the same experience. My table borders are not showing.

I've been using Firebug to fix this, see if I miss something with the CSS. Can't find it though.

If someone can look on it, here's my link: https://itc.uplb.edu.ph/index.php/offices/69-ovcpd

Thanks.

User avatar
enbees
Joomla! Guru
Joomla! Guru
Posts: 860
Joined: Mon Sep 20, 2010 7:58 am
Location: Jakarta - Indonesia
Contact:

Re: table borders are not showing in article

Post by enbees » Thu Jul 14, 2011 3:17 am

ikuohs wrote:hi,

i'm trying to create a table in article and i already write the code:
<table style="border-color: rgb(0, 0, 0); border-width: 1px;" border="1">
but the border are not showing at all... any helps?
the link: http://www.belajar-jepang.com/index.php ... &Itemid=27
Can anyone help?
Hi :)
Try this:

Code: Select all

<table style="border: 1px solid black;">
or

Code: Select all

<table style="border: 1px solid #12bf21;" >
Hope that helps :)
Regards,
enbees, I'm here: http://koperasoft.com

jelyn
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Thu Jun 17, 2010 3:51 am

Re: table borders are not showing in article

Post by jelyn » Thu Jul 14, 2011 5:01 am

jelyn wrote:I don't have the answer to your question but I'd like to say that I share the same experience. My table borders are not showing.

I've been using Firebug to fix this, see if I miss something with the CSS. Can't find it though.

If someone can look on it, here's my link: https://itc.uplb.edu.ph/index.php/offices/69-ovcpd

Thanks.

Well, it's weird. now i solved my problem. the style should be inside the div tag. that's what i did with my template.css file.

carolssandra
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Wed Jan 04, 2017 10:11 am

Re: table borders are not showing in article

Post by carolssandra » Wed Jan 25, 2017 8:40 am

hello. i have problem with table border. i already set border=none in html, but when i publish my article that using (image background) the line border still appear. Need help.
Thank you in advance

User avatar
AMurray
Joomla! Exemplar
Joomla! Exemplar
Posts: 9702
Joined: Sat Feb 13, 2010 7:35 am
Location: Australia

Re: table borders are not showing in article

Post by AMurray » Wed Jan 25, 2017 10:32 am

Note: This post is 6 years old!

It is better that you create a new thread, in the forum relevant to your Joomla version. (note that Joomla V1.5 is vulnerable and no longer supported.....)

Code: Select all

border=none
The above doesn't look like valid HTML. Try inline style like

Code: Select all

style="border:none;"
or (old non-CSS way)

Code: Select all

"border="0"
(rather than "none").
Regards - A Murray
General Support Moderator

carolssandra
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Wed Jan 04, 2017 10:11 am

Re: table borders are not showing in article

Post by carolssandra » Thu Jan 26, 2017 12:48 am

Hello, so sorry respond to the old post :) I had tried. Its not working. But on my previous website my table border not appear when i publish :)

Thanks


Locked

Return to “Templates for Joomla! 1.5”