Table attributes do not work?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Dec 13, 2011 4:28 pm
Hi there, I am inserting a basic table in an article and basically the format attributes of this table like valign="top" and so on simply do not work. in the backend all looks perfect but when published this does not work. Any ideas?
User avatar
Gold Boarder

GK User
Wed Dec 14, 2011 11:29 am
Hi again,

Give me the link to your article please, I need to take a look. You are recommended to use CSS3 format to create tables!
User avatar
Platinum Boarder

GK User
Wed Dec 14, 2011 11:36 am
I am sending you a pm now - I found the pm option!!! ;)

I will give instructions in the pm Don - thanks for your time - if you could show me how to get the basic attributes going for a table that would be much appreciated. I do not need anything fancy - just the valign="top" option to work for a td in a table!!
User avatar
Gold Boarder

GK User
Wed Dec 14, 2011 12:47 pm
Hi,

Thanks for that but somehow I don't see "3 column module" http://easycaptures.com/fs/uploaded/648/0454405371.jpg
User avatar
Platinum Boarder

GK User
Wed Dec 14, 2011 12:50 pm
Hi Don, this is because the module title is hidden on frontend - its the module right under the slideshow. If you login to the backend with the details i provided you with and search for 3 column module you will see it

Hope this helps
User avatar
Gold Boarder

GK User
Wed Dec 14, 2011 1:06 pm
In this file /templates/gk_music/css/reset/meyer.css

The vertical align value is set by a css code at line 7

Code: Select all

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}


Set:

Code: Select all
vertical-align: baseline;


To:

Code: Select all
vertical-align: top;
User avatar
Platinum Boarder

GK User
Fri Dec 16, 2011 12:06 pm
Thanks Don, this works.
User avatar
Gold Boarder

GK User
Fri May 04, 2012 1:39 pm
Hello,
I can´t find the meyer.css in world news 2 template.

I want to change the table options..

I have these css stylesheets in my template.

Thanks for your answer!!

Stylesheets
css/editor.css bearbeiten
css/gk.stuff.css bearbeiten
css/ie6.css bearbeiten
css/ie7.css bearbeiten
css/ie8.css bearbeiten
css/ie9.css bearbeiten
css/joomla.css bearbeiten
css/k2.css bearbeiten
css/layout.css bearbeiten
css/menu.css bearbeiten
css/menu.gkdropline.css bearbeiten
css/menu.gkmenu.css bearbeiten
css/menu.gksplit.css bearbeiten
css/override.css bearbeiten
css/style1.css bearbeiten
css/style2.css bearbeiten
css/style3.css bearbeiten
css/style4.css bearbeiten
css/style5.css bearbeiten
css/style6.css bearbeiten
css/template.css bearbeiten
css/typography.iconset.1.css bearbeiten
css/typography.iconset.2.css bearbeiten
css/typography.iconset.3.css bearbeiten
css/typography.style1.css bearbeiten
css/typography.style2.css bearbeiten
css/typography.style3.css bearbeiten
css/typography.style4.css bearbeiten
css/typography.style5.css bearbeiten
css/typography.style6.css bearbeiten
User avatar
Fresh Boarder

GK User
Sat May 05, 2012 4:03 pm
Hi Lichtreich,

Just give me the link to your site and let me know where I can see the problem then I will let you know where to change the code.

thanks,
User avatar
Platinum Boarder

GK User
Sun May 06, 2012 10:43 am
Hi Don,

Many thanks for your quick reply. :-)
This is the link to my site:

http://www.lichtreich.com/joomla/index. ... erschaffen

I am trying to change the table options, because in ie9 and firefox the content is displaced.In Google Chrome everything is shown correctly. I want to set the vertical align: baseline to vertical align: top. But in my template (world news 2 ) stylesheets there is no css/reset/meyer.css shown.
Only these:

Stylesheets
css/editor.css bearbeiten
css/gk.stuff.css bearbeiten
css/ie6.css bearbeiten
css/ie7.css bearbeiten
css/ie8.css bearbeiten
css/ie9.css bearbeiten
css/joomla.css bearbeiten
css/k2.css bearbeiten
css/layout.css bearbeiten
css/menu.css bearbeiten
css/menu.gkdropline.css bearbeiten
css/menu.gkmenu.css bearbeiten
css/menu.gksplit.css bearbeiten
css/override.css bearbeiten
css/style1.css bearbeiten
css/style2.css bearbeiten
css/style3.css bearbeiten
css/style4.css bearbeiten
css/style5.css bearbeiten
css/style6.css bearbeiten
css/template.css bearbeiten
css/typography.iconset.1.css bearbeiten
css/typography.iconset.2.css bearbeiten
css/typography.iconset.3.css bearbeiten
css/typography.style1.css bearbeiten
css/typography.style2.css bearbeiten
css/typography.style3.css bearbeiten
css/typography.style4.css bearbeiten
css/typography.style5.css bearbeiten
css/typography.style6.css bearbeiten

I would be very grateful for support in this case.

Many thanks!!!
C.Balkuv



Don Lee wrote:Hi Lichtreich,

Just give me the link to your site and let me know where I can see the problem then I will let you know where to change the code.

thanks,
User avatar
Fresh Boarder

GK User
Wed May 09, 2012 4:57 pm
Hi,

This is your file http://www.lichtreich.com/joomla/templa ... /meyer.css

You can add the code to file override.css as well.

Cheers,
User avatar
Platinum Boarder

GK User
Thu May 10, 2012 12:24 pm
It works!!! :-))

Million THANKS!!


Don Lee wrote:Hi,

This is your file http://www.lichtreich.com/joomla/templa ... /meyer.css

You can add the code to file override.css as well.

Cheers,
User avatar
Fresh Boarder

GK User
Thu May 10, 2012 3:42 pm
No problem, feel free to tell me if you need any other helps.

Have a nice day,
User avatar
Platinum Boarder


cron