Aloris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problem with separation between rows in table only in wordpressHi esmi,
Thanks for reply.
The thing is that only in wordpress is shown with separation. if I save the html and open in fifefox is correct and I’ve followed the CSS suggestions for this like remove borders and padding to zero.
I don’t know what other adjustment I have to add to my CSS code :-(.
Thanks for any help.
Regards
Forum: Fixing WordPress
In reply to: Error 404 when choose "Day and name" permalinksHi Richard,
The server where is installed the wordpress site is linux/ubuntu.
I’m not sure how to verify all the requirements in order permalinks work.
If I try locally using XAMPP it works but in real website fails.
Thanks for any suggestions
Forum: Fixing WordPress
In reply to: Shortcode inside HTML code? is possible?Hi fonglh,
This is my code:
<style type='text/css'> .MyClass{ top: 10px; background-color:#D11567; width: 200px; font-size: 17px; text-align: center; } .content2 .style1 { color: #000000; font-size: 20px; font-family: Tahoma, Arial, sans-serif; margin: 0 auto; } .content2 .style2 strong em { color: #FFFFFF; } .content2 .style1 { font-size: 18px; } .content2 p strong { color: #000; } .content2 .style2 strong { color: #FFF; } </style> <div class="MyClass"> <div class="content2"> <p class="style1"> </p> <p class="style1"><strong>TITLE</strong></p> <p class="style2"><strong>Text 1</strong></p> <p class="style2"><strong>Text2</strong></p> <p><a href="http://example.com/"><img src="http://mypage.com/myimage.png" height="21" width="83"></a></p> <p align="center" class="style2"> </p> </div> </div>I had problems because I was trying with
margin-left: auto;
margin-right: auto;and with
margin: 0;But the way it works is
{ text-align: center;}It centers even the image I have in the div layout. The only doubt if will work in majors browsers.
Thanks for your help again.
Regards
Forum: Fixing WordPress
In reply to: Shortcode inside HTML code? is possible?I’m using CSS to format the fixed text divs, I’ve only added below last div the [shortcode].
I need to add another div to control [shortcode] format?
May you help me how can I do it please.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Shortcode inside HTML code? is possible?The last question about this, sorry.
The output of the shortcode is displayed within div layout, but is left justified.
How can I align to center the output of shortcode?
Thanks again for the help.
Regards
Forum: Fixing WordPress
In reply to: Shortcode inside HTML code? is possible?Certainly it works!!!
Many thanks Brad for your kindly and useful support.
Best regards
Forum: Fixing WordPress
In reply to: Shortcode inside HTML code? is possible?Hi Brad,
Thanks for your answer. It works separately (1rst HMTL code, after [shortcode]), but is possible to include
the [shortcode] inside the HTML code?I mean, have the output of the [shortcode] within output of the the div layout?
something like:
<div class="MyClass"> <p align="center" class="style1"> </p> <p align="center" class="style1"><strong>Text1</strong></p> <strong> [shortcode]</strong> </div>Thanks for help so far.
Regards
Forum: Fixing WordPress
In reply to: HTML problem wordpress 3.2.1I’m not sure why the links didn’t appear:
Well,
The link below shows an image in how it looks now:
http://alorisblog.files.wordpress.com/2011/11/how_it_looks.jpgand the following link show hot should look:
http://alorisblog.files.wordpress.com/2011/11/how_should_look.jpgThanks for reply and for share the link esmi,
I’ll read that and in the moment probably I’ll ask more specific questions regarding this issue.
Regards