Page 1 of 1

[solved] HTML Coding

Posted: Tue Dec 01, 2009 4:16 am
by aivarukas
Hello, I have problem with HTML coding.
Here is my page with CMSMS. http://www.tapukas.lt/index.php?page=contacts (in production)

The problem: i need the top row split in 2 columns , so i can put 2 separate pictures in it. At the moment , the code create a separate column somewhere at the right. Anyone can fix it for me?


       
           
           

             
Full code: http://fr.pastebin.ca/1695791

Re: HTML Coding

Posted: Tue Dec 01, 2009 5:04 am
by Nullig
The main problem is this line:



should be:



However, there are some other issues with the tables within tables.

Nullig

Re: HTML Coding

Posted: Tue Dec 01, 2009 3:53 pm
by aivarukas
Well , thats what ive made:

http://www.tapukas.lt/index.php?page=contacts



{FrontEndUsers}
               
And then I have edit my login template like this:
{$startform}






   

{$prompt_username}  {$input_username}

{$prompt_password}   {$input_password}


       
   

 Lang('login')}"/>

  Remind




{$endform}
Of course this need some cosmetic corrections , but alteast i made it to put them together in one column!

Now I have another question , how to change username and password fields , so they would be transparent and with white border? Or atleast color to change and put a border on it. Also , is it possible to add image on Sign In button?
Thanks!