Jump to content

Html code? Help


sokianos

Recommended Posts

Good evening

To not have different annotations I say now that my English is not very good, And if I've made a mistake sorry ..

 

I would like to ask how you can do in a Blogg sites ie (http://press-gr.blogspot.com/) this Blogg site has them here (Αρχική Αδιακρισίες Αποκαλύψεις Γνώμες ) those that I can do and I'm Html code or something else;

Link to comment
Share on other sites

I can't remember the code but from the Source Code I found this.

ps: Div=something like folders(keep your code organized in "folders")[if I am wrong correct me]

 

<div class='widget-content'>

<ul>

<li><a href='http://press-gr.blogspot.com/'>Αρχική</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%91%CE%B4%CE%B9%CE%B1%CE%BA%CF%81%CE%B9%CF%83%CE%AF%CE%B5%CF%82'>Αδιακρισίες</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%91%CF%80%CE%BF%CE%BA%CE%B1%CE%BB%CF%8D%CF%88%CE%B5%CE%B9%CF%82'>Αποκαλύψεις</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%93%CE%BD%CF%8E%CE%BC%CE%B5%CF%82'>Γνώμες</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/Media'>Media</a></li>

<li><a href='http://www.news247.gr/Headlines.htm'>Πρωτοσέλιδα</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/Οικονομία'>Οικονομία</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%A4%CE%AD%CF%87%CE%BD%CE%B7'>Τέχνη</a></li>

<li><a href='http://www.i-press.blogspot.com/'>Τα Αρχεία του PRESS-GR</a></li>

</ul>

<div class='clear'></div>

<span class='widget-item-control'>

<span class='item-control blog-admin'>

<a class='quickedit' href='http://www.blogger.com/rearrange?blogID=31249303&widgetType=LinkList&widgetId=LinkList1&action=editWidget&sectionId=linkbar' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList1"));' target='configLinkList1' title='Επεξεργασία'>

<img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>

</a>

</span>

</span>

<div class='clear'></div>

</div>

</div><div class='widget LinkList' id='LinkList8'>

Link to comment
Share on other sites

I can't remember the code but from the Source Code I found this.

ps: Div=something like folders(keep your code organized in "folders")[if I am wrong correct me]

 

<div class='widget-content'>

<ul>

<li><a href='http://press-gr.blogspot.com/'>Αρχική</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%91%CE%B4%CE%B9%CE%B1%CE%BA%CF%81%CE%B9%CF%83%CE%AF%CE%B5%CF%82'>Αδιακρισίες</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%91%CF%80%CE%BF%CE%BA%CE%B1%CE%BB%CF%8D%CF%88%CE%B5%CE%B9%CF%82'>Αποκαλύψεις</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%93%CE%BD%CF%8E%CE%BC%CE%B5%CF%82'>Γνώμες</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/Media'>Media</a></li>

<li><a href='http://www.news247.gr/Headlines.htm'>Πρωτοσέλιδα</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/Οικονομία'>Οικονομία</a></li>

<li><a href='http://press-gr.blogspot.com/search/label/%CE%A4%CE%AD%CF%87%CE%BD%CE%B7'>Τέχνη</a></li>

<li><a href='http://www.i-press.blogspot.com/'>Τα Αρχεία του PRESS-GR</a></li>

</ul>

<div class='clear'></div>

<span class='widget-item-control'>

<span class='item-control blog-admin'>

<a class='quickedit' href='http://www.blogger.com/rearrange?blogID=31249303&widgetType=LinkList&widgetId=LinkList1&action=editWidget&sectionId=linkbar' onclick='return _WidgetManager._PopupConfig(document.getElementById("LinkList1"));' target='configLinkList1' title='Επεξεργασία'>

<img alt='' height='18' src='http://img1.blogblog.com/img/icon18_wrench_allbkg.png' width='18'/>

</a>

</span>

</span>

<div class='clear'></div>

</div>

</div><div class='widget LinkList' id='LinkList8'>

my friends to understand ...!
Link to comment
Share on other sites

It's just list items. The only thing you have to do is to go at css and type

 

li

style:none;

 

I am not sure bro, I can't remember. Long time since I used for last time css.

Link to comment
Share on other sites

Am I wrong? When I was watching some lessons, that's what I understood :D

divs are sections in a document that can be edited, separately.

 

Yep! Well, you can't use "folders" when speaking about coding in general. Sounds like childish. Anyway, it's more what you have in your mind, rather than what you say. So you might have gotten the meaning.. :D

Link to comment
Share on other sites

Yep! Well, you can't use "folders" when speaking about coding in general. Sounds like childish. Anyway, it's more what you have in your mind, rather than what you say. So you might have gotten the meaning.. :D

That's what I understood, I am probably wrong.

 

When you want to edit many things in a section like put an outline in every image you have at the right of your website you put all images in a div(I think it's <div_id="name">)[i am probably wrong :D]) and then you go at css and you add outline on div_id="name". I can't remember the dictionary of css..

 

Blane give me your lights :D (In Greek if it's easier for you)

 

I was watching some free lesson in English and it was kind hard to understand every word he was saying :D

Link to comment
Share on other sites

  • 2 weeks later...

Gentlemen I could not fix it? :/ To the code if someone can give me would do so I am obliged always a pleasure again http://www.2shared.com/document/hbHCjSpc/Html_blogg.html?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...