Can anyone tell me which file generates this piece of code as I need to fix the table width
Announcement
Collapse
No announcement yet.
Which Template
Collapse
X
-
I am not expert here so answer rather nervously, I think that form is the address book from Act_Order02.html - towards the top.
[fx: checks the rest of the messages]
Yup I'm wrong, take a look here http://community.actinic.com/showthr...&threadid=4179 for more details, it looks like it might be generated from that netquotevar, there are a few width statements in design options but I couldn't say which one it might be.
Regards,Jan Strassen, Mole End
-
Hi there
The actual address book is managed by ActinicAddressBook.pm within your site1 folder.
If you open actinicaddressbook.pm, please look at line 387, you will see the following code:
$html .= $self->TABLE_(
BORDER => "1" ,
CELLSPACING => "1" ,
CELLPADDING => "0" ,
BGCOLOR => $self->{NameBgColor},
WIDTH => '100%',
).
$self->TR(
$self->TD(
COLSPAN => 3,
' ',
).
$self->TD(
ALIGN => "CENTER",
$self->FONT(
$self->{DeleteLabel}
)
)
);
Hope this helps you GaryNadeem Rasool
SellerDeck Development
Comment
Comment